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
Copy file name to clipboardExpand all lines: _posts/hpc/2019-02-05-smanage.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ smanage <strong>manage</strong>s jobs running on a
27
27
## What do I need this for?
28
28
29
29
After you launch a bunch of jobs, it's hard to keep track of them. How many completed? How many crashed
30
-
and failued in a horrific ending of memory exceed exceptions? In a nutshell, smanage enables you to submit and track large batches of jobs beyond the MaxArraySize limit set by slurm.
30
+
and failed in a horrific ending of memory exceed exceptions? In a nutshell, smanage enables you to submit and track large batches of jobs beyond the MaxArraySize limit set by slurm.
31
31
32
32
33
33
## What is a job array?
@@ -94,15 +94,17 @@ This is the goal of smanage. Now that you understand, let's briefly look at usag
94
94
For more detailed examples, see the [smanage repository](https://www.github.com/esurface/smanage).
95
95
If you want to learn more about Job arrays, check out this [AskCI post](https://ask.cyberinfrastructure.org/t/what-are-good-uses-for-job-arrays/733/3).
96
96
97
-
# Usage
98
97
99
-
## Local
100
98
101
-
For local usage, you can install the script by adding an alias to the program. First, wget it.
99
+
## Usage
100
+
101
+
You can install the script by adding an alias to the program. First, wget it.
0 commit comments