Skip to content

Commit

Permalink
Add default profiling explicitly in xml configs (#618)
Browse files Browse the repository at this point in the history
* Add default profiling explicitly in xml configs

* Add changelog entry
  • Loading branch information
davidscn authored Feb 20, 2025
1 parent f5ecfb3 commit 41fbd92
Show file tree
Hide file tree
Showing 31 changed files with 61 additions and 0 deletions.
2 changes: 2 additions & 0 deletions breaking-dam-2d/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:vector name="Force" />
<data:vector name="Displacement" />

Expand Down
1 change: 1 addition & 0 deletions changelog-entries/618.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Added (the default) profiling configuration in all our `precice-config.xml`.
2 changes: 2 additions & 0 deletions channel-transport-reaction/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:vector name="Velocity" />

<mesh name="Flow-Mesh" dimensions="2">
Expand Down
2 changes: 2 additions & 0 deletions channel-transport/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:vector name="Velocity" />

<mesh name="Fluid-Mesh" dimensions="2">
Expand Down
2 changes: 2 additions & 0 deletions elastic-tube-1d/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<sink filter="%Severity% > debug" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:scalar name="Pressure" />
<data:scalar name="CrossSectionLength" />

Expand Down
2 changes: 2 additions & 0 deletions elastic-tube-3d/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:vector name="Force" />
<data:vector name="DisplacementDelta" />

Expand Down
2 changes: 2 additions & 0 deletions flow-around-controlled-moving-cylinder/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:vector name="Displacement-Cylinder" />
<data:vector name="Displacement-Spring" />
<data:vector name="Force" />
Expand Down
2 changes: 2 additions & 0 deletions flow-over-heated-plate-nearest-projection/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:scalar name="Temperature" />
<data:scalar name="Heat-Flux" />

Expand Down
2 changes: 2 additions & 0 deletions flow-over-heated-plate-partitioned-flow/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:scalar name="Temperature-Solid" />
<data:scalar name="Heat-Flux" />
<data:vector name="VelocityGradient" />
Expand Down
2 changes: 2 additions & 0 deletions flow-over-heated-plate-steady-state/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:scalar name="Heat-Transfer-Coefficient-Solid" />
<data:scalar name="Sink-Temperature-Solid" />
<data:scalar name="Heat-Transfer-Coefficient-Fluid" />
Expand Down
2 changes: 2 additions & 0 deletions flow-over-heated-plate-two-meshes/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:scalar name="Temperature" />
<data:scalar name="Heat-Flux" />

Expand Down
2 changes: 2 additions & 0 deletions flow-over-heated-plate/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:scalar name="Temperature" />
<data:scalar name="Heat-Flux" />

Expand Down
2 changes: 2 additions & 0 deletions heat-exchanger-simplified/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:scalar name="Temperature-Top" />
<data:scalar name="Heat-Flux-Top" />
<data:scalar name="Temperature-Bottom" />
Expand Down
2 changes: 2 additions & 0 deletions heat-exchanger/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:scalar name="Heat-Transfer-Coefficient-Solid" />
<data:scalar name="Sink-Temperature-Solid" />
<data:scalar name="Heat-Transfer-Coefficient-Fluid-Inner" />
Expand Down
2 changes: 2 additions & 0 deletions multiple-perpendicular-flaps/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:vector name="Stress-Upstream" />
<data:vector name="Displacement-Upstream" />
<data:vector name="Stress-Downstream" />
Expand Down
2 changes: 2 additions & 0 deletions oscillator-overlap/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<sink filter="%Severity% > debug" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:scalar name="Displacement-Left" />
<data:scalar name="Displacement-Right" />

Expand Down
2 changes: 2 additions & 0 deletions oscillator/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<sink filter="%Severity% > debug" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:scalar name="Force-Left" waveform-degree="3" />
<data:scalar name="Force-Right" waveform-degree="3" />

Expand Down
2 changes: 2 additions & 0 deletions partitioned-backwards-facing-step/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:scalar name="Pressure" />
<data:vector name="Velocity" />
<data:scalar name="PressureBack" />
Expand Down
2 changes: 2 additions & 0 deletions partitioned-elastic-beam/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:vector name="Force0" />
<data:vector name="Displacement0" />

Expand Down
2 changes: 2 additions & 0 deletions partitioned-heat-conduction-complex/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:scalar name="Temperature" />
<data:vector name="Heat-Flux" />

Expand Down
2 changes: 2 additions & 0 deletions partitioned-heat-conduction-direct/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:scalar name="Temperature" />
<data:scalar name="Heat-Flux" />

Expand Down
2 changes: 2 additions & 0 deletions partitioned-heat-conduction-overlap/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:scalar name="Temperature-Left" />
<data:scalar name="Temperature-Right" />

Expand Down
2 changes: 2 additions & 0 deletions partitioned-heat-conduction/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:scalar name="Temperature" waveform-degree="1" />
<data:scalar name="Heat-Flux" waveform-degree="1" />

Expand Down
2 changes: 2 additions & 0 deletions partitioned-pipe-two-phase/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:scalar name="Pressure" />
<data:vector name="Velocity" />
<data:vector name="VelocityGradient" />
Expand Down
2 changes: 2 additions & 0 deletions partitioned-pipe/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:scalar name="Pressure" />
<data:vector name="Velocity" />

Expand Down
2 changes: 2 additions & 0 deletions perpendicular-flap/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:vector name="Force" />
<data:vector name="Displacement" />

Expand Down
2 changes: 2 additions & 0 deletions quickstart/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:vector name="Force" />
<data:vector name="Displacement" />

Expand Down
2 changes: 2 additions & 0 deletions turek-hron-fsi3/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:vector name="Stress" />
<data:vector name="Displacement" />

Expand Down
2 changes: 2 additions & 0 deletions two-scale-heat-conduction/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<sink type="stream" output="stdout" filter="%Severity% > debug" enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:scalar name="k_00" />
<data:scalar name="k_01" />
<data:scalar name="k_10" />
Expand Down
2 changes: 2 additions & 0 deletions volume-coupled-diffusion/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:scalar name="Drain-Data" />
<data:scalar name="Source-Data" />

Expand Down
2 changes: 2 additions & 0 deletions volume-coupled-flow/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:vector name="Velocity" />

<mesh name="Fluid-Mesh" dimensions="2">
Expand Down

0 comments on commit 41fbd92

Please sign in to comment.