Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runconfig fail on theta@alcf #196

Open
khou2020 opened this issue Apr 8, 2019 · 3 comments
Open

runconfig fail on theta@alcf #196

khou2020 opened this issue Apr 8, 2019 · 3 comments

Comments

@khou2020
Copy link

khou2020 commented Apr 8, 2019

HI:

I tried to build adios on theta@alcf.
It reported the following error when I run the runconfig script.
Is there any workaround? Thanks.

configure: === checking for CRAY PMI ===
checking for Cray's pmi.h... no
configure: error: in /home/khou/adios-1.13.1': configure: error: --with-cray-pmi was given, but test for /opt/cray/pmi/default/include/pmi.h failed See config.log' for more details

@pnorbert
Copy link
Contributor

pnorbert commented Apr 8, 2019 via email

@khou2020
Copy link
Author

khou2020 commented Apr 8, 2019 via email

@jychoi-hpc
Copy link
Member

I was able to compile with the following command (with GNU):

    PREFIX=/dir/to/install
    ./configure --prefix=$PREFIX \
        --enable-dependency-tracking \
        --disable-maintainer-mode \
        --disable-timers \
        --disable-timer-events \
        --without-infiniband \
        --with-lustre \
        --with-dataspaces=$BASEDIR/dataspaces/devel/$TARGET \
        --with-flexpath=$BASEDIR/evpath/$TARGET \
        CC=gcc CXX=g++ FC=gfortran \
        MPICC=cc MPICXX=CC MPIFC=ftn \
        CFLAGS='-g -O2 -fPIC' \
        LIBS="-lrt -lm"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants