initial run on isambard cascadelake for paper #196
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Set up:
. ~/miniconda3/bin/activate
conda create -n "benchmarking-paper" python=3.11
conda activate benchmarking-paper
export SPACK_ROOT="/home/mox-dcase/spack"
source "${SPACK_ROOT}/share/spack/setup-env.sh"
export RFM_CONFIG_FILES="${PWD}/benchmarks/reframe_config.py"
pip install -e .
Run intel:
reframe -c benchmarks/apps/hpcg -r -n HPCG_Intel --system isambard-macs:cascadelake --performance-report
Run 'out' HPCG stuff (but no intel):
reframe -c benchmarks/apps/hpcg -r -n HPCG_ -x HPCG_Intel --system isambard-macs:cascadelake --performance-report -S build_locally=false
First results:
PERFORMANCE REPORT
[HPCG_IntelSKX_Isambard /e4309d0d @isambard-macs:cascadelake:default]
num_cpus_per_task: 1
num_tasks_per_node: 40
num_tasks: 40
performance:
- flops: 38.6863 (r: 0 l: -inf% u: +inf%)
[HPCG_IntelAVX2_Isambard /ae3f0e20 @isambard-macs:cascadelake:default]
num_cpus_per_task: 1
num_tasks_per_node: 40
num_tasks: 40
performance:
- flops: 39.0427 (r: 0 l: -inf% u: +inf%)
[HPCG_IntelAVX_Isambard /efe9bac8 @isambard-macs:cascadelake:default]
num_cpus_per_task: 1
num_tasks_per_node: 40
num_tasks: 40
performance:
- flops: 38.7652 (r: 0 l: -inf% u: +inf%)
[HPCG_LFRic /cde082ad @isambard-macs:cascadelake:default]
num_cpus_per_task: 1
num_tasks_per_node: 40
num_tasks: 40
performance:
- flops: 18.5399 Gflops/seconds (r: 1 Gflops/seconds l: -inf% u: +inf%)
[HPCG_Original /bde436dc @isambard-macs:cascadelake:default]
num_cpus_per_task: 1
num_tasks_per_node: 40
num_tasks: 40
performance:
- flops: 24.027 Gflops/seconds (r: 1 Gflops/seconds l: -inf% u: +inf%)
[HPCG_Stencil /21b95432 @isambard-macs:cascadelake:default]
num_cpus_per_task: 1
num_tasks_per_node: 40
num_tasks: 40
performance:
- flops: 51.007 Gflops/seconds (r: 1 Gflops/seconds l: -inf% u: +inf%)