Compiling Problems


Just Got Here
test

Just Got Here
install problem
The forum wouldn't let me post code for some reason so go here:

http://claws.wcu.edu/reoverstreet1/problem.pdf

  • Guest -
To follow up on this item for the benefit of the community.

Issue is GNU make 3.82.

We have seen issues with GNU make 3.82 (see http://nwchemgit.github.io/Special_AWCforum/st/id114/#post_506 and http://old.nabble.com/%22mixed-implicit-and-normal-rules%22-td29471694.html for example). My recommendation is to download the latest development version, which uses an updated makefile structure that doesn’t have these issues. Alternatively, installing make 3.81 will work too.

Bert


Quote:Aqua regia Oct 22nd 4:45 am
The forum wouldn't let me post code for some reason so go here:

http://claws.wcu.edu/reoverstreet1/problem.pdf

  • Guest -
MPI references not found
I am trying to build NWChem for Ubuntu 10.10 but after a lot of warnings about
missing MPI references (mpi_bcast_ mpi_waitall_ etc) the compilation aborts.

? have set the environmental variables MPI_LIB and MPI_INLCUDE

Thanks.
George

Gets Around
Hi,

if you have still your fedora 15 consider installing from RPMS:
http://nwchemgit.github.io/Special_AWCforum/st/id262/RPMS_of_NWchem.html

About the GNU make 3.82 issues:
no need to download new nwchem or install an old make (this may be a source of big troubles on your system).
As http://nwchemgit.github.io/Special_AWCforum/st/id114/#post_506 says, simply apply the patch:
https://svn.fysik.dtu.dk/projects/rpmbuild/trunk/SOURCES/nwchem-6.0.gGNUmakefile.patch
nwchem-6.0$ cd src/
patch -p1 < ../nwchem-6.0.gGNUmakefile.patch
This has been done in order to build RPMS.

Marcin


Forum >> NWChem's corner >> Compiling NWChem