Linking Global Array on PPC64


Clicked A Few Times
I am currently trying to finalize my installation of NWChem-6.0 on PPC64 running Fedora 12. The build fails on the final linking step, claiming to have an incompatible version of each of the GA tools. Does anyone have advice for linking in GA? Thanks.

The output when ld fails is as follows:
$ xlf -q64 -qextname -qfixed -NQ40000 -NT80000 -qmaxmem=8192 -qxlf77=leadzero -qintsize=8 -O2 -g -V -L/turing/home/davis68/nwchem/nwchem-6.0/lib/LINUX64 -L/turing/home/davis68/nwchem/nwchem-6.0/src/tools/lib/LINUX64 -o /turing/home/davis68/nwchem/nwchem-6.0//bin/LINUX64/nwchem nwchem.o stubs.o -lnwctask ...  -lpario -lglobal -lma -lpeigs -lperfm -lcons -lbq -lnwcutil -llapack -lblas -larmci -ltcgmsg
xlf:  1501-274 (W) An incompatible level of gcc has been specified.
/usr/bin/ld: skipping incompatible /turing/home/davis68/nwchem/nwchem-6.0/src/tools/lib/LINUX64/libpario.a when searching for -lpario
/usr/bin/ld: cannot find -lpario

Forum Vet
Sounds like the xlf compiler is not willing to play nice with gcc. You may want to try compiling the tools directory with "make FC=xlf CC=xlc".

Bert


[QUOTE=Davis68 Feb 25th 10:58 pm]I am currently trying to finalize my installation of NWChem-6.0 on PPC64 running Fedora 12.  The build fails on the final linking step, claiming to have an incompatible version of each of the GA tools.  Does anyone have advice for linking in GA?  Thanks.

The output when ld fails is as follows:
$ xlf -q64 -qextname -qfixed -NQ40000 -NT80000 -qmaxmem=8192 -qxlf77=leadzero -qintsize=8 -O2 -g -V -L/turing/home/davis68/nwchem/nwchem-6.0/lib/LINUX64 -L/turing/home/davis68/nwchem/nwchem-6.0/src/tools/lib/LINUX64 -o /turing/home/davis68/nwchem/nwchem-6.0//bin/LINUX64/nwchem nwchem.o stubs.o -lnwctask ...  -lpario -lglobal -lma -lpeigs -lperfm -lcons -lbq -lnwcutil -llapack -lblas -larmci -ltcgmsg
xlf:  1501-274 (W) An incompatible level of gcc has been specified.
/usr/bin/ld: skipping incompatible /turing/home/davis68/nwchem/nwchem-6.0/src/tools/lib/LINUX64/libpario.a when searching for -lpario
/usr/bin/ld: cannot find -lpario


Forum >> NWChem's corner >> Compiling NWChem