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
6b228752
Commit
6b228752
authored
May 27, 2019
by
Peter-Bernd Otte
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added functionality for mutiple parameters.
parent
0a36cd87
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
README.md
README.md
+8
-1
No files found.
README.md
View file @
6b228752
...
...
@@ -12,10 +12,15 @@ mpirun -n 4 ./wkmgr.py -v date
or for multi nodes:
```
bash
#reserve ressources
salloc
-p
parallel
--reservation
=
himkurs
-A
m2_himkurs
-N
1
-t
1:00:00
#load modules for demo analysis and MPI4Py
module load math/SUNDIALS/2.7.0-intel-2018.03
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
#run
srun
-n
20 ~/workload-manager/wkmgr.py
-v
-i
~/workload-manager/examples/LGS/Run27_LaPalma_Profile_I50 ~/workload-manager/examples/LGS/PulsedLGS
```
with loader (untested on cluster so far) replace
`wkmgr.py`
with
`wkloader.py`
.
...
...
@@ -36,3 +41,5 @@ with loader (untested on cluster so far) replace `wkmgr.py` with `wkloader.py`.
-
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
-
Only one disadvantage: Number of ranks fixed during runtime -- in contrast to SLRUM jobs.
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