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
9d8ed968
Commit
9d8ed968
authored
May 01, 2019
by
Peter-Bernd Otte
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update wkloader.py
parent
13c5900e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
wkloader.py
wkloader.py
+19
-0
No files found.
wkloader.py
0 → 100644
View file @
9d8ed968
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from
__future__
import
print_function
print
(
"Workload manager loader"
)
import
sys
import
os
if
sys
.
version_info
<
(
3
,
5
,
0
):
print
(
"Python version < 3.5 detected. Load python 3.6 with:
\n
module load lang/Python/3.6.6-foss-2018b"
)
exit
(
1
)
import
tpar
#ToDo:
# absorb all functions in tpar into a single function and call it here
# Call srun commando from here
# or call mpirun
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