Beale, John wrote:
> What do I need to enter to add $MPI_HOME/lib to my LD_LIBRARY_PATH?
If you're using the BASH shell and $MPI_HOME is already set:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$MPI_HOME/lib
This line can be added to ~/.bashrc to ensure this is set every time you
log in.
regards,
Mark
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber.scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo.scripps.edu
Received on Sun Aug 19 2007 - 06:07:39 PDT