ternaus / quest-qmc

Automatically exported from code.google.com/p/quest-qmc
2 stars 11 forks source link

compilation error with MPI #38

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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