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

compilation error with MPI #38

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 0 comments
Open

compilation error with MPI #38

GoogleCodeExporter opened this issue Mar 14, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

I've tried to compile QUEST with MPI, but I get compilation error.

make.inc.gcc

PRG_FLAGS = -DDQMC_ASQRD  -D_QMC_MPI

Simone told me that MPI support was broken at some point, it will be nice if we 
restore it.

----

make[1]: Entering directory `/home/vladimir/work/quest-qmc/SRC'
gfortran -m64 -O3 -funroll-loops -Wall -DDQMC_ASQRD  -D_QMC_MPI   -c 
dqmc_mpi.F90
dqmc_mpi.F90:6:0: fatal error: mpif.h: No such file or directory
 #   include "mpif.h"
 ^
compilation terminated.
make[1]: *** [dqmc_mpi.o] Error 1
make[1]: Leaving directory `/home/vladimir/work/quest-qmc/SRC'
make: *** [libdqmc] Error 2

Original issue reported on code.google.com by iglovi...@gmail.com on 25 Apr 2014 at 2:54

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

No branches or pull requests

1 participant