Selector-mpi (flory)
From HPC Wiki
The script selector-mpi, located in the /home/bgo/shared/bin directory, makes it easy to setup the environment for supported MPI implementations and packages.
Command line parameters
Parameter name | Required? | Default value | Description |
---|---|---|---|
-i <implementation> |
No | (n/a) | Set MPI implementation |
-o |
No | (n/a) | Shortcut for '-i gnu-openmpi' |
-s |
No | (n/a) | Shows available MPI implementations or package versions for <implementation>. To see package versions, -i or -o must specified first, otherwise MPI implementations will be shown. |
-f |
No | (n/a) | Full (almost) clean of path. Cleans out extraneous path entries that the typical user does not need (e.g., sbin directories). |
-c |
No | (n/a) | Cleans all paths by removing entries that this script adds, also does a '-f' for a full cleanup. NOTE: If this is specified, the script will clean the path and ignore all other options, except for verbose and quiet. |
-v |
No | (n/a) | Be Verbose |
-q |
No | (n/a) | Be quiet. |
-h |
No | (n/a) | Show the help text. |
package versions |
No | default |
List of package versions to use. The default version will be used for any unspecified package. See examples below. |