forked from wenduwan/ompi-collectives-tuning
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new option "mpirun_options" to config file
With the addition of "mpirun_options" to the config file it is easy to run specific mapping and pinning configurations. An example for mapping one process per node is provided. Signed-off-by: Christoph Niethammer <niethammer@hlrs.de>
- Loading branch information
1 parent
58fe5df
commit 20aaeeb
Showing
3 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
collectives : allgather allgatherv allreduce alltoall alltoallv barrier bcast gather reduce reduce_scatter_block reduce_scatter scatter | ||
omb_collective_directory : /path/to/install/libexec/osu-micro-benchmarks/mpi/collective/ | ||
imb_binary : /path/to/install/IMB-MPI1 | ||
number_of_ranks : 2 3 4 5 6 7 8 | ||
max_num_node : 8 | ||
number_of_cores_per_node : 1 | ||
number_of_runs_per_test : 3 | ||
mpirun_options : --map-by ppr:1:node |