|
370 | 370 | action="append",
|
371 | 371 | default=[],
|
372 | 372 | help="Specify another executable (and any command-line arguments for that "
|
373 |
| - "executable) that will be responsible to indirectly invoke legate, " |
374 |
| - "including any other wrappers. May contain the special string " |
375 |
| - "%%%%LEGATE_GLOBAL_RANK%%%% that will be replaced with the rank of the " |
376 |
| - "current process by bind.sh. If multiple --wrapper values are provided, " |
377 |
| - "they will execute in the order given. " |
| 373 | + "executable) to wrap the Legate executable invocation. This wrapper will " |
| 374 | + "come right after the launcher invocation, and will be passed the rest of " |
| 375 | + "the Legate invocation (including any other wrappers) to execute. May " |
| 376 | + "contain the special string %%%%LEGATE_GLOBAL_RANK%%%% that will be " |
| 377 | + "replaced with the rank of the current process by bind.sh. If multiple " |
| 378 | + "--wrapper values are provided, they will execute in the order given. " |
378 | 379 | "[legate-only, not supported with standard Python invocation]",
|
379 | 380 | )
|
380 | 381 |
|
|
385 | 386 | action="append",
|
386 | 387 | default=[],
|
387 | 388 | help="Specify another executable (and any command-line arguments for that "
|
388 |
| - "executable) that will be responsible to directly invoke legate. May " |
389 |
| - "contain the special string %%%%LEGATE_GLOBAL_RANK%%%% that will be " |
390 |
| - "replaced with the rank of the current process by bind.sh. If multiple " |
391 |
| - "--wrapper-inner values are given, they will execute in the order given. " |
| 389 | + "executable) to wrap the Legate executable invocation. This wrapper will " |
| 390 | + "come right before the legion_python invocation (after any other " |
| 391 | + "wrappers) and will be passed the rest of the legion_python invocation to " |
| 392 | + "execute. May contain the special string %%%%LEGATE_GLOBAL_RANK%%%% that " |
| 393 | + "will be replaced with the rank of the current process by bind.sh. If " |
| 394 | + "multiple --wrapper-inner values are given, they will execute in the " |
| 395 | + "order given. " |
392 | 396 | "[legate-only, not supported with standard Python invocation]",
|
393 | 397 | )
|
394 | 398 |
|
|
0 commit comments