Versions Compared

Key

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

...

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:

...