File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/tests/integration/pde_solvers Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,9 @@ The launch script instruments the Burgers solver for performance analysis using
2525open-source Tuning and Analysis Utilities ([ TAU] ) package. The instrumented Burgers
2626solver has been demonstrated to execute with 87% parallel efficiency on 16,384
2727cores 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
3032The Navier-Stokes solver uses Fourier-spectral methods and Runge-Kutta time advancement
3133to 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
You can’t perform that action at this time.
0 commit comments