You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will still generate four different commands but, instead of launching them, two worker commands will be launched on qtest@mp2 to execute all generated commands.
32
+
This will behave exactly the same way as the basic example above but the number of commands launched on the supercomputer will be 2 instead of 4 and each job will be in charge of running 2 commands each.
34
33
35
34
36
35
###Resuming a job (if launched using pool of workers)
37
-
Given the `job_id` (i.e. folder's name in `SMART_DISPATCH_LOGS/{job_id}/`) one can resume a job that was launched using the pool of workers option:
Given the `job_id` (i.e. folder's name in `SMART_DISPATCH_LOGS/{job_id}/`) one can relaunch jobs that did not finished executing(maybe because of exeeded walltime).
40
37
41
-
Will launch four worker commands to resume the execution of generated commands. Note that if a command was not finished, it will be reexecuted thus one has to make sure commands are re-runnable.
0 commit comments