Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A busb command which uses this mpi should look like:

bsub -q <bulletmpi> bulletmpi -a mympi -n <# cores>  <mpi job>

...

This version of mpi is available to bsub when you ssh to bullet which will log you in to either bullet0001 or bullet0002 (as described earlier, submit email to unix-admin to request access to the bulletmpi queue(s)).  The response to which mpirun in this case should look like:

/opt/lsf-openmpi/1.5.4/bin//mpirun

You can also check that the version of mpi with LSF hooks is loaded by running:

renata@bullet0002 $ module list                                                                                                                                                                                                                                     Currently Loaded Modulefiiles:                                                                                                                                                                                                                                           DING! module list
Currently Loaded Modulefiles:
1) lsf-openmpi_1.5.4-x86_64

 

A bsub command which uses this mpi should look like:

bsub -q <bulletmpi> bulletmpi mpirun -n <# cores> <mpi job>

...