pmix-standard icon indicating copy to clipboard operation
pmix-standard copied to clipboard

Spawn and MPI_COMM_SPAWN with the SOFT info

Open abouteiller opened this issue 6 years ago • 3 comments

It appears that there is no attribute currently defined in the PMIx_spawn operation to pass the behavior defined as a 'SOFT' spawn in MPI.

In an MPI soft spawn, the MPI_COMM_SPAWN operation requests that N new processes be spawned, but it is acceptable that N-x processes are actually created (and this is not an error).

abouteiller avatar Sep 14 '18 23:09 abouteiller