NWChem FAQ
IBM
How do I install a Python library
compatible with the NWCHEM_TARGET IBM64?
- Download the python source from www.python.org
- Extract the file from the source tar file and cd to the python
source directory
- Tell the makefile framework the generate 64-bit object with xlc
setenv CFLAGS "-q64"
- Configure python
./configure --without-gcc
- Instead of typing just make, type
make CC="xlc -q64" AR="ar -X64"
- Instead of typing just make install, type
make CC="xlc -q64" AR="ar -X64" install
NWChem |
Capabilities |
Platforms |
Download |
User's Manual |
Programmer's Manual |
Release Notes |
FAQ
Known Bugs |
Support |
Tutorial |
Contributors |
Benchmarks |
Search |
Mol Sci. Soft. Group |
Citation
Contact: NWChem Support
Updated: February 22, 2005
|