Skip to content

Commit 32373ab

Browse files
committed
0.2.1 after linting (damn it)
1 parent 7d4b855 commit 32373ab

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

hpc_helper/_hpc_helper.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,12 +228,15 @@ def build_job_submit_slurm(
228228
tasks_per_node : int
229229
number of tasks per node.
230230
Default: 4 (for woody)
231-
walltime : str
231+
gres : str, optional
232+
configuration of requested GPUs (for tinygpu)
233+
Default: "gpu:1" (for tinygpu)
234+
walltime : str, optional
232235
required wall clock time (runtime) in the format ``HH:MM:SS``.
233236
Default: "24:00:00" (24 hours)
234-
mail_type : one of {"BEGIN", "END", "FAIL", "ALL"}
235-
type of mails to receive
236-
args : list of str
237+
mail_type : one of {"BEGIN", "END", "FAIL", "ALL"}, optional
238+
type of mails to receive. Default: "ALL"
239+
args : list of str, optional
237240
list of unnamed arguments that will be passed to the job submission script as ``$PARAMS`` environment variable.
238241
In the job submission script the arguments can be parsed by calling ``eval set "$PARAMS"``
239242
kwargs :

0 commit comments

Comments
 (0)