-
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.
add platform descriptions to Introduction, reference these properly i…
…n branson, miniem, and sparta. Start to get consistent naming accross results, we should all use Crossroads and Sierra as names, we caveat in the intro that testbeds are often used that have same architecture
- Loading branch information
Galen Shipman
committed
Sep 21, 2023
1 parent
17390e1
commit 058395a
Showing
12 changed files
with
58 additions
and
73 deletions.
There are no files selected for viewing
Submodule branson
updated
24 files
+25 −13 | 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 | |
+1 −0 | inputs/marshak_wave_replicated.xml | |
+14 −10 | src/CMakeLists.txt | |
+5 −0 | src/cell_tally.h | |
+8 −0 | src/config.h.in | |
+60 −0 | src/config/find_tpls.cmake | |
+7 −1 | src/imc_parameters.h | |
+0 −16 | src/imc_state.h | |
+51 −20 | src/input.h | |
+6 −2 | src/main.cc | |
+56 −18 | src/mesh.h | |
+1 −1 | src/particle_pass_driver.h | |
+5 −8 | 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
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
Submodule parthenon
updated
63 files
Submodule sparta
updated
1074 files
Submodule spatter
updated
3 files
+1 −1 | scripts/build_cpu.sh | |
+1 −1 | scripts/build_cuda.sh | |
+1 −1 | spatter |
Submodule trilinos
updated
5154 files
Submodule umt
updated
30 files