-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* force HDF5 in tests that requires XDMF outputs * correctly add HDF5 files when HDF5 is enabled through a setup CMakeLists Incidentally allow the user to enable MPI in a setup CMakeLists.txt * restore back the vtk frequency for CIs * remove xdmf from KHI test (not needed)
- Loading branch information
Showing
7 changed files
with
16 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,5 +22,4 @@ X3-beg outflow | |
X3-end outflow | ||
|
||
[Output] | ||
vtk 0.01 | ||
xdmf 0.01 | ||
vtk 0.01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
enable_idefix_property(Idefix_HDF5) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,5 +25,5 @@ X3-beg periodic | |
X3-end periodic | ||
|
||
[Output] | ||
vtk 0.05 | ||
xdmf 0.05 | ||
vtk 0.1 | ||
xdmf 0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,5 +25,5 @@ X3-beg periodic | |
X3-end periodic | ||
|
||
[Output] | ||
vtk 0.05 | ||
xdmf 0.05 | ||
vtk 0.1 | ||
xdmf 0.1 |