Compilation on Mac OS X


Click here for full thread
Forum Vet
Quote:Driesvr Jan 17th 1:49 am
Hi Edoapra,
Thanks, that fixed the compilation error. Unfortunately, I get a segfault when I try to run a sample SCF geometry optimization of the nitrogen molecule:


Thanks for your time,

Dries


Have you installed any of the patches listed at
http://nwchemgit.github.io/index.php/Download#Patches_for_the_27746_revision_of_NWChem_6.6
?


Your segfault failure could be fixed by the patch below
http://nwchemgit.github.io/download.php?f=Ga_argv.patch.gz

Here is how to apply it
cd $NWCHEM_TOP
wget http://nwchemgit.github.io/images/Ga_argv.patch.gz
gzip -d Ga_argv.patch.gz
patch -p0 < Ga_argv.patch
cd tools
make
cd ..
make link