Versions Compared

Key

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

...

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

A newer version of openmpi is also available on the bullets, openmpi 1.8.1.  You can change your environment to run with the newer version as follows:

TCSH or CSH:   eval `/usr/bin/modulecmd csh unload lsf-openmpi_1.5.4-x86_64`                                                                                                                                                                                eval `/usr/bin/modulecmd csh load lsf-openmpi_1.8.1-x86_64`

BASH:               eval `/usr/bin/modulecmd sh unload lsf-openmpi_1.5.4-x86_64`                                                                                                                                                                                  eval `/usr/bin/modulecmd sh load lsf-openmpi_1.8.1-x86_64`                         

If you issue which mpirun after issuing the appropriate modulecmds, you should now see:

     /opt/lsf-openmpi/1.8.1/bin//mpirun

If you are using lsf-openmpi, Make sure you do not override PATH or LD_LIBRARY_PATH with other OpenMPI directories. An example of a job submission using the lsf-openmpi module: 

...