problem installing NWChem6.1.1 w/Python


Just Got Here
Hello:
I have been trying to install NWChem-6.1.1 with the python options activated on a Ubuntu 12.04 system. I have followed the build instructions and cannot seem to get it to work. NWChem works, but the python option does not. The error is "python_input is not in this build of NWchem" and " A feature request has not yet been implemented'.
This is what I am doing:
/bin/csh
setenv NWCHEM_TOP /home/admin2/nwchem/nwchem-6.1.1
setenv NWCHEM_TARGET LINUX64
setenv NWCHEM_MODULES "all python" (I've also done "pnnl")
setenv LARGE_FILES TRUE
setenv USE_NOSFCHECK TRUE
setenv PYTHONHOME /usr
setenv PYTHONVERSION 2.7
make nwchem_config
make FC=gfortran >& make.log

I have also tried modifying the nwchem-6.1.1/src/config/makefile.h. I have tried changing the PYTHONLIBRARY=a to PYTHONLIBRARY=so and/or adding -lssl and -lz to EXTRA_LIBS += (line 1957).
Does anyone know what I am doing wrong? Thanks.

Forum Vet
please try the following
1) cd $NWCHEM_TOP/src
2) make nwchem_config NWCHEM_MODULES="all python"
3) cd python; make clean;make
4) cd ..
5) make PYTHONLIBRARY=so link

If this still does not work, please post the output of the command
grep -i python_input $NWCHEM_TOP/src/stubs.F

Cheers, Edo


Forum >> NWChem's corner >> Compiling NWChem