File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -141,9 +141,8 @@ the same code for each kernel on each rank with minimal synchronization points
141141to gather execution timing data from all ranks. This capability is provided so
142142that individual kernel performance more closely aligns with how such kernels
143143would perform in a real application. For example, compute node memory bandwidth
144- impact on performance may be different when running on many core system using
145- OpenMP multithreading to exercise all cores than when each core is mapped to
146- an MPI rank.
144+ may be different when running on a many core system using OpenMP multithreading
145+ to exercise all cores than when each core is mapped to an MPI rank.
147146
148147Running the Suite on multiple MPI ranks is just like running any other MPI
149148application. For example, issuing the following command on a machine with
You can’t perform that action at this time.
0 commit comments