@@ -93,7 +93,7 @@ t8_forest_partition_create_offsets (t8_forest_t forest)
9393 if (forest->profile != NULL ) {
9494 /* If profiling is enabled, we measure the runtime of partition */
9595#if T8_ENABLE_PROFILE_BARRIER
96- sc_MPI_Barrier (forest->mpicomm );
96+ sc_MPI_Barrier (forest->mpicomm );
9797#endif
9898 forest->profile ->forest_offsets_runtime = -sc_MPI_Wtime ();
9999 }
@@ -124,7 +124,7 @@ t8_forest_partition_create_offsets (t8_forest_t forest)
124124 if (forest->profile != NULL ) {
125125 /* If profiling is enabled, we measure the runtime of partition */
126126#if T8_ENABLE_PROFILE_BARRIER
127- sc_MPI_Barrier (forest->mpicomm );
127+ sc_MPI_Barrier (forest->mpicomm );
128128#endif
129129 forest->profile ->forest_offsets_runtime += sc_MPI_Wtime ();
130130 }
@@ -273,7 +273,7 @@ t8_forest_partition_create_first_desc (t8_forest_t forest)
273273 if (forest->profile != NULL ) {
274274 /* If profiling is enabled, we measure the runtime of partition */
275275#if T8_ENABLE_PROFILE_BARRIER
276- sc_MPI_Barrier (forest->mpicomm );
276+ sc_MPI_Barrier (forest->mpicomm );
277277#endif
278278 forest->profile ->first_descendant_runtime = -sc_MPI_Wtime ();
279279 }
@@ -358,7 +358,7 @@ t8_forest_partition_create_first_desc (t8_forest_t forest)
358358 if (forest->profile != NULL ) {
359359 /* If profiling is enabled, we measure the runtime of partition */
360360#if T8_ENABLE_PROFILE_BARRIER
361- sc_MPI_Barrier (forest->mpicomm );
361+ sc_MPI_Barrier (forest->mpicomm );
362362#endif
363363 forest->profile ->first_descendant_runtime += sc_MPI_Wtime ();
364364 }
@@ -371,7 +371,7 @@ t8_forest_partition_create_tree_offsets (t8_forest_t forest)
371371 if (forest->profile != NULL ) {
372372 /* If profiling is enabled, we measure the runtime of partition */
373373#if T8_ENABLE_PROFILE_BARRIER
374- sc_MPI_Barrier (forest->mpicomm );
374+ sc_MPI_Barrier (forest->mpicomm );
375375#endif
376376 forest->profile ->cmesh_offsets_runtime = -sc_MPI_Wtime ();
377377 }
@@ -442,7 +442,7 @@ t8_forest_partition_create_tree_offsets (t8_forest_t forest)
442442 if (forest->profile != NULL ) {
443443 /* If profiling is enabled, we measure the runtime of partition */
444444#if T8_ENABLE_PROFILE_BARRIER
445- sc_MPI_Barrier (forest->mpicomm );
445+ sc_MPI_Barrier (forest->mpicomm );
446446#endif
447447 forest->profile ->cmesh_offsets_runtime += sc_MPI_Wtime ();
448448 }
@@ -1228,7 +1228,7 @@ t8_forest_partition (t8_forest_t forest)
12281228 if (forest->profile != NULL ) {
12291229 /* If profiling is enabled, we measure the runtime of partition */
12301230#if T8_ENABLE_PROFILE_BARRIER
1231- sc_MPI_Barrier (forest->mpicomm );
1231+ sc_MPI_Barrier (forest->mpicomm );
12321232#endif
12331233 forest->profile ->partition_runtime = sc_MPI_Wtime ();
12341234
@@ -1261,7 +1261,7 @@ t8_forest_partition (t8_forest_t forest)
12611261 if (forest->profile != NULL ) {
12621262 /* If profiling is enabled, we measure the runtime of partition */
12631263#if T8_ENABLE_PROFILE_BARRIER
1264- sc_MPI_Barrier (forest->mpicomm );
1264+ sc_MPI_Barrier (forest->mpicomm );
12651265#endif
12661266 forest->profile ->partition_runtime = sc_MPI_Wtime () - forest->profile ->partition_runtime ;
12671267
0 commit comments