Skip to content

Commit bb00154

Browse files
author
Damian Rouson
committed
Add Burgers MPI solver link in PDE solver README
1 parent 00ebbfa commit bb00154

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/tests/integration/pde_solvers/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ The launch script instruments the Burgers solver for performance analysis using
2525
open-source Tuning and Analysis Utilities ([TAU]) package. The instrumented Burgers
2626
solver has been demonstrated to execute with 87% parallel efficiency on 16,384
2727
cores in weak scaling when compiled with the Cray Compiler Environment. For
28-
new scalabiliby studies, it is important to run problems of sufficient size.
28+
new scalabiliby studies, it is important to run problems of sufficient size. For
29+
performance and complexity comparisons, an MPI version of the Burgers solver is
30+
in the [performance] directory at the same level as the current directory.
2931

3032
The Navier-Stokes solver uses Fourier-spectral methods and Runge-Kutta time advancement
3133
to simulate the evolution of statistically homogeneous turbulent flow in a 3D box with
@@ -45,3 +47,4 @@ and a coarray Fortran (CAF) version of the same solution algorithm.
4547
[run.sh]: ./coarrayBurgers/run.sh
4648
[TAU]: http://tau.uoregon.edu
4749
[navier-stokes]: ./navier-stokes
50+
[performance]: ../../performance

0 commit comments

Comments
 (0)