From 7eca4949a74f4e10bc713b51afba986f808eda34 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 8 Jan 2024 13:23:01 -0800 Subject: [PATCH] Updated WrapperApp (markdown) --- WrapperApp.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/WrapperApp.md b/WrapperApp.md index da87e3f..710d394 100644 --- a/WrapperApp.md +++ b/WrapperApp.md @@ -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