Please try the following
export NWCHEM_MODULES="geninterface nwdft nwxc solvation"
cd $NWCHEM_TOP/src
make nwchem_config
cd util
make FC=ifort
cd ../nwxc
make FC=ifort
cd ..
make FC=ifort link
This will not fix all your problems, since the following error will still occure
./../ga-5-4/armci/src/devices/openib/openib.c:(.text+0x1fbb): undefined reference to `ibv_reg_mr'
In order to fix this, please upload
$NWCHEM_TOP/src/tools/build/config.log
$NWCHEM_TOP/src/tools/build/armci/config.log
|