Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
param_runner
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
BioHPC
param_runner
Commits
e0348ae3
Commit
e0348ae3
authored
4 years ago
by
PLian
Browse files
Options
Downloads
Patches
Plain Diff
Fix issue #17
parent
46a29c9f
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
param_runner/executors/slurm.py
+2
-0
2 additions, 0 deletions
param_runner/executors/slurm.py
with
3 additions
and
0 deletions
.gitignore
+
1
−
0
View file @
e0348ae3
...
@@ -5,6 +5,7 @@
...
@@ -5,6 +5,7 @@
.eggs/
.eggs/
.idea/
.idea/
.vscode/
.vscode/
.history/
.coverage
.coverage
.python/
.python/
.pytest_cache/
.pytest_cache/
...
...
This diff is collapsed.
Click to expand it.
param_runner/executors/slurm.py
+
2
−
0
View file @
e0348ae3
...
@@ -200,6 +200,8 @@ Input="{0}"
...
@@ -200,6 +200,8 @@ Input="{0}"
# Localdir will be used by $Input
# Localdir will be used by $Input
export Localdir=
"
/tmp/param_runner_{1}/$$
"
export Localdir=
"
/tmp/param_runner_{1}/$$
"
mkdir -p $Localdir
chmod 777 $(dirname $Localdir)
Outdir=
"
$(pwd)/$(echo $Input | awk -F.
'
{{print $1}}
'
)
"
Outdir=
"
$(pwd)/$(echo $Input | awk -F.
'
{{print $1}}
'
)
"
## load module
## load module
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment