Commit b1f3be1
committed
Jenkins pr-builder.sh: Add "--bind-to none"
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>1 parent 1d07dae commit b1f3be1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
302 | | - | |
| 302 | + | |
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
| |||
0 commit comments