/usr/lib64/openmpi/bin/mpirun -np $NP $RELAX --multi='mpi4py' $argv
endif
</source>
== Compile program issues ==
<source lang="bash">
# Go into install directory
cd
/sbinlab2/software/python-enthought-dis/canopy-1.4.0-full-rh5-64
# setenv PYTHON_LIBRARY XXXXX/libpython2.7.so
# libpython2.7.so
find . -name libpython2.7.so
./appdata/canopy-1.4.0.1938.rh5-x86_64/lib/libpython2.7.so
./appdata/canopy-1.4.0.1938.rh5-x86_64/lib/python2.7/config/libpython2.7.so
./Canopy_64bit/User/lib/libpython2.7.so
./Canopy_64bit/System/lib/libpython2.7.so
# setenv PYTHON_EXECUTABLE XXXXX/python2.7
# find . -name python\*
# find . -name python2.7
./appdata/canopy-1.4.0.1938.rh5-x86_64/include/python2.7
./appdata/canopy-1.4.0.1938.rh5-x86_64/bin/python2.7
./appdata/canopy-1.4.0.1938.rh5-x86_64/lib/python2.7
./Canopy_64bit/User/bin/python2.7
./Canopy_64bit/User/lib/python2.7
./Canopy_64bit/System/bin/python2.7
./Canopy_64bit/System/lib/python2.7
./lib/python2.7
# setenv PYTHON_INCLUDE_DIR XXXX/
# find . -name Python.h
./appdata/canopy-1.4.0.1938.rh5-x86_64/include/python2.7/Python.h
</source>