Update README.md

Correct number of processes with 64 atoms per process
This commit is contained in:
David Bowler 2023-12-20 16:16:29 +00:00 committed by GitHub
parent 1e7ae613db
commit b2ede974d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.