-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
47 changed files
with
30,302 additions
and
171 deletions.
There are no files selected for viewing
Submodule branson
updated
23 files
+15 −5 | README.md | |
+1 −0 | inputs/3D_hohlraum_multi_node.xml | |
+1 −0 | inputs/3D_hohlraum_single_node.xml | |
+1 −0 | inputs/big_cube.xml | |
+1 −0 | inputs/cube_decomp_test.xml | |
+1 −0 | inputs/hot_zone_input.xml | |
+1 −0 | inputs/marshak_wave_dd.xml | |
+42 −11 | src/CMakeLists.txt | |
+5 −0 | src/cell_tally.h | |
+48 −1 | src/config.h.in | |
+86 −5 | src/config/find_tpls.cmake | |
+7 −1 | src/imc_parameters.h | |
+1 −8 | src/imc_state.h | |
+51 −20 | src/input.h | |
+8 −0 | src/main.cc | |
+56 −18 | src/mesh.h | |
+24 −1 | src/particle_pass_driver.h | |
+4 −7 | src/particle_pass_transport.h | |
+1 −1 | src/replicated_driver.h | |
+5 −4 | src/replicated_transport.h | |
+2 −0 | src/test/simple_input.xml | |
+16 −8 | src/test/test_input.cc | |
+26 −10 | src/transport_photon.h |
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,4 @@ | ||
Iteration,Photons,Nodes,Photons/s,Photons/s | ||
1,2720,32,9.19E+07,2.87E+06 | ||
1,5440,64,1.92E+07,3.00E+05 | ||
1,8160,96,2.80E+07,2.91E+05 |
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,4 @@ | ||
Iteration,Photons,Nodes,Photons/s,Photons/s | ||
1,2720,32,9.20E+07,2.87E+06 | ||
1,5440,64,1.89E+08,2.95E+06 | ||
1,8160,96,2.73E+08,2.85E+06 |
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,4 @@ | ||
Nodes,Photons,Photons/s,Photons/s/Node | ||
32,2720,9.20E+07,2.87E+06 | ||
64,5440,1.89E+08,2.95E+06 | ||
96,8160,2.73E+08,2.85E+06 |
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 @@ | ||
Photons,32,64,96 | ||
200,1.25e+08,2.42e+08,2.41e+08 | ||
400,1.26e+08,2.39e+08,3.42e+08 | ||
800,1.25e+08,2.39e+08,3.53e+08 | ||
1000,1.26e+08,2.37e+08,3.6e+08 | ||
2000,1.27e+08,2.46e+08,3.58e+08 | ||
4000,1.27e+08,2.52e+08,3.67e+08 | ||
8000,,2.54e+08,3.77e+08 |
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,4 @@ | ||
Photons (in M),8,32,56,88,112 | ||
10,3.9e+05,1.12e+06,1.57e+06,2.47e+06,3.2e+06 | ||
66,5.4e+05,1.12e+06,1.52e+06,2.4e+06,3.16e+06 | ||
200,5.56e+05,1.12e+06,1.51e+06,2.4e+06,3.19e+06 |
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 @@ | ||
Nodes,10,66,200 | ||
8,3.9e+05,5.4e+05,5.56e+05 | ||
32,1.12e+06,1.12e+06,1.12e+06 | ||
56,1.57e+06,1.52e+06,1.51e+06 | ||
88,2.47e+06,2.4e+06,2.4e+06 | ||
112,3.2e+06,3.16e+06,3.19e+06 |
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,16 @@ | ||
Iteration,Photons,Nodes,Photons/s | ||
1,10,8,389526.944845 | ||
1,10,32,1118661.454450 | ||
1,10,56,1573534.905253 | ||
1,10,88,2474867.718320 | ||
1,10,112,3199066.384466 | ||
1,66,8,540217.631093 | ||
1,66,32,1123452.119160 | ||
1,66,56,1518091.720066 | ||
1,66,88,2399810.545866 | ||
1,66,112,3160933.921874 | ||
1,200,8,555655.848349 | ||
1,200,32,1121140.510231 | ||
1,200,56,1514059.293424 | ||
1,200,88,2398118.800503 | ||
1,200,112,3191200.914483 |
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 @@ | ||
Nodes,10,66,200 | ||
8,3.9e+05,5.4e+05,5.56e+05 | ||
32,1.56e+06,2.16e+06,2.22e+06 | ||
56,2.73e+06,3.78e+06,3.89e+06 | ||
88,4.28e+06,5.94e+06,6.11e+06 | ||
112,5.45e+06,7.56e+06,7.78e+06 |
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,6 @@ | ||
Nodes,Actual,Ideal,Memory GB,Memory % | ||
8,3.9e+05,3.9e+05,3,2.9 | ||
32,1.12e+06,1.56e+06,5,4.08 | ||
56,1.57e+06,2.73e+06,6,5.16 | ||
88,2.47e+06,4.28e+06,8,6.47 | ||
112,3.2e+06,5.45e+06,9,7.69 |
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 @@ | ||
Nodes,Actual,Ideal,Memory GB,Memory % | ||
8,5.56e+05,5.56e+05,46,37.07 | ||
32,1.12e+06,2.22e+06,48,39.03 | ||
56,1.51e+06,3.89e+06,50,40.23 | ||
88,2.4e+06,6.11e+06,51,41.54 | ||
112,3.19e+06,7.78e+06,53,42.75 |
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 @@ | ||
Nodes,Actual,Ideal,Memory GB,Memory % | ||
8,5.4e+05,5.4e+05,16,13.05 | ||
32,1.12e+06,2.16e+06,18,14.5 | ||
56,1.52e+06,3.78e+06,19,15.42 | ||
88,2.4e+06,5.94e+06,20,16.72 | ||
112,3.16e+06,7.56e+06,22,17.72 |
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,4 @@ | ||
NumNodes,Problem1,Problem2,Problem1,Problem2 | ||
96,7.30E+09,3.01E+09,7.60E+07,3.14E+07 | ||
64,5.44E+09,2.09E+09,8.50E+07,3.27E+07 | ||
32,3.29E+09,1.19E+09,1.03E+08,3.72E+07 |
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,4 @@ | ||
Nodes,Problem1,Problem2 | ||
32,6.636799e+09,2.000133e+09 | ||
64,2.034274e+09,3.288118e+08 | ||
96,2.840158e+09,4.669072e+08 |
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,4 @@ | ||
Nodes,Problem1,Problem2,Problem1/Node,Problem2/Node | ||
32,6.64e+09,2e+09,2.07e+08,6.25e+07 | ||
64,2.03e+09,3.29e+08,3.18e+07,5.14e+06 | ||
96,2.84e+09,4.67e+08,2.96e+07,4.86e+06 |
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,4 @@ | ||
Nodes,Problem1,Problem2,Problem1/Node,Problem2/Node | ||
32,3.29E+09,1.19E+09,1.03E+08,3.72E+07 | ||
64,5.44E+09,2.09E+09,8.50E+07,3.27E+07 | ||
96,7.30E+09,3.01E+09,7.60E+07,3.14E+07 |
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
Oops, something went wrong.