Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Correct number of processes with 64 atoms per process
  • Loading branch information
davidbowler authored Dec 20, 2023
1 parent 1e7ae61 commit b2ede97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/matrix_multiply/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ With the rest of the `xtl` files, we double the number of atoms each time, and w
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 512 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.

0 comments on commit b2ede97

Please sign in to comment.