wiki:u/bliu/OpenMP

Version 2 (modified by Baowei Liu, 7 years ago) ( diff )

Stampede2

  1. System: 4200 Knights Landing (KNL) Nodes. Each has 68 cores at 1.4GHz and each core has 4 threads. 96G~112G RAM.
  2. Performance of Bondi
Nodes number of tasks number of threads per task total time (secs)
1 68 1 50.41
1 68 2 63.21
1 68 4 88.43

Comet

  1. system Intel Xeon E5 processor with 128G RAM, 24 core and 2.5GHz.
  2. Performance of Bondi
Nodes number of tasks number of threads per task total time (secs)
2 48 1 11.98
2 48 2 15.75
2 48 4 24.09
#!/bin/bash
##SBATCH -A TG-AST160054
#SBATCH --job-name="Damp_RGB"
#SBATCH --output="slurm.%j.%N.out"
#SBATCH --partition=compute
#SBATCH -N 72
#SBATCH --ntasks-per-node=24
#SBATCH --export=ALL
#SBATCH -t 4:00:00
#SBATCH --mail-type=ALL
#SBATCH --mail-user=baowei.liu@rochester.edu

#Number of threads per task 
export OMP_NUM_THREADS=2

((nPerND=SLURM_NTASKS_PER_NODE/OMP_NUM_THREADS))
ibrun --npernode $nPerND ./Bondi

Bondi Model

  1. global.data
  2. physics.data
  3. problem.data
  4. solver.data
Note: See TracWiki for help on using the wiki.