Torque


Clicked A Few Times
Hi admin and everyone,

I encounter a problem with compiling NWChem with OpenIB, the error is follows:

grep: /opt/torque/lib/libtorque.la: No such file or directory
/bin/sed: can't read /opt/torque/lib/libtorque.la: No such file or directory
libtool: link: `/opt/torque/lib/libtorque.la' is not a valid libtool archive
make[5]: *** [libarmci.la] Error 1
make[5]: *** Waiting for unfinished jobs....
libtool: link: ranlib .libs/libarmcii.a
libtool: link: rm -fr .libs/libarmcii.lax
libtool: link: ( cd ".libs" && rm -f "libarmcii.la" && ln -s "../libarmcii.la" "libarmcii.la" )
make[4]: *** [all] Error 2
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [build/.libs/libga.a] Error 1
make: *** [libraries] Error 1

I don't know why compiling NWChem need libtorque.la? I don't very familiar with libtool, so I cannot find clue with this. Can anyone provide me some information on this?

I add a line -L/opt/torque/lib -ltorque in order to include the libtorque.so as follows:

export LIBMPI="-lmpi_f90 -lmpi_f77 -lmpi -lopen-rte -lopen-pal -lrdmacm -libverbs -L/opt/torque/lib -ltorque -ldl -Wl, --export-dynamic -lnsl -lutil -L/usr/local/intel/Compiler/11.1/038/lib/intel64 -lifport -lifcoremt -limf -lsvml -lintlc -Wl,-rpath,/usr/local/openmpi/lib -Wl,-rpath,/usr/local/intel/Compiler/11.1/038/lib/intel64"

But NWchem always want to find libtorque.la. How to solve this problem. Any advice is appreciated.

Thanks for your time.

wangjb

Clicked A Few Times

Forum Vet
Wangjb
Could you please upload the file $NWCHEM_TOP/src/tools/build/config.log to a website so that we can have a look a it?

Thanks, Edo

Clicked A Few Times
upload file
Hi Edo,

Thanks for your help. I upload the config.log file to the following page:

http://www.wikiupload.com/MG99B6HR8SFMI89

I am very appreciated for your help.

Wangjb

Forum Vet
libtorque.so
Wangjb
Thanks for passing along config.log
I went back and look at your original message and I could not figure out why you needed to have libtorque.so ...
What was the first error message (if any) you got for libtorque.so?

Edo

Clicked A Few Times
compiling
Hi Edo,

Thanks for your review. I can not post my compiling process. I am also learning about libtool, trying solve this problem. Thank you very much.

wangjb


Forum >> NWChem's corner >> Compiling NWChem