Command Parameters of Hyper MPI 26.1.RC1 and Later Versions
Parameter |
Value |
Description |
|---|---|---|
-x OMPI_ROMIO_USE_COLL |
|
1: Collective communication is enabled in MPI-IO. 0 (default value): Collective communication is disabled. |
--mca ompi_group_union_opt |
|
true: The optimized group_union operation is enabled. false (default value): The optimized group_union operation is disabled. |
--mca ompi_group_union_hashsize |
|
Sets the size of the hash table for the optimized group_union operation. The default value is 1024. |
-x UCG_USE_SHM_POOL |
|
y: The shared memory pool feature is enabled. n (default value): The feature is disabled. |
--mca coll_tuned_alltoallw_algorithm |
|
1: The linear algorithm of alltoallw is used. 2: The pairwise algorithm of alltoallw is used. To enable this parameter, you also need to add --mca coll_tuned_use_dynamic_rules true. |
--mca coll_ucg_enable_coll |
|
(Optional) Specifies the collective operations that are enabled after Hyper MPI optimization when a Hyper MPI job is running. Example: --mca coll_ucg_enable_coll barrier,bcast |