LSF Version 7.3 - Using Platform LSF HPC
Configuring LSF to work with LAM/MPI
System setup
For troubleshooting LAM/MPI jobs, edit the
LSF_BINDIR/lammpirun_wrapper script, and specify a log directory that all
users can write to. For example:
LOGDIR="/mylogs"
Do not use LSF_LOGDIR for this log directory.
Add the LAM/MPI home directory to your path. The LAM/MPI home directory
is the directory that you specified as the prefix during LAM/MPI installation.
Add the path to the LAM/MPI commands to the $PATH variable in your shell
startup files (
$HOME/.cshrc or $HOME/.profile).
Edit lsf.cluster.
cluster_name
and add the lammpi resource for each
host with LAM/MPI available. For example:
Begin Host
HOSTNAME model type server r1m mem swp RESOURCES
...
hosta ! ! 1 3.5 () () (lammpi)
...
End Host