Skip to content
Snippets Groups Projects
Commit 0e06750d authored by Gab's avatar Gab
Browse files

first changes for O2

parent 06910688
No related branches found
No related tags found
No related merge requests found
...@@ -9,16 +9,17 @@ ...@@ -9,16 +9,17 @@
#SBATCH -C BDW28 #SBATCH -C BDW28
#SBATCH --cpu-freq=2600000 #SBATCH --cpu-freq=2600000
module purge
module load intel/18.1 openmpi/intel/2.0.1 parmetis/4.0.3-real64
set -x set -x
source env_bench
ldir=. ldir=.
mumpstest=mumps_bench mumpstest=$EXE
# set max 2GB stack # set max 2GB stack
ulimit -s 2000000 ulimit -s 2000000
#export KMP_DETERMINISTIC_REDUCTION=1 # Run with K=1 (see documentation in mumps_bench.F)
K=1
envtest="in_200Nodes_K=${K}_Test1_32x6.txt"
export KMP_LIBRARY=turnaround export KMP_LIBRARY=turnaround
export KMP_BLOCKTIME=infinite export KMP_BLOCKTIME=infinite
...@@ -28,10 +29,6 @@ echo "RUN $envtest" ...@@ -28,10 +29,6 @@ echo "RUN $envtest"
export OMP_NUM_THREADS=2 export OMP_NUM_THREADS=2
export MKL_NUM_THREADS=2 export MKL_NUM_THREADS=2
# Run with K=1 (see documentation in mumps_bench.F)
K=1
envtest="in_200Nodes_K=${K}_Test1_32x6.txt"
input=./${envtest} input=./${envtest}
srun --cpu-freq=2600000 -m block:cyclic ./${mumpstest} < ${input} >& $ldir/output_${envtest}.log
srun --cpu-freq=2600000 -m block:cyclic ${mumpstest} < ${input} >& $ldir/output_${envtest}.log
module purge module purge
module load intel/18.1 openmpi/intel/2.0.1 parmetis/4.0.3-real64 module load intel/18.1 openmpi/intel/2.0.1 parmetis/4.0.3-real64
module load git
GIT_ROOT=`git rev-parse --show-toplevel`
MUMPS_DIR=$GIT_ROOT/MUMPS
EXE=$MUMPS_DIR/mumps_bench
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment