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
This will generate 4 different commands and launch them on the queue qtest@mp2:
38
+
Will generate 4 different commands and launch them on the queue qtest@mp2:
38
39
```
39
40
python my_script.py 1 80 sigmoid 0.1
40
41
python my_script.py 1 80 tanh 0.1
41
42
python my_script.py 2 80 sigmoid 0.1
42
43
python my_script.py 2 80 tanh 0.1
43
44
```
44
45
45
-
###Resuming Job
46
-
Given the `batch_id` (i.e. folder's name in `SMART_DISPATCH_LOGS/{batch_id}/`) one can relaunch jobs that did not finished executing(maybe because of exeeded walltime).
Jobs that did not terminate properly, for example, it exceeded the walltime, can be resumed using the {batch_id} given to you upon launch. Of course, all this assuming your script is resumable.
50
+
51
+
*Note: Jobs are always in a batch, even if it's a batch of one.*
0 commit comments