Using NWchem binaries on various Linux versions


  • Guest -
Errors Using NWchem binaries

  • Guest -
Problem Running NWchem on CENTOS 5 64bit
Dear All
I downloaded NWchem 6 binaries (tarbz2) format and extracated it in CENTOS 5 Linux 64bit using this commond:
tar -xjvf Nwchem-6.0-xxx.tarbz2
The path for nwchem folder is /root/nwchem
Then in directory /root/nwchem/etc/ I used this commond:
ln -s /usr/local/NWChem/etc/default.nwchemrc $HOME/.nwchemrc
Also when the tar file is extracted only these directories are created:
bin etc QA usr.local.lib.nwchem examples
There is no directory named classes
Also the following commond is not known in this linux:
setenv ......
I used this line instead:
export NWCHEM_NWPW_LIBRARY="PATH: /usr/local/lib/NWChem/data/"
but when I run the nwchem executable wth this line:
nwchem myinput.nw >& myinput.out &
nwchem is not running and an empty myinput.out file is created. What is wrong? How I can solve this problem? I appreciate your help.

  • Guest -
i also meet this problem

Just Got Here
Problems with nwchem binary on osx 10.5.8
Seems as though the osx version of nwchem uses dynamic libraries (downloaded osx binary the other day). Is it possible to generate static linked versions for download on the webpage?? I'm also working on building from scratch and running into some issues (more on that later).

In the case of nwchem binary for osx on the nwchem homepage I run the following command

../../../bin/nwchem mache.nw

in the directory examples/md/ache

and get the following error after restart files are generated

dyld: Symbol not found: _fopen$UNIX2003
 Referenced from: NWChem/nwchem-6.0-binary/examples/md/ache/../../../bin/nwchem
Expected in: /usr/lib/libSystem.B.dylib

Forum Vet
Can you simply run:

nwchem myinput.nw

and post the output on your screen. It should show startup of NWChem (at least).

Bert



Quote: Jan 18th 10:22 pm
Dear All
I downloaded NWchem 6 binaries (tarbz2) format and extracated it in CENTOS 5 Linux 64bit using this commond:
tar -xjvf Nwchem-6.0-xxx.tarbz2
The path for nwchem folder is /root/nwchem
Then in directory /root/nwchem/etc/ I used this commond:
ln -s /usr/local/NWChem/etc/default.nwchemrc $HOME/.nwchemrc
Also when the tar file is extracted only these directories are created:
bin etc QA usr.local.lib.nwchem examples
There is no directory named classes
Also the following commond is not known in this linux:
setenv ......
I used this line instead:
export NWCHEM_NWPW_LIBRARY="PATH: /usr/local/lib/NWChem/data/"
but when I run the nwchem executable wth this line:
nwchem myinput.nw >& myinput.out &
nwchem is not running and an empty myinput.out file is created. What is wrong? How I can solve this problem? I appreciate your help.


Forum >> NWChem's corner >> Running NWChem