Updated WrapperApp (markdown)

David Anderson 2024-01-08 13:23:01 -08:00
parent 1764a386b2
commit 7eca4949a7
1 changed files with 6 additions and 0 deletions

@ -171,10 +171,16 @@ The wrapper has the following command-line options:
**--device N**: macro-substitute N for **$GPU_DEVICE_NUM**
in worker command lines and environment variables.
**--nthreads X**: macro-substitute X for **$NTHREADS**
in worker command lines and environment variables.
**--trickle X**: send a trickle-up message reporting runtime every X seconds.
**--use_tstp**: (Unix) use the SIGTSTP signal instead of SIGSTOP to pause processes.
SIGTSTP can be caught; SIGSTOP cannot.
Use this if the wrapper program is itself a wrapper and handlers SIGTSTP.
## Example
Assume you have an executable program for a particular platform