NWCHEM Cannot Run On the Environment Although It Is Built


Click here for full thread
Forum Vet
These are my settings for a quikc compilation of a small NWChem binary on MacOS Sierra using OpenMPi from Homebrew

export NWCHEM_TOP=............
export NWCHEM_TARGET=MACX64
export NWCHEM_MODULES='nwdft driver stepper vib hessian property solvation'
export USE_MPI=y
export EVENT_NOKQUEUE=1

export USE_INTERNALBLAS=y
unset BLASOPT
unset BLAS_LIB
unset LAPACK_LIB
unset MPI_LIB
unset MPI_INCLUDE
unset LIBMPI
export PATH=/usr/local/Cellar/open-mpi/2.0.1/bin/:$PATH