Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
km3py
km3pipe
Commits
d5a2c524
Commit
d5a2c524
authored
Jan 14, 2021
by
Johannes Schumann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix walltime for RRZE jobs
parent
0cd612de
Pipeline
#16892
passed with stages
in 9 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
km3pipe/shell.py
km3pipe/shell.py
+2
-1
No files found.
km3pipe/shell.py
View file @
d5a2c524
...
...
@@ -70,7 +70,8 @@ JOB_TEMPLATES = {
#PBS -M {email} -m a
#PBS -o {log_path}/{job_name}{task_name}.out.log
#PBS -e {log_path}/{job_name}{task_name}.err.log
#PBS -l nodes={nodes}:ppn={ppn}{node_type} walltime={walltime}
#PBS -l nodes={nodes}:ppn={ppn}{node_type}
#PBS -l walltime={walltime}
echo "========================================================"
echo "Job started on" $(date)
...
...
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