Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Lukas Weber
load_leveller
Commits
4e1e296d
Commit
4e1e296d
authored
Jun 19, 2019
by
Lukas Weber
Browse files
hide the i/o logfiles on cluster jobs
parent
7227d0c5
Changes
1
Show whitespace changes
Inline
Side-by-side
python/loadleveller/clusterutils.py
View file @
4e1e296d
...
@@ -11,8 +11,8 @@ batchscript_claix18 = '''#!/usr/bin/env zsh
...
@@ -11,8 +11,8 @@ batchscript_claix18 = '''#!/usr/bin/env zsh
#SBATCH --mem-per-cpu={mem_per_cpu}
#SBATCH --mem-per-cpu={mem_per_cpu}
#SBATCH --ntasks={num_cores}
#SBATCH --ntasks={num_cores}
#SBATCH --export=NONE
#SBATCH --export=NONE
#SBATCH --output=
output.%x
#SBATCH --output=
{jobname}.data/stdout.log
#SBATCH --error=
error.%x
#SBATCH --error=
{jobname}.data/stderr.log
{custom_cmds}
{custom_cmds}
{mpirun} $FLAGS_MPI_BATCH {mc_cmd}
{mpirun} $FLAGS_MPI_BATCH {mc_cmd}
...
...
Write
Preview
Supports
Markdown
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