2:08:07 PM PDT - Mon, Apr 22nd 2013 |
|
Mickey,
Please apply the patch provided below to makefile.h and recompile the nwpw directory
http://nwchemgit.github.io/images/Gcc46_nw611.patch.gz
This are the steps you need to take
1) cd $NWCHEM_TOP/src/config
2) wget http://nwchemgit.github.io/images/Gcc46_nw611.patch.gz
3) gzip -d Gcc46_nw611.patch.g
4) patch -p0 < Gcc46_nw611.patch
5) cd ../nwpw
6) make FC=gfortran clean
7) make FC=gfortran
8) cd ..
9) make FC=gfortran link
|