Skip to content

Commit 72cfef0

Browse files
committed
better screenshots VAMPIR
1 parent 629a5a3 commit 72cfef0

11 files changed

+6
-5
lines changed

pySDC/projects/Performance/run_pySDC_AC_scorep.exe

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
#SBATCH --time=00:05:00
88
#SBATCH --partition=devel
99

10-
#export MPI=intel
10+
export MPI=intel
1111
#export MPI=psmpi
12-
export MPI=psmpi-mt
12+
#export MPI=psmpi-mt
1313

1414
if [ "$MPI" = "intel" ]; then
1515

@@ -48,7 +48,8 @@ fi
4848

4949
module unload Score-P
5050

51-
export SCOREP_EXPERIMENT_DIRECTORY=scorep-test-$MPI
51+
#export SCOREP_EXPERIMENT_DIRECTORY=scorep-test-$MPI
52+
export SCOREP_EXPERIMENT_DIRECTORY=scorep-4x2x1-regions-$MPI
5253
export SCOREP_PROFILING_MAX_CALLPATH_DEPTH=90
5354
export SCOREP_ENABLE_TRACING=1
5455
#export SCOREP_TOTAL_MEMORY=64M

pySDC/projects/Performance/run_simple_forcing_benchmark.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
from pySDC.helpers.stats_helper import filter_stats, sort_stats
66
from pySDC.implementations.collocation_classes.gauss_radau_right import CollGaussRadau_Right
7-
from pySDC.implementations.controller_classes.controller_MPI import controller_MPI
7+
# from pySDC.implementations.controller_classes.controller_MPI import controller_MPI
88
from pySDC.implementations.sweeper_classes.imex_1st_order import imex_1st_order
99
from pySDC.implementations.problem_classes.AllenCahn_MPIFFT import allencahn_imex, allencahn_imex_timeforcing
1010
from pySDC.implementations.transfer_classes.TransferMesh_MPIFFT import fft_to_fft
1111

12-
# from pySDC.projects.Performance.controller_MPI_scorep import controller_MPI
12+
from pySDC.projects.Performance.controller_MPI_scorep import controller_MPI
1313

1414

1515
def run_simulation(name=None, nprocs_space=None):
-948 KB
Binary file not shown.
693 KB
Loading
448 KB
Loading
Binary file not shown.
443 KB
Loading
-1.15 MB
Binary file not shown.
502 KB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)