-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
some new scaling numbers on Frontier (#2904)
- Loading branch information
Showing
6 changed files
with
134 additions
and
30 deletions.
There are no files selected for viewing
33 changes: 33 additions & 0 deletions
33
Exec/science/flame_wave/scaling/frontier/frontier-scaling-2024-07-04-subch_simple.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# scaling numbers for the 3D XRB -- using subch_simple | ||
# using the same inputs.He.25cm.static.1000Hz as previously | ||
# modules: | ||
# | ||
# module load PrgEnv-gnu | ||
# module load cray-mpich/8.1.27 | ||
# module load craype-accel-amd-gfx90a | ||
# module load amd-mixed/6.0.0 | ||
# module unload darshan-runtime | ||
# | ||
# build info: | ||
# | ||
# EOS: /ccs/home/zingale/Microphysics/EOS/helmholtz | ||
# NETWORK: /ccs/home/zingale/Microphysics/networks/subch_simple | ||
# CONDUCTIVITY: /ccs/home/zingale/Microphysics/conductivity/stellar | ||
# INTEGRATOR: VODE | ||
# SCREENING: screen5 | ||
# | ||
# Castro git describe: 24.07 | ||
# AMReX git describe: 24.07-3-g7dc2081a9 | ||
# Microphysics git describe: 24.07-1-g0a96241b | ||
|
||
|
||
# nodes rocm mag_grid_size avg time / std dev | ||
# step | ||
# 48 6.0 128 --- crashes due to not enough GPU memory --- | ||
64 6.0 128 167.502 0.419448 | ||
128 6.0 128 85.4082 0.29416 | ||
256 6.0 128 46.4092 0.876868 | ||
512 6.0 128 25.5446 0.123848 | ||
1024 6.0 128 17.3517 0.0857189 | ||
2048 6.0 128 13.564 0.0498023 | ||
|
38 changes: 38 additions & 0 deletions
38
Exec/science/flame_wave/scaling/frontier/frontier-scaling-2024-07-04.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# new scaling numbers for the 3D XRB | ||
# using the same inputs.He.25cm.static.1000Hz as previously | ||
# modules: | ||
# | ||
# module load PrgEnv-gnu | ||
# module load cray-mpich/8.1.27 | ||
# module load craype-accel-amd-gfx90a | ||
# module load amd-mixed/6.0.0 | ||
# module unload darshan-runtime | ||
# | ||
# build info: | ||
# | ||
# EOS: /ccs/home/zingale/Microphysics/EOS/helmholtz | ||
# NETWORK: /ccs/home/zingale/Microphysics/networks/iso7 | ||
# CONDUCTIVITY: /ccs/home/zingale/Microphysics/conductivity/stellar | ||
# INTEGRATOR: VODE | ||
# SCREENING: screen5 | ||
# | ||
# Castro git describe: 24.07 | ||
# AMReX git describe: 24.07-3-g7dc2081a9 | ||
# Microphysics git describe: 24.07-1-g0a96241b | ||
|
||
# nodes rocm mag_grid_size avg time / std dev | ||
# step | ||
48 6.0 128 69.3646 0.286297 | ||
64 6.0 128 50.2029 0.681104 | ||
128 6.0 128 28.4001 0.221368 | ||
256 6.0 128 15.7771 0.133056 | ||
512 6.0 128 9.6077 0.331669 | ||
1024 6.0 128 6.66329 0.103599 | ||
2048 6.0 128 5.15287 0.0542774 | ||
|
||
# note that the 2048 run uses a blocking factor of 16) | ||
|
||
# in contrast to the previous run, we've disabled all inlining with | ||
# ROCm to get around some compiler bugs, so that might explain some | ||
# slight slowdown here. | ||
|
39 changes: 39 additions & 0 deletions
39
Exec/science/flame_wave/scaling/frontier/frontier-scaling-rkc-2024-07-04.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# new scaling numbers for the 3D XRB | ||
# using the same inputs.He.25cm.static.1000Hz as previously | ||
# modules: | ||
# | ||
# module load PrgEnv-gnu | ||
# module load cray-mpich/8.1.27 | ||
# module load craype-accel-amd-gfx90a | ||
# module load amd-mixed/6.0.0 | ||
# module unload darshan-runtime | ||
# | ||
# build info: | ||
# | ||
# EOS: /ccs/home/zingale/Microphysics/EOS/helmholtz | ||
# NETWORK: /ccs/home/zingale/Microphysics/networks/iso7 | ||
# CONDUCTIVITY: /ccs/home/zingale/Microphysics/conductivity/stellar | ||
# INTEGRATOR: RKC | ||
# SCREENING: screen5 | ||
# | ||
# Castro git describe: 24.07 | ||
# AMReX git describe: 24.07-3-g7dc2081a9 | ||
# Microphysics git describe: 24.07-1-g0a96241b | ||
|
||
# nodes rocm mag_grid_size avg time / std dev | ||
# step | ||
48 6.0 128 54.7583 0.287289 | ||
64 6.0 128 39.4336 0.32115 | ||
128 6.0 128 22.8627 0.22725 | ||
256 6.0 128 12.9558 0.12379 | ||
512 6.0 128 7.9563 0.104311 | ||
1024 6.0 128 5.65801 0.109306 | ||
2048 6.0 128 4.33241 0.0577508 | ||
|
||
# note the 2048 node run using blocking_factor = 16 | ||
|
||
|
||
# in contrast to the previous run, we've disabled all inlining with | ||
# ROCm to get around some compiler bugs, so that might explain some | ||
# slight slowdown here. | ||
|
Binary file modified
BIN
+15.9 KB
(150%)
Exec/science/flame_wave/scaling/frontier/frontier_flame_wave_scaling.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-25.8 KB
Exec/science/flame_wave/scaling/frontier/frontier_flame_wave_scaling_by_gpus.png
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters