You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
iglovi...@gmail.com
on 25 Apr 2014 at 2:54The text was updated successfully, but these errors were encountered: