Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| software:openmpi:farber [2017-10-23 16:43] – created sraskar | software:openmpi:farber [2021-04-27 16:21] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ===== Open MPI on Farber ===== | ||
| + | |||
| + | |||
| + | IT provides templates for two job script variants for the **mpi** parallel environment on Farber located in ''/ | ||
| + | |||
| + | * OpenIB Verbs variant: **// | ||
| + | * Generally, you should get good performance from the default, verb-based openIB, approach, one that is not limited by the Grid Engine scheduler. | ||
| + | |||
| + | * OpenIB Verbs hybrid variant with generic threads-per-worker: | ||
| + | * Same as OpenIB Verbs performance including OpenMP and MKL threading options for a hybrid variant. | ||
| + | |||
| + | * Low-bandwidth Ethernet variant: **// | ||
| + | * If your openMPI program has been tuned for Ethernet rather than InfiniBand, this job script may be more suitable than the OpenIB Verbs script variant. | ||
| + | |||
| + | You may copy and customize these templates to provide the best performance when running your Open MPI applications. See [[/ | ||
| + | |||
| + | <note tip>It is a good idea to periodically check in ''/ | ||