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
702a1966
Commit
702a1966
authored
May 27, 2019
by
Peter-Bernd Otte
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
9c91841c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
README.md
README.md
+2
-1
No files found.
README.md
View file @
702a1966
...
...
@@ -81,8 +81,9 @@ srun -n 20 ~/workload-manager/wkmgr.py -a theta,0,180,2.5 -a energy,130,150,2 -n
#### Example Shell Environment
Your bash environment is also active within the workload-manager jobs. This enables you to do more sophisticated calls like:
```bash
srun -n 20 ~/workload-manager/wkmgr.py -a theta,0,180,2.5 -a energy,130,150,2 -ni MyAnalysisBinaryPrepare && MyAnalysisBinary {theta} {energy} && MyAnalysisBinaryAfter
srun -n 20 ~/workload-manager/wkmgr.py -a theta,0,180,2.5 -a energy,130,150,2 -ni
"
MyAnalysisBinaryPrepare && MyAnalysisBinary {theta} {energy} && MyAnalysisBinaryAfter
"
```
- Note the `
"
` in this statement.
#### Change Verbosity
Get infos with `
-v
` or even mir mit `
-vv
`. Sample output
...
...
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