Versions Compared

Key

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

...

-bash-3.2$ bsub -I -q parallel_public -a openmpi mvapich2 -n 8 mpirun.lsf yourcode

This will submit your code executable to the parallel queue using openmpi mvapich2 and requesting 8 cpus.

Is there a queue for testing parallel programs that require a short run time?
There is queue called paralleltest_public just for this purpose. It has a run time limit of 10 minutes.

...