From: Martin Kronbichler Date: Tue, 24 Mar 2020 16:42:57 +0000 (+0100) Subject: Update example output X-Git-Tag: v9.2.0-rc1~358^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac13153e178e154cd882a8f7fcf22653245a4193;p=dealii.git Update example output --- diff --git a/examples/step-37/doc/results.dox b/examples/step-37/doc/results.dox index 2e933735c9..1f75e6cb96 100644 --- a/examples/step-37/doc/results.dox +++ b/examples/step-37/doc/results.dox @@ -13,7 +13,7 @@ Of more interest is to evaluate some aspects of the multigrid solver. When we run this program in 2D for quadratic ($Q_2$) elements, we get the following output (when run on one core in release mode): @code -Vectorization over 2 doubles = 128 bits (SSE2), VECTORIZATION_LEVEL=1 +Vectorization over 2 doubles = 128 bits (SSE2) Cycle 0 Number of degrees of freedom: 81 Total setup time (wall) 0.00159788s @@ -68,7 +68,7 @@ use uniform mesh refinement, we get eight times as many elements and approximately eight times as many degrees of freedom with each cycle: @code -Vectorization over 2 doubles = 128 bits (SSE2), VECTORIZATION_LEVEL=1 +Vectorization over 2 doubles = 128 bits (SSE2) Cycle 0 Number of degrees of freedom: 125 Total setup time (wall) 0.00231099s @@ -107,7 +107,7 @@ degree_finite_element=4; at the top of the program, we get the following program output: @code -Vectorization over 2 doubles = 128 bits (SSE2), VECTORIZATION_LEVEL=1 +Vectorization over 2 doubles = 128 bits (SSE2) Cycle 0 Number of degrees of freedom: 729 Total setup time (wall) 0.00633097s @@ -160,7 +160,7 @@ Finally, let us look at the timings with degree 8, which corresponds to another round of mesh refinement in the lower order methods: @code -Vectorization over 2 doubles = 128 bits (SSE2), VECTORIZATION_LEVEL=1 +Vectorization over 2 doubles = 128 bits (SSE2) Cycle 0 Number of degrees of freedom: 4913 Total setup time (wall) 0.0842004s diff --git a/examples/step-48/doc/results.dox b/examples/step-48/doc/results.dox index baad8d2948..f5d305b822 100644 --- a/examples/step-48/doc/results.dox +++ b/examples/step-48/doc/results.dox @@ -73,7 +73,7 @@ enabled), running the program in release mode: \$ make run Number of MPI ranks: 1 Number of threads on each rank: 24 -Vectorization over 4 doubles = 256 bits (AVX), VECTORIZATION_LEVEL=2 +Vectorization over 4 doubles = 256 bits (AVX) Number of global active cells: 15412 Number of degrees of freedom: 249065 @@ -126,7 +126,7 @@ In 3D, the respective output looks like \$ make run Number of MPI ranks: 1 Number of threads on each rank: 24 -Vectorization over 4 doubles = 256 bits (AVX), VECTORIZATION_LEVEL=2 +Vectorization over 4 doubles = 256 bits (AVX) Number of global active cells: 17592 Number of degrees of freedom: 1193881 @@ -158,7 +158,7 @@ timings change into: \$ mpirun -n 24 ./step-48 Number of MPI ranks: 24 Number of threads on each rank: 1 -Vectorization over 4 doubles = 256 bits (AVX), VECTORIZATION_LEVEL=2 +Vectorization over 4 doubles = 256 bits (AVX) ... Performed 1706 time steps. Average wallclock time per time step: 0.0051747s @@ -194,7 +194,7 @@ MPI-only program when proper pinning is done): \$ mpirun -n 12 ./step-48 Number of MPI ranks: 12 Number of threads on each rank: 2 -Vectorization over 4 doubles = 256 bits (AVX), VECTORIZATION_LEVEL=2 +Vectorization over 4 doubles = 256 bits (AVX) ... Performed 1706 time steps. Average wallclock time per time step: 0.0056651s