-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #165 from eschnett/eschnett/openpmd-arrays
Implement openPMD I/O for grid arrays
- Loading branch information
Showing
43 changed files
with
1,114 additions
and
89 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
ActiveThorns = " | ||
CarpetX | ||
IOUtil | ||
TestOutput | ||
" | ||
|
||
Cactus::cctk_itlast = 0 | ||
Cactus::presync_mode = "mixed-error" | ||
|
||
CarpetX::ncells_x = 32 | ||
CarpetX::ncells_y = 32 | ||
CarpetX::ncells_z = 32 | ||
|
||
CarpetX::xmin = 0.0 | ||
CarpetX::ymin = 0.0 | ||
CarpetX::zmin = 0.0 | ||
CarpetX::xmax = 32.0 | ||
CarpetX::ymax = 32.0 | ||
CarpetX::zmax = 32.0 | ||
|
||
CarpetX::boundary_x = "linear extrapolation" | ||
CarpetX::boundary_y = "linear extrapolation" | ||
CarpetX::boundary_z = "linear extrapolation" | ||
CarpetX::boundary_upper_x = "linear extrapolation" | ||
CarpetX::boundary_upper_y = "linear extrapolation" | ||
CarpetX::boundary_upper_z = "linear extrapolation" | ||
|
||
IO::out_dir = $parfile | ||
IO::parfile_write = "no" | ||
IO::out_every = 1 | ||
|
||
CarpetX::out_metadata = no | ||
|
||
CarpetX::out_tsv_vars = " | ||
TestOutput::gf | ||
TestOutput::sc | ||
TestOutput::a1 | ||
TestOutput::a2 | ||
TestOutput::a3 | ||
" | ||
|
||
CarpetX::checkpoint_method = "openpmd" | ||
IO::checkpoint_dir = "../checkpoints" | ||
IO::checkpoint_ID = yes | ||
IO::checkpoint_every = 1 | ||
IO::checkpoint_on_terminate = yes |
11 changes: 11 additions & 0 deletions
11
TestOutput/test/checkpoint-openpmd/testoutput-a1.it000000.x.tsv
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,11 @@ | ||
# 1:iteration 2:time 3:i 4:a1 | ||
0 0.0000000000000000e+00 0 0.0000000000000000e+00 | ||
0 0.0000000000000000e+00 1 1.0000000000000000e+00 | ||
0 0.0000000000000000e+00 2 2.0000000000000000e+00 | ||
0 0.0000000000000000e+00 3 3.0000000000000000e+00 | ||
0 0.0000000000000000e+00 4 4.0000000000000000e+00 | ||
0 0.0000000000000000e+00 5 5.0000000000000000e+00 | ||
0 0.0000000000000000e+00 6 6.0000000000000000e+00 | ||
0 0.0000000000000000e+00 7 7.0000000000000000e+00 | ||
0 0.0000000000000000e+00 8 8.0000000000000000e+00 | ||
0 0.0000000000000000e+00 9 9.0000000000000000e+00 |
10 changes: 10 additions & 0 deletions
10
TestOutput/test/checkpoint-openpmd/testoutput-a2.it000000.x.tsv
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,10 @@ | ||
# 1:iteration 2:time 3:i 4:j 5:a2 | ||
0 0.0000000000000000e+00 0 0 0.0000000000000000e+00 | ||
0 0.0000000000000000e+00 1 0 1.0000000000000000e+00 | ||
0 0.0000000000000000e+00 2 0 2.0000000000000000e+00 | ||
0 0.0000000000000000e+00 3 0 3.0000000000000000e+00 | ||
0 0.0000000000000000e+00 4 0 4.0000000000000000e+00 | ||
0 0.0000000000000000e+00 5 0 5.0000000000000000e+00 | ||
0 0.0000000000000000e+00 6 0 6.0000000000000000e+00 | ||
0 0.0000000000000000e+00 7 0 7.0000000000000000e+00 | ||
0 0.0000000000000000e+00 8 0 8.0000000000000000e+00 |
9 changes: 9 additions & 0 deletions
9
TestOutput/test/checkpoint-openpmd/testoutput-a2.it000000.y.tsv
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,9 @@ | ||
# 1:iteration 2:time 3:i 4:j 5:a2 | ||
0 0.0000000000000000e+00 0 0 0.0000000000000000e+00 | ||
0 0.0000000000000000e+00 0 1 1.0000000000000000e+02 | ||
0 0.0000000000000000e+00 0 2 2.0000000000000000e+02 | ||
0 0.0000000000000000e+00 0 3 3.0000000000000000e+02 | ||
0 0.0000000000000000e+00 0 4 4.0000000000000000e+02 | ||
0 0.0000000000000000e+00 0 5 5.0000000000000000e+02 | ||
0 0.0000000000000000e+00 0 6 6.0000000000000000e+02 | ||
0 0.0000000000000000e+00 0 7 7.0000000000000000e+02 |
8 changes: 8 additions & 0 deletions
8
TestOutput/test/checkpoint-openpmd/testoutput-a3.it000000.x.tsv
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,8 @@ | ||
# 1:iteration 2:time 3:i 4:j 5:k 6:a3 | ||
0 0.0000000000000000e+00 0 0 0 0.0000000000000000e+00 | ||
0 0.0000000000000000e+00 1 0 0 1.0000000000000000e+00 | ||
0 0.0000000000000000e+00 2 0 0 2.0000000000000000e+00 | ||
0 0.0000000000000000e+00 3 0 0 3.0000000000000000e+00 | ||
0 0.0000000000000000e+00 4 0 0 4.0000000000000000e+00 | ||
0 0.0000000000000000e+00 5 0 0 5.0000000000000000e+00 | ||
0 0.0000000000000000e+00 6 0 0 6.0000000000000000e+00 |
7 changes: 7 additions & 0 deletions
7
TestOutput/test/checkpoint-openpmd/testoutput-a3.it000000.y.tsv
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,7 @@ | ||
# 1:iteration 2:time 3:i 4:j 5:k 6:a3 | ||
0 0.0000000000000000e+00 0 0 0 0.0000000000000000e+00 | ||
0 0.0000000000000000e+00 0 1 0 1.0000000000000000e+02 | ||
0 0.0000000000000000e+00 0 2 0 2.0000000000000000e+02 | ||
0 0.0000000000000000e+00 0 3 0 3.0000000000000000e+02 | ||
0 0.0000000000000000e+00 0 4 0 4.0000000000000000e+02 | ||
0 0.0000000000000000e+00 0 5 0 1.0000000000000000e+04 |
6 changes: 6 additions & 0 deletions
6
TestOutput/test/checkpoint-openpmd/testoutput-a3.it000000.z.tsv
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,6 @@ | ||
# 1:iteration 2:time 3:i 4:j 5:k 6:a3 | ||
0 0.0000000000000000e+00 0 0 0 0.0000000000000000e+00 | ||
0 0.0000000000000000e+00 0 0 1 1.0100000000000000e+04 | ||
0 0.0000000000000000e+00 0 0 2 2.0200000000000000e+04 | ||
0 0.0000000000000000e+00 0 0 3 3.0300000000000000e+04 | ||
0 0.0000000000000000e+00 0 0 4 4.0400000000000000e+04 |
36 changes: 36 additions & 0 deletions
36
TestOutput/test/checkpoint-openpmd/testoutput-gf.it000000.x.tsv
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,36 @@ | ||
# 1:iteration 2:time 3:patch 4:level 5:i 6:j 7:k 8:x 9:y 10:z 11:gf | ||
0 0.0000000000000000e+00 0 0 -1 0 0 -1.0000000000000000e+00 0.0000000000000000e+00 0.0000000000000000e+00 -1.0000000000000000e+00 | ||
0 0.0000000000000000e+00 0 0 0 0 0 0.0000000000000000e+00 0.0000000000000000e+00 0.0000000000000000e+00 0.0000000000000000e+00 | ||
0 0.0000000000000000e+00 0 0 1 0 0 1.0000000000000000e+00 0.0000000000000000e+00 0.0000000000000000e+00 1.0000000000000000e+00 | ||
0 0.0000000000000000e+00 0 0 2 0 0 2.0000000000000000e+00 0.0000000000000000e+00 0.0000000000000000e+00 2.0000000000000000e+00 | ||
0 0.0000000000000000e+00 0 0 3 0 0 3.0000000000000000e+00 0.0000000000000000e+00 0.0000000000000000e+00 3.0000000000000000e+00 | ||
0 0.0000000000000000e+00 0 0 4 0 0 4.0000000000000000e+00 0.0000000000000000e+00 0.0000000000000000e+00 4.0000000000000000e+00 | ||
0 0.0000000000000000e+00 0 0 5 0 0 5.0000000000000000e+00 0.0000000000000000e+00 0.0000000000000000e+00 5.0000000000000000e+00 | ||
0 0.0000000000000000e+00 0 0 6 0 0 6.0000000000000000e+00 0.0000000000000000e+00 0.0000000000000000e+00 6.0000000000000000e+00 | ||
0 0.0000000000000000e+00 0 0 7 0 0 7.0000000000000000e+00 0.0000000000000000e+00 0.0000000000000000e+00 7.0000000000000000e+00 | ||
0 0.0000000000000000e+00 0 0 8 0 0 8.0000000000000000e+00 0.0000000000000000e+00 0.0000000000000000e+00 8.0000000000000000e+00 | ||
0 0.0000000000000000e+00 0 0 9 0 0 9.0000000000000000e+00 0.0000000000000000e+00 0.0000000000000000e+00 9.0000000000000000e+00 | ||
0 0.0000000000000000e+00 0 0 10 0 0 1.0000000000000000e+01 0.0000000000000000e+00 0.0000000000000000e+00 1.0000000000000000e+01 | ||
0 0.0000000000000000e+00 0 0 11 0 0 1.1000000000000000e+01 0.0000000000000000e+00 0.0000000000000000e+00 1.1000000000000000e+01 | ||
0 0.0000000000000000e+00 0 0 12 0 0 1.2000000000000000e+01 0.0000000000000000e+00 0.0000000000000000e+00 1.2000000000000000e+01 | ||
0 0.0000000000000000e+00 0 0 13 0 0 1.3000000000000000e+01 0.0000000000000000e+00 0.0000000000000000e+00 1.3000000000000000e+01 | ||
0 0.0000000000000000e+00 0 0 14 0 0 1.4000000000000000e+01 0.0000000000000000e+00 0.0000000000000000e+00 1.4000000000000000e+01 | ||
0 0.0000000000000000e+00 0 0 15 0 0 1.5000000000000000e+01 0.0000000000000000e+00 0.0000000000000000e+00 1.5000000000000000e+01 | ||
0 0.0000000000000000e+00 0 0 16 0 0 1.6000000000000000e+01 0.0000000000000000e+00 0.0000000000000000e+00 1.6000000000000000e+01 | ||
0 0.0000000000000000e+00 0 0 17 0 0 1.7000000000000000e+01 0.0000000000000000e+00 0.0000000000000000e+00 1.7000000000000000e+01 | ||
0 0.0000000000000000e+00 0 0 18 0 0 1.8000000000000000e+01 0.0000000000000000e+00 0.0000000000000000e+00 1.8000000000000000e+01 | ||
0 0.0000000000000000e+00 0 0 19 0 0 1.9000000000000000e+01 0.0000000000000000e+00 0.0000000000000000e+00 1.9000000000000000e+01 | ||
0 0.0000000000000000e+00 0 0 20 0 0 2.0000000000000000e+01 0.0000000000000000e+00 0.0000000000000000e+00 2.0000000000000000e+01 | ||
0 0.0000000000000000e+00 0 0 21 0 0 2.1000000000000000e+01 0.0000000000000000e+00 0.0000000000000000e+00 2.1000000000000000e+01 | ||
0 0.0000000000000000e+00 0 0 22 0 0 2.2000000000000000e+01 0.0000000000000000e+00 0.0000000000000000e+00 2.2000000000000000e+01 | ||
0 0.0000000000000000e+00 0 0 23 0 0 2.3000000000000000e+01 0.0000000000000000e+00 0.0000000000000000e+00 2.3000000000000000e+01 | ||
0 0.0000000000000000e+00 0 0 24 0 0 2.4000000000000000e+01 0.0000000000000000e+00 0.0000000000000000e+00 2.4000000000000000e+01 | ||
0 0.0000000000000000e+00 0 0 25 0 0 2.5000000000000000e+01 0.0000000000000000e+00 0.0000000000000000e+00 2.5000000000000000e+01 | ||
0 0.0000000000000000e+00 0 0 26 0 0 2.6000000000000000e+01 0.0000000000000000e+00 0.0000000000000000e+00 2.6000000000000000e+01 | ||
0 0.0000000000000000e+00 0 0 27 0 0 2.7000000000000000e+01 0.0000000000000000e+00 0.0000000000000000e+00 2.7000000000000000e+01 | ||
0 0.0000000000000000e+00 0 0 28 0 0 2.8000000000000000e+01 0.0000000000000000e+00 0.0000000000000000e+00 2.8000000000000000e+01 | ||
0 0.0000000000000000e+00 0 0 29 0 0 2.9000000000000000e+01 0.0000000000000000e+00 0.0000000000000000e+00 2.9000000000000000e+01 | ||
0 0.0000000000000000e+00 0 0 30 0 0 3.0000000000000000e+01 0.0000000000000000e+00 0.0000000000000000e+00 3.0000000000000000e+01 | ||
0 0.0000000000000000e+00 0 0 31 0 0 3.1000000000000000e+01 0.0000000000000000e+00 0.0000000000000000e+00 3.1000000000000000e+01 | ||
0 0.0000000000000000e+00 0 0 32 0 0 3.2000000000000000e+01 0.0000000000000000e+00 0.0000000000000000e+00 3.2000000000000000e+01 | ||
0 0.0000000000000000e+00 0 0 33 0 0 3.3000000000000000e+01 0.0000000000000000e+00 0.0000000000000000e+00 3.3000000000000000e+01 |
36 changes: 36 additions & 0 deletions
36
TestOutput/test/checkpoint-openpmd/testoutput-gf.it000000.y.tsv
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,36 @@ | ||
# 1:iteration 2:time 3:patch 4:level 5:i 6:j 7:k 8:x 9:y 10:z 11:gf | ||
0 0.0000000000000000e+00 0 0 0 -1 0 0.0000000000000000e+00 -1.0000000000000000e+00 0.0000000000000000e+00 -1.0000000000000000e+02 | ||
0 0.0000000000000000e+00 0 0 0 0 0 0.0000000000000000e+00 0.0000000000000000e+00 0.0000000000000000e+00 0.0000000000000000e+00 | ||
0 0.0000000000000000e+00 0 0 0 1 0 0.0000000000000000e+00 1.0000000000000000e+00 0.0000000000000000e+00 1.0000000000000000e+02 | ||
0 0.0000000000000000e+00 0 0 0 2 0 0.0000000000000000e+00 2.0000000000000000e+00 0.0000000000000000e+00 2.0000000000000000e+02 | ||
0 0.0000000000000000e+00 0 0 0 3 0 0.0000000000000000e+00 3.0000000000000000e+00 0.0000000000000000e+00 3.0000000000000000e+02 | ||
0 0.0000000000000000e+00 0 0 0 4 0 0.0000000000000000e+00 4.0000000000000000e+00 0.0000000000000000e+00 4.0000000000000000e+02 | ||
0 0.0000000000000000e+00 0 0 0 5 0 0.0000000000000000e+00 5.0000000000000000e+00 0.0000000000000000e+00 5.0000000000000000e+02 | ||
0 0.0000000000000000e+00 0 0 0 6 0 0.0000000000000000e+00 6.0000000000000000e+00 0.0000000000000000e+00 6.0000000000000000e+02 | ||
0 0.0000000000000000e+00 0 0 0 7 0 0.0000000000000000e+00 7.0000000000000000e+00 0.0000000000000000e+00 7.0000000000000000e+02 | ||
0 0.0000000000000000e+00 0 0 0 8 0 0.0000000000000000e+00 8.0000000000000000e+00 0.0000000000000000e+00 8.0000000000000000e+02 | ||
0 0.0000000000000000e+00 0 0 0 9 0 0.0000000000000000e+00 9.0000000000000000e+00 0.0000000000000000e+00 9.0000000000000000e+02 | ||
0 0.0000000000000000e+00 0 0 0 10 0 0.0000000000000000e+00 1.0000000000000000e+01 0.0000000000000000e+00 1.0000000000000000e+03 | ||
0 0.0000000000000000e+00 0 0 0 11 0 0.0000000000000000e+00 1.1000000000000000e+01 0.0000000000000000e+00 1.1000000000000000e+03 | ||
0 0.0000000000000000e+00 0 0 0 12 0 0.0000000000000000e+00 1.2000000000000000e+01 0.0000000000000000e+00 1.2000000000000000e+03 | ||
0 0.0000000000000000e+00 0 0 0 13 0 0.0000000000000000e+00 1.3000000000000000e+01 0.0000000000000000e+00 1.3000000000000000e+03 | ||
0 0.0000000000000000e+00 0 0 0 14 0 0.0000000000000000e+00 1.4000000000000000e+01 0.0000000000000000e+00 1.4000000000000000e+03 | ||
0 0.0000000000000000e+00 0 0 0 15 0 0.0000000000000000e+00 1.5000000000000000e+01 0.0000000000000000e+00 1.5000000000000000e+03 | ||
0 0.0000000000000000e+00 0 0 0 16 0 0.0000000000000000e+00 1.6000000000000000e+01 0.0000000000000000e+00 1.6000000000000000e+03 | ||
0 0.0000000000000000e+00 0 0 0 17 0 0.0000000000000000e+00 1.7000000000000000e+01 0.0000000000000000e+00 1.7000000000000000e+03 | ||
0 0.0000000000000000e+00 0 0 0 18 0 0.0000000000000000e+00 1.8000000000000000e+01 0.0000000000000000e+00 1.8000000000000000e+03 | ||
0 0.0000000000000000e+00 0 0 0 19 0 0.0000000000000000e+00 1.9000000000000000e+01 0.0000000000000000e+00 1.9000000000000000e+03 | ||
0 0.0000000000000000e+00 0 0 0 20 0 0.0000000000000000e+00 2.0000000000000000e+01 0.0000000000000000e+00 2.0000000000000000e+03 | ||
0 0.0000000000000000e+00 0 0 0 21 0 0.0000000000000000e+00 2.1000000000000000e+01 0.0000000000000000e+00 2.1000000000000000e+03 | ||
0 0.0000000000000000e+00 0 0 0 22 0 0.0000000000000000e+00 2.2000000000000000e+01 0.0000000000000000e+00 2.2000000000000000e+03 | ||
0 0.0000000000000000e+00 0 0 0 23 0 0.0000000000000000e+00 2.3000000000000000e+01 0.0000000000000000e+00 2.3000000000000000e+03 | ||
0 0.0000000000000000e+00 0 0 0 24 0 0.0000000000000000e+00 2.4000000000000000e+01 0.0000000000000000e+00 2.4000000000000000e+03 | ||
0 0.0000000000000000e+00 0 0 0 25 0 0.0000000000000000e+00 2.5000000000000000e+01 0.0000000000000000e+00 2.5000000000000000e+03 | ||
0 0.0000000000000000e+00 0 0 0 26 0 0.0000000000000000e+00 2.6000000000000000e+01 0.0000000000000000e+00 2.6000000000000000e+03 | ||
0 0.0000000000000000e+00 0 0 0 27 0 0.0000000000000000e+00 2.7000000000000000e+01 0.0000000000000000e+00 2.7000000000000000e+03 | ||
0 0.0000000000000000e+00 0 0 0 28 0 0.0000000000000000e+00 2.8000000000000000e+01 0.0000000000000000e+00 2.8000000000000000e+03 | ||
0 0.0000000000000000e+00 0 0 0 29 0 0.0000000000000000e+00 2.9000000000000000e+01 0.0000000000000000e+00 2.9000000000000000e+03 | ||
0 0.0000000000000000e+00 0 0 0 30 0 0.0000000000000000e+00 3.0000000000000000e+01 0.0000000000000000e+00 3.0000000000000000e+03 | ||
0 0.0000000000000000e+00 0 0 0 31 0 0.0000000000000000e+00 3.1000000000000000e+01 0.0000000000000000e+00 3.1000000000000000e+03 | ||
0 0.0000000000000000e+00 0 0 0 32 0 0.0000000000000000e+00 3.2000000000000000e+01 0.0000000000000000e+00 3.2000000000000000e+03 | ||
0 0.0000000000000000e+00 0 0 0 33 0 0.0000000000000000e+00 3.3000000000000000e+01 0.0000000000000000e+00 3.3000000000000000e+03 |
36 changes: 36 additions & 0 deletions
36
TestOutput/test/checkpoint-openpmd/testoutput-gf.it000000.z.tsv
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,36 @@ | ||
# 1:iteration 2:time 3:patch 4:level 5:i 6:j 7:k 8:x 9:y 10:z 11:gf | ||
0 0.0000000000000000e+00 0 0 0 0 -1 0.0000000000000000e+00 0.0000000000000000e+00 -1.0000000000000000e+00 -1.0000000000000000e+04 | ||
0 0.0000000000000000e+00 0 0 0 0 0 0.0000000000000000e+00 0.0000000000000000e+00 0.0000000000000000e+00 0.0000000000000000e+00 | ||
0 0.0000000000000000e+00 0 0 0 0 1 0.0000000000000000e+00 0.0000000000000000e+00 1.0000000000000000e+00 1.0000000000000000e+04 | ||
0 0.0000000000000000e+00 0 0 0 0 2 0.0000000000000000e+00 0.0000000000000000e+00 2.0000000000000000e+00 2.0000000000000000e+04 | ||
0 0.0000000000000000e+00 0 0 0 0 3 0.0000000000000000e+00 0.0000000000000000e+00 3.0000000000000000e+00 3.0000000000000000e+04 | ||
0 0.0000000000000000e+00 0 0 0 0 4 0.0000000000000000e+00 0.0000000000000000e+00 4.0000000000000000e+00 4.0000000000000000e+04 | ||
0 0.0000000000000000e+00 0 0 0 0 5 0.0000000000000000e+00 0.0000000000000000e+00 5.0000000000000000e+00 5.0000000000000000e+04 | ||
0 0.0000000000000000e+00 0 0 0 0 6 0.0000000000000000e+00 0.0000000000000000e+00 6.0000000000000000e+00 6.0000000000000000e+04 | ||
0 0.0000000000000000e+00 0 0 0 0 7 0.0000000000000000e+00 0.0000000000000000e+00 7.0000000000000000e+00 7.0000000000000000e+04 | ||
0 0.0000000000000000e+00 0 0 0 0 8 0.0000000000000000e+00 0.0000000000000000e+00 8.0000000000000000e+00 8.0000000000000000e+04 | ||
0 0.0000000000000000e+00 0 0 0 0 9 0.0000000000000000e+00 0.0000000000000000e+00 9.0000000000000000e+00 9.0000000000000000e+04 | ||
0 0.0000000000000000e+00 0 0 0 0 10 0.0000000000000000e+00 0.0000000000000000e+00 1.0000000000000000e+01 1.0000000000000000e+05 | ||
0 0.0000000000000000e+00 0 0 0 0 11 0.0000000000000000e+00 0.0000000000000000e+00 1.1000000000000000e+01 1.1000000000000000e+05 | ||
0 0.0000000000000000e+00 0 0 0 0 12 0.0000000000000000e+00 0.0000000000000000e+00 1.2000000000000000e+01 1.2000000000000000e+05 | ||
0 0.0000000000000000e+00 0 0 0 0 13 0.0000000000000000e+00 0.0000000000000000e+00 1.3000000000000000e+01 1.3000000000000000e+05 | ||
0 0.0000000000000000e+00 0 0 0 0 14 0.0000000000000000e+00 0.0000000000000000e+00 1.4000000000000000e+01 1.4000000000000000e+05 | ||
0 0.0000000000000000e+00 0 0 0 0 15 0.0000000000000000e+00 0.0000000000000000e+00 1.5000000000000000e+01 1.5000000000000000e+05 | ||
0 0.0000000000000000e+00 0 0 0 0 16 0.0000000000000000e+00 0.0000000000000000e+00 1.6000000000000000e+01 1.6000000000000000e+05 | ||
0 0.0000000000000000e+00 0 0 0 0 17 0.0000000000000000e+00 0.0000000000000000e+00 1.7000000000000000e+01 1.7000000000000000e+05 | ||
0 0.0000000000000000e+00 0 0 0 0 18 0.0000000000000000e+00 0.0000000000000000e+00 1.8000000000000000e+01 1.8000000000000000e+05 | ||
0 0.0000000000000000e+00 0 0 0 0 19 0.0000000000000000e+00 0.0000000000000000e+00 1.9000000000000000e+01 1.9000000000000000e+05 | ||
0 0.0000000000000000e+00 0 0 0 0 20 0.0000000000000000e+00 0.0000000000000000e+00 2.0000000000000000e+01 2.0000000000000000e+05 | ||
0 0.0000000000000000e+00 0 0 0 0 21 0.0000000000000000e+00 0.0000000000000000e+00 2.1000000000000000e+01 2.1000000000000000e+05 | ||
0 0.0000000000000000e+00 0 0 0 0 22 0.0000000000000000e+00 0.0000000000000000e+00 2.2000000000000000e+01 2.2000000000000000e+05 | ||
0 0.0000000000000000e+00 0 0 0 0 23 0.0000000000000000e+00 0.0000000000000000e+00 2.3000000000000000e+01 2.3000000000000000e+05 | ||
0 0.0000000000000000e+00 0 0 0 0 24 0.0000000000000000e+00 0.0000000000000000e+00 2.4000000000000000e+01 2.4000000000000000e+05 | ||
0 0.0000000000000000e+00 0 0 0 0 25 0.0000000000000000e+00 0.0000000000000000e+00 2.5000000000000000e+01 2.5000000000000000e+05 | ||
0 0.0000000000000000e+00 0 0 0 0 26 0.0000000000000000e+00 0.0000000000000000e+00 2.6000000000000000e+01 2.6000000000000000e+05 | ||
0 0.0000000000000000e+00 0 0 0 0 27 0.0000000000000000e+00 0.0000000000000000e+00 2.7000000000000000e+01 2.7000000000000000e+05 | ||
0 0.0000000000000000e+00 0 0 0 0 28 0.0000000000000000e+00 0.0000000000000000e+00 2.8000000000000000e+01 2.8000000000000000e+05 | ||
0 0.0000000000000000e+00 0 0 0 0 29 0.0000000000000000e+00 0.0000000000000000e+00 2.9000000000000000e+01 2.9000000000000000e+05 | ||
0 0.0000000000000000e+00 0 0 0 0 30 0.0000000000000000e+00 0.0000000000000000e+00 3.0000000000000000e+01 3.0000000000000000e+05 | ||
0 0.0000000000000000e+00 0 0 0 0 31 0.0000000000000000e+00 0.0000000000000000e+00 3.1000000000000000e+01 3.1000000000000000e+05 | ||
0 0.0000000000000000e+00 0 0 0 0 32 0.0000000000000000e+00 0.0000000000000000e+00 3.2000000000000000e+01 3.2000000000000000e+05 | ||
0 0.0000000000000000e+00 0 0 0 0 33 0.0000000000000000e+00 0.0000000000000000e+00 3.3000000000000000e+01 3.3000000000000000e+05 |
2 changes: 2 additions & 0 deletions
2
TestOutput/test/checkpoint-openpmd/testoutput-sc.it000000.tsv
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,2 @@ | ||
# 1:iteration 2:time 3:sc | ||
0 0.0000000000000000e+00 4.2000000000000000e+01 |
Binary file added
BIN
+283 KB
TestOutput/test/checkpoints-openpmd/checkpoint.chkpt.it00000000.bp5/data.0
Binary file not shown.
Binary file added
BIN
+15.3 KB
TestOutput/test/checkpoints-openpmd/checkpoint.chkpt.it00000000.bp5/md.0
Binary file not shown.
Binary file added
BIN
+162 Bytes
TestOutput/test/checkpoints-openpmd/checkpoint.chkpt.it00000000.bp5/md.idx
Binary file not shown.
Binary file added
BIN
+1.48 KB
TestOutput/test/checkpoints-openpmd/checkpoint.chkpt.it00000000.bp5/mmd.0
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
TestOutput/test/checkpoints-openpmd/checkpoint.chkpt.it00000000.bp5/profiling.json
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,3 @@ | ||
[ | ||
{ "rank":0, "start":"Tue_Jul_04_15:42:21_2023", "bytes":0, "AWD":{"mus":1187, "nCalls":1}, "close_ts":{"mus":157, "nCalls":1}, "meta_lvl1":{"mus":13, "nCalls":1}, "meta_lvl2":{"mus":191, "nCalls":1}, "endstep":{"mus":1550, "nCalls":1}, "transport_0":{"type":"File_POSIX", "close":{"mus":48, "nCalls":1}, "write":{"mus":74, "nCalls":1}, "open":{"mus":124, "nCalls":1}}, "transport_1":{"type":"File_POSIX", "close":{"mus":39, "nCalls":1}, "write":{"mus":65, "nCalls":5}, "open":{"mus":132, "nCalls":1}} } | ||
] |
1 change: 1 addition & 0 deletions
1
TestOutput/test/checkpoints-openpmd/checkpoint.chkpt.openpmd.visit
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 @@ | ||
checkpoint.chkpt.it00000000.bp5 |
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
Oops, something went wrong.