10:29:09 AM PDT - Wed, Jul 23rd 2014 |
|
Marcel
The patch I have uploaded yesterday did not contain all the needed changes (sorry about that!)
There is a new patch available:
https://nwchemgit.github.io/images/Armci_ompi18_v2.patch.gz
Please remove the previously applied patch.
Here is what you should do
cd $NWCHEM_TOP/src/tools/ga-5-2
wget https://nwchemgit.github.io/images/Armci_ompi18_v2.patch.gz
gzip -d Armci_ompi18_v2.patch
patch -p0 -R < Armci_ompi18.patch
patch -p0 < Armci_ompi18_v2.patch
cd ..
rm -rf build install
make
cd ..
make link
If this still fails, please post the following
1) env. variables used
2) complete make log (the last lines you posted do not show what caused the compilation to stop)
Thanks, Edo
|
|