Versions Compared

Key

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

...

The batch farm is made of forty eight servers with the following general specifications:

  • 24 cores12 cores (24 with Hyperthreading), Xeon X5675, 24GB memory, 500GB disk, 1Gb/s

...

Your environment should be set up to use this version (unless you have used RedHat's mpi-selector script, or your login scripts, to override the default). You can check to see if your PATH is your PATH is correct by issuing the command  which mpirun  which mpirun . Currently, this should return: /usr/lib64/openmpi/1.4-gcc/bin/mpirun  mpirun  Future updates to the MPI version may change the exact details of this path. 

In addition, your LDyour LD_LIBRARY_PATH should PATH should include: /usr/lib64/openmpi/1.4-gcc/lib  lib  (or something similar).

For notes on compiling examples; please see:

...