Using prebuild GA with NWchem 6.3
Click here for full thread
Forum Vet
6:08:20 PM PST - Fri, Jan 24th 2014
Grigory
Here is what you should able to do. In my example I am using the last GA tarball available, i.e. ga-5-3b.tgz
cd $NWCHEM_TOP/src/tools
tar xzf ga-5-3b.tgz
make GA_DIR=ga-5-3b
cd ..
make link
The only catch is that you need to set the variable GA_DIR to the name of the GA library you are using (under the
tools directory)