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
25
25
open-source Tuning and Analysis Utilities ([ TAU] ) package. The instrumented Burgers
26
26
solver has been demonstrated to execute with 87% parallel efficiency on 16,384
27
27
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.
29
31
30
32
The Navier-Stokes solver uses Fourier-spectral methods and Runge-Kutta time advancement
31
33
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.
45
47
[ run.sh ] : ./coarrayBurgers/run.sh
46
48
[ TAU ] : http://tau.uoregon.edu
47
49
[ navier-stokes ] : ./navier-stokes
50
+ [ performance ] : ../../performance
You can’t perform that action at this time.
0 commit comments