Instructions in the manual cannot set modules and define target


Click here for full thread
Forum Vet
I used the following lines from the manual to compile NWCHEM6.3 revision2
export USE_MPI
export NWCHEM_MODULES all
export OLD_GA yes
export NWCHEM_TARGET MACX
export NWCHEM_TOP=/Users/computation/nwchem
Howerver, when I went into the directory/src and typed " make nwchem_config", the terminal showed that
you must set NWCHEM_MODULES to the list of modules to be included in NWCHEM builds, and when I typed
further "make", it showed you must define NWCHEM_TARGET in your environment to be the name of the machine you wish to build for...
According to the manual, I have finished the two things.
What is the problem here?
Thanks for your advice.

Thanks a lot. This works!