Skip to content

Commit 8d78bd0

Browse files
committed
update README to match code
1 parent a123e0d commit 8d78bd0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Diff for: README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,5 @@
33
An extension of the Slurm command 'seff' designed to handle job arrays and display information in a histogram.
44
seff-array generates two histograms; one for the maximum memory usage of each job in the array, and one for the runtime of each job.
55

6-
To use seff-array on the job array with ID '12345678', simply run 'seff-array 12345678'.
7-
You can also use seff-array on a text file containing the results of the command:
6+
To use seff-array on the job array with ID `12345678`, simply run `seff-array 12345678`.
87

9-
'sacct -p -j <your_id> --format=JobID,JobName,MaxRSS,Elapsed,ReqMem,ReqCPUS,Timelimit'
10-
11-
To do this, use the '-i' flag: 'seff-array -i <filename.txt>'

0 commit comments

Comments
 (0)