- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hello,
for launching test base we use previously openMPI with theses options in order to position oversubcribing
The objective was to have the tests not troubling each others and have a quickly time of completion.
export OMPI_MCA_mpi_yield_when_idle=1
export OMPI_MCA_hwloc_base_binding_policy=none
Theses 2 options allow us to have good completion with correct time execution.
but we decide to swich all to intel environment compiler and mpi ect ....
and I think some configuration are missings with how we set the MPI env with intel
the parallel use case have executions on the same time and it's take due to the sharing of the ressources too many time (minimum 100 time longuer for small unit tests ..)
have you an idea of the environement variables i have to set in dorder to have correct completion (in time) ?
thank you
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The equivalent variables in Intel® MPI Library are I_MPI_WAIT_MODE=1 and I_MPI_PIN=0. Start with this and see if your performance goes back to where you expect it.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page