Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Frederik Hennig
waLBerla
Commits
3b0c4065
Commit
3b0c4065
authored
Sep 21, 2021
by
Frederik Hennig
Browse files
Fixed SuperMUC run script generator
parent
8c587efb
Pipeline
#34330
failed with stages
in 8 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
apps/benchmarks/NonuniformGridGenerated/Setups/makeSuperMUCRunscript.py
View file @
3b0c4065
...
...
@@ -18,6 +18,7 @@ SCRIPT_TEMPLATE = """#!/bin/bash -l
#SBATCH --ntasks={num_procs}
#SBATCH --ntasks-per-node={procs_per_node}
#
#SBATCH --export=NONE
#SBATCH --get-user-env
#SBATCH --account=pn29po
...
...
@@ -25,9 +26,12 @@ export NUM_NODES={num_nodes}
export PHYSICAL_CORES_PER_NODE=48
export PROCESSES_PER_NODE={procs_per_node}
cd ~/pycodegen
source env.sh
cd walberla/build/apps/benchmarks/NonuniformGridGenerated/
module load slurm_setup
module load gcc/8.4.0
module load intel-mpi/2019.10.317-gcc
module load boost/1.73.0-gcc8
cd ~/pycodegen/walberla/build/apps/benchmarks/NonuniformGridGenerated/
export OMP_NUM_THREADS={omp_threads}
mpiexec --bind-to socket ./NonuniformGridCodegenPerformance_{codegen_config} Setups/{scenario_script}
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment