Skip to content

Commit

Permalink
update results
Browse files Browse the repository at this point in the history
  • Loading branch information
gshipman committed Jan 11, 2024
1 parent 7cfde9f commit 04b890d
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 28 deletions.
4 changes: 2 additions & 2 deletions doc/sphinx/01_branson/gpu.gp
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ set ylabel "Figure of Merit (Particles/sec)"
# set xrange [1:64]
set key right top

# set logscale x 2
# set logscale y 2
set logscale x 10
set logscale y 2

set grid
show grid
Expand Down
8 changes: 3 additions & 5 deletions doc/sphinx/03_vibe/cpu_20.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
No. Cores, Actual, Ideal
8, 2.05e+06, 2.0500000e+06
32, 7.80e+06, 8.2000000e+06
56, 1.33e+07, 1.4350000e+07
88, 1.77e+07, 2.2550000e+07
112, 2.11e+07, 2.8700000e+07
8, 2.00e+06, 2.0e+06
32, 7.40e+06, 8.0e+06
56, 1.29e+07, 1.4e+07
10 changes: 5 additions & 5 deletions doc/sphinx/03_vibe/cpu_40.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
No. Cores, Actual, Ideal
8, 2.07e+06, 2.0700000e+06
32, 7.61e+06, 8.2800000e+06
56, 1.35e+07, 1.4490000e+07
88, 1.78e+07, 2.2770000e+07
112, 2.13e+07, 2.8980000e+07
8, 1.82e+06, 1.82e+06
32, 7.04e+06, 7.28e+06
56, 1.21e+07, 1.274e+07
88, 1.60e+07, 2.02e+07
112, 2.00e+07, 2.548e+07
10 changes: 5 additions & 5 deletions doc/sphinx/03_vibe/cpu_60.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
No. Cores, Actual, Ideal
8, 2.01e+06, 2.0100000e+06
32, 7.60e+06, 8.0400000e+06
56, 1.34e+07, 1.4070000e+07
88, 1.78e+07, 2.2110000e+07
112, 2.13e+07, 2.8140000e+07
8, 1.51e+06, 1.51e+06
32, 6.34e+06, 6.04e+06
56, 1.09e+07, 1.057e+07
88, 1.55e+07, 1.661e+07
112, 1.85e+07, 2.114e+07
12 changes: 6 additions & 6 deletions doc/sphinx/03_vibe/gpu.csv
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Mesh Base Size, Actual
32, 4.16e+07
64, 5.34e+07
96, 4.29e+07
128, 4.52e+07
160, 4.54e+07
192, 4.10e+07
32, 1.75e+07
64, 1.15e+07
96, 6.78e+06
128, 0
160, 0
192, 0
2 changes: 1 addition & 1 deletion doc/sphinx/05_mlmd/gpu.gp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set output "gpu.png"

set title "MLMD throughput performance on Chicoma" font "serif,22"
set xlabel "No. Atoms"
set ylabel "Figure of Merit (grads/sec)"
set ylabel "Figure of Merit (katoms/sec)"

# set xrange [1:64]
set key right top
Expand Down
2 changes: 1 addition & 1 deletion microbenchmarks/spatter
2 changes: 1 addition & 1 deletion parthenon
Submodule parthenon updated 116 files
2 changes: 1 addition & 1 deletion sparta
Submodule sparta updated 169 files
2 changes: 1 addition & 1 deletion umt
Submodule umt updated 47 files
+17 −7 .gitignore
+3 −5 DEPENDENCIES.md
+2 −52 README.md
+4 −0 benchmarks/README
+41 −0 benchmarks/generate_strong_scaling_runs_spp1.py
+41 −0 benchmarks/generate_weak_scaling_runs_spp1.py
+33 −9 build_and_run_umt.sh
+ img/tile.jpg
+32 −59 src/CMakeLists.txt
+6 −6 src/cmake/InitBuildTypeCompilerFlags.cmake
+6 −9 src/teton/CMakeLists.txt
+0 −136 src/teton/aux/AppendSourceToPsi.F90
+0 −1 src/teton/aux/CMakeLists.txt
+1 −0 src/teton/aux/DestructMeshData.F90
+3 −5 src/teton/aux/checkInputSanity.F90
+164 −124 src/teton/control/finalizeSets.F90
+76 −25 src/teton/control/initializeSets.F90
+1,004 −1,531 src/teton/driver/test_driver.cc
+13 −176 src/teton/gpu/CornerSweepUCBxyz_OMPOL.F90
+29 −42 src/teton/gpu/OMPWrappers.F90.templates
+5 −10 src/teton/gpu/SetSweep_OMPOL.F90
+1 −1 src/teton/gpu/SweepGreyUCBxyz_OMPOL.F90
+31 −7 src/teton/gpu/finalizeGPUMemory.F90
+50 −6 src/teton/gpu/initializeGPUMemory.F90
+3 −17 src/teton/include/TetonBlueprint.hh
+9 −36 src/teton/include/TetonConduitInterface.hh
+0 −22 src/teton/include/TetonInterface.hh
+0 −153 src/teton/include/TetonSources.hh
+0 −15 src/teton/include/TetonSurfaceTallies.hh
+0 −11 src/teton/include/macros.h
+1 −11 src/teton/include/omp_wrappers.h
+0 −2 src/teton/interface/CMakeLists.txt
+35 −313 src/teton/interface/TetonBlueprint.cc
+154 −406 src/teton/interface/TetonConduitInterface.cc
+0 −207 src/teton/interface/TetonSources.cc
+0 −300 src/teton/interface/TetonSurfaceTallies.cc
+7 −7 src/teton/misc/mpif90_mod.F90
+2 −6 src/teton/mods/AngleSet_mod.F90
+33 −5 src/teton/mods/MemoryAllocator_mod.F90
+37 −16 src/teton/mods/MemoryAllocator_mod.F90.templates
+24 −45 src/teton/mods/Options_mod.F90
+2 −2 src/teton/mods/Size_mod.F90
+30 −47 src/teton/mods/system_info_mod.F90
+10 −0 src/teton/rt/RecvFlux.F90
+13 −0 src/teton/rt/SendFlux.F90
+44 −7 src/teton/rt/initcomm.F90
+1 −10 src/teton/rt/rtmainsn.F90

0 comments on commit 04b890d

Please sign in to comment.