Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Peter-Bernd Otte
Workload Manager
Commits
04ef29b8
Commit
04ef29b8
authored
May 17, 2019
by
Peter-Bernd Otte
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
ea4c19ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
1 deletion
+18
-1
README.md
README.md
+18
-1
No files found.
README.md
View file @
04ef29b8
...
...
@@ -18,4 +18,21 @@ module load lang/Python/3.6.6-foss-2018b
srun
-n
20 ~/workload-manager/wkmgr.py
-v
~/workload-manager/examples/LGS/PulsedLGS ~/workload- manager/examples/LGS/Run27_LaPalma_Profile_I50
```
with loader (untested on cluster so far) replace
`wkmgr.py`
with
`wkloader.py`
.
\ No newline at end of file
with loader (untested on cluster so far) replace
`wkmgr.py`
with
`wkloader.py`
.
## Hints
### When to Use
-
Single fast analysis step (eg your analysis file runs for only a minute)
-
1000's or more single analysis steps
-
Usage of all cores in node exclusive partitions (Mogon 2, not on HIMster 2)
### Comparision
-
Queue based work distribution, equal work distribution (in contrast to
[
staskfarm
](
https://github.com/cmeesters/staskfarm
)
)
-
Usage of MPI:
-
large connected jobs (>200 cores) are preferred by the job manager
-
efficiently supports both node local and multi node usage
-
keeps environment , also in multi node sutiations (with GNU parallel only on node local)
-
Usage of Python makes changes for users simple
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment