Skip to content
Snippets Groups Projects
Commit 183ca5a3 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Merge branch 'bugfix/update-donkey' into 'master'

Update sbatch file for donkey

See merge request dominic/dune-perftool!243
parents b65b33a4 b962ded8
No related branches found
No related tags found
No related merge requests found
...@@ -4,16 +4,8 @@ ...@@ -4,16 +4,8 @@
# Remember to set the working directory of this script through # Remember to set the working directory of this script through
# sbatch -D <workdir> # sbatch -D <workdir>
# Load modules
ml gcc/6.2
ml tbb
ml intelmpi
ml openblas
ml metis
ml suitesparse
# Set a name for the job # Set a name for the job
#SBATCH -J poisson_dg #SBATCH -J poisson_dg_tensor
# Number of processes # Number of processes
#SBATCH -n 32 #SBATCH -n 32
...@@ -24,6 +16,14 @@ ml suitesparse ...@@ -24,6 +16,14 @@ ml suitesparse
# Each process needs two PUs: circumvent hyperthreading # Each process needs two PUs: circumvent hyperthreading
#SBATCH -c 2 #SBATCH -c 2
# Load modules
ml gcc/7.3.0
ml openmpi
ml openblas
ml metis
ml superlu
ml suite-sparse
# Pin processes to cores # Pin processes to cores
# (Possible values: socket, core) # (Possible values: socket, core)
SRUNOPT="--cpu_bind=verbose,core" SRUNOPT="--cpu_bind=verbose,core"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment