You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to
open-mpi/ompi-scripts@7dc912e,
add "--bind-to none" to the mpirun command.
The CI tests on the AWS jenkins instance all run on instances with 1
core. There's a special case in OMPI to bind to core for a 2 process
run for benchmarking reasons, and this was causing failures in mapping
because there aren't 2 cores on the instance. So instead turn off
binding for these small tests.
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
0 commit comments