Commit d1dbb2f
committed
flux-shell: abort if taskmap=block is used with a value
Problem: If --taskmap=block:foo is used, the job shell silently
ignores the value 'foo'. This could lead to a job running with
the wrong taskmap if the user intended some other taskmap scheme.
It would be better to abort and notify the user something's wrong.
Check if a value is specified with `--taskmap=block` and abort the
shell if so.1 parent 5fe073b commit d1dbb2f
1 file changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1337 | 1337 | | |
1338 | 1338 | | |
1339 | 1339 | | |
1340 | | - | |
1341 | | - | |
| 1340 | + | |
1342 | 1341 | | |
| 1342 | + | |
| 1343 | + | |
| 1344 | + | |
| 1345 | + | |
| 1346 | + | |
| 1347 | + | |
| 1348 | + | |
| 1349 | + | |
| 1350 | + | |
1343 | 1351 | | |
1344 | 1352 | | |
1345 | 1353 | | |
| |||
0 commit comments