-
Notifications
You must be signed in to change notification settings - Fork 935
Closed
Description
Background information
I have PMIX errors when I request non-straightforward mpiexec bindings.
I have 2 nodes of 128 cores each, with 2 MPI processes and 16 threads I am trying to get:
node 0: core:[0-15]
node 1: core:[0-15]To achieve this I use
mpiexec -np 2 --map-by ppr:1:node:pe=16But then I get some errors from PMIX:
PMIX ERROR: OUT-OF-RESOURCE in file base/bfrop_base_unpack.c at line 750
I am not 100% confident on the --map-by ppr:1:node:pe=16 command but the segfault from pmix seems suspicious as well.
Is my command correct? is there something I need to change to get rid of the pmix error?
details:
ompi-5.0.0rc10built from source