Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Workload Manager
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Peter-Bernd Otte
Workload Manager
Commits
749f6819
Commit
749f6819
authored
May 29, 2019
by
Peter-Bernd Otte
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
made master clearer and let the development be done in dev
parent
2978018e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
25 deletions
+0
-25
README.md
README.md
+0
-6
wkloader.py
wkloader.py
+0
-19
No files found.
README.md
View file @
749f6819
...
...
@@ -213,9 +213,3 @@ Test everything before you do the calculation with
~/workload-manager/wkmgr.py -vv -n ...
```
to perform a dry-run with maximum verbosity and check the printed out worklist.
## Full Loader
The full loader is currently under development.
- with loader (untested on cluster so far) replace `wkmgr.py` with `wkloader.py`.
- Handy command for debug purposes might be: `mpirun -n 4 ./wkmgr.py -vv -n [YOUR EXECUTABLE]`
wkloader.py
deleted
100755 → 0
View file @
2978018e
#!/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
wkmgr
#ToDo:
# absorb all functions in wkmgr 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