Commit 7dc912e
committed
jenkins: Don't bind for CI tests
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: Brian Barrett <[email protected]>1 parent 04663ce commit 7dc912e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
| 266 | + | |
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
| |||
0 commit comments