Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Peter-Bernd Otte
Workload Manager
Commits
e7a08f72
Commit
e7a08f72
authored
May 01, 2019
by
Peter-Bernd Otte
Browse files
Merge branch 'master' of gitlab.rlp.net:pbotte/workload-manager
due to hard reset
parents
217b487d
664cabd4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
README.md
README.md
+16
-0
No files found.
README.md
View file @
e7a08f72
# Workload Manager
# Workload Manager
On HIMster 2 / Mogon 2, load the following module first
```
bash
module load lang/Python/3.6.6-foss-2018b
```
On a single node run with
```
bash
mpirun
-n
4 ./wkmgr.py
date
```
or for multie nodes:
```
bash
srun
-n
4 ./wkmgr.py
date
```
without loader replace
`wkmgr.py`
with
`wkloader.py`
.
\ No newline at end of file
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