Difference between revisions of "OpenMPI"
From HCL
(→PERUSE) |
Zhongziming (talk | contribs) |
||
Line 10: | Line 10: | ||
Process can be bound to specific sockets and cores on nodes by choosing right options of mpirun. | Process can be bound to specific sockets and cores on nodes by choosing right options of mpirun. | ||
* [http://www.open-mpi.org/doc/v1.4/man1/mpirun.1.php#sect9 Process binding] | * [http://www.open-mpi.org/doc/v1.4/man1/mpirun.1.php#sect9 Process binding] | ||
− | * [http://www.open-mpi.org/doc/v1.4/man1/mpirun.1.php#sect10 | + | * [http://www.open-mpi.org/doc/v1.4/man1/mpirun.1.php#sect10 Rankfile] |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== PERUSE == | == PERUSE == | ||
[[Media:current_peruse_spec.pdf|PERUSE Specification]] | [[Media:current_peruse_spec.pdf|PERUSE Specification]] |
Revision as of 11:05, 12 July 2012
MCA parameter files
If you want to permanently use some MCA parameter settings, you can create a file $HOME/.openmpi/mca-params.conf, e.g.:
cat $HOME/.openmpi/mca-params.conf btl_tcp_if_exclude = lo,eth1
Running applications on Multiprocessors/Multicores
Process can be bound to specific sockets and cores on nodes by choosing right options of mpirun.