SCF energy of the NWChem sample (H2O)


Click here for full thread
Clicked A Few Times
I install as followings

setenv NWCHEM_TOP /home/hong/nwchem-6.8.1
setenv NWCHEM_TARGET LINUX64
setenv ARMCI_NETWORK SOCKETS
setenv USE_MPI y
setenv USE_MPIF y
setenv USE_MPIF4 y
setenv BLAS_SIZE 8
setenv PYTHONHOME /usr
setenv NWCHEM_MODULES "all python"
setenv USE_NOFSCHECK TRUE
setenv USE_NOIO TRUE
setenv LIB_DEFINES -DDFLT_TOT_MEM=16777216
setenv PYTHONHOME /usr/bin/python2.7
setenv PYTHONVERSION 2.7
setenv USE_PYTHONCONFIG Y
setenv USE_INTERNALBLAS y
setenv USE_64TO32 y
unsetenv MPI_LIB
unsetenv LIBMPI
unsetenv MPI_INCLUDE
unsetenv LD_LIBRARY_PATH

cd $NWCHEM_TOP/src
make clean
cd $NWCHEM_TOP/src/tools
rm -rf build install
make

after the "make" the error message resulted

Quote:
In file included from ../ga-5.6.5/tcgmsg/tcgmsg-mpi/misc.c:5:0:
../ga-5.6.5/tcgmsg/tcgmsg-mpi/misc.c: In function ‘tcgi_alt_pbegin’:
../ga-5.6.5/tcgmsg/tcgmsg-mpi/misc.c:145:9: error: static assertion failed: "MPI_Errhandler_set was removed in MPI-3.0. Use MPI_Comm_set_errhandler instead."
        MPI_Errhandler_set(TCGMSG_Comm, MPI_ERRORS_RETURN);
^
Makefile:7980: recipe for target 'tcgmsg/tcgmsg-mpi/misc.lo' failed
make[3]: *** [tcgmsg/tcgmsg-mpi/misc.lo] Error 1
Makefile:8272: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
Makefile:5166: recipe for target 'all' failed
make[1]: *** [all] Error 2
GNUmakefile:651: recipe for target 'build/.libs/libga.a' failed
make: *** [build/.libs/libga.a] Error 1



Did I do anything wrong?