Skip to content

Commit

Permalink
Merge pull request #298 from OrderN/f-add-extra-scaling-cases
Browse files Browse the repository at this point in the history
Extended scaling up to 262,144 atom case
  • Loading branch information
tkoskela authored Jan 10, 2024
2 parents acc8cc2 + b2ede97 commit 4939b8b
Show file tree
Hide file tree
Showing 7 changed files with 516,125 additions and 1 deletion.
6 changes: 5 additions & 1 deletion benchmarks/matrix_multiply/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ The additional coordinate files `si_XYZ.xtl` can be used to test weak scaling an
would work well for increasing the number of nodes: `si_222.xtl` is the same as `coords.dat`
and has 64 atoms. This means it would run well on anywhere from 2MPI/4OpenMP to 8MPI/1OpenMP.
With the rest of the `xtl` files, we double the number of atoms each time, and would need
to double the number of processes.
to double the number of processes.

We now have systems from 64 atoms (222) to 262144 atoms (323232) which will scale from 8 MPI
to 32,768 MPI processes (1 OpenMP thread) with 8 atoms per process or 1 MPI process to 4096 MPI
processes with 64 atoms per process.
32,772 changes: 32,772 additions & 0 deletions benchmarks/matrix_multiply/si_161616.xtl

Large diffs are not rendered by default.

16,388 changes: 16,388 additions & 0 deletions benchmarks/matrix_multiply/si_16168.xtl

Large diffs are not rendered by default.

8,196 changes: 8,196 additions & 0 deletions benchmarks/matrix_multiply/si_1688.xtl

Large diffs are not rendered by default.

65,540 changes: 65,540 additions & 0 deletions benchmarks/matrix_multiply/si_321616.xtl

Large diffs are not rendered by default.

131,076 changes: 131,076 additions & 0 deletions benchmarks/matrix_multiply/si_323216.xtl

Large diffs are not rendered by default.

262,148 changes: 262,148 additions & 0 deletions benchmarks/matrix_multiply/si_323232.xtl

Large diffs are not rendered by default.

0 comments on commit 4939b8b

Please sign in to comment.