Skip to content

Commit

Permalink
Merge pull request #29 from Adrian-Diaz/master
Browse files Browse the repository at this point in the history
ENH: update matar submodule
  • Loading branch information
Adrian-Diaz authored Jan 10, 2025
2 parents cf521e6 + 1f671be commit 38bc48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matar
Submodule matar updated 60 files
+2 −1 .gitignore
+11 −1 CMakeLists.txt
+ MATAR-logo.png
+1 −1 README.md
+68 −6 examples/CMakeLists.txt
+7 −7 examples/CSCKokkos.cpp
+11 −11 examples/CSRKokkos.cpp
+436 −0 examples/ann_distributed.cpp
+452 −0 examples/ann_distributed_crs.cpp
+345 −0 examples/ann_kokkos.cpp
+342 −0 examples/ann_kokkos_compare.cpp
+2 −2 examples/gArrayofgArrays/CMakeLists.txt
+1 −1 examples/halfspace_cooling/CMakeLists.txt
+194 −37 examples/kokkos_for.cpp
+1 −1 examples/laplace/CMakeLists.txt
+1 −1 examples/laplaceMPI/CMakeLists.txt
+4 −4 examples/laplaceMPI/laplace_mpi.cpp
+13 −47 examples/main_kokkos.cpp
+2 −2 examples/matar_fortran/CMakeLists.txt
+37 −25 examples/mtr-kokkos-simple.cpp
+5 −5 examples/phaseField/srcMacros/local_free_energy.cpp
+13 −13 examples/phaseField/srcMacros/outputs.cpp
+2 −2 examples/phaseFieldMPI/CMakeLists.txt
+5 −5 examples/phaseFieldMPI/system.cpp
+1 −1 examples/sparsetests/CMakeLists.txt
+7 −7 examples/sparsetests/powerIter.cpp
+4 −4 examples/sparsetests/sparsePowerIter.cpp
+21 −21 examples/test_for.cpp
+2 −2 examples/test_rocm/CMakeLists.txt
+269 −0 examples/test_set_values.cpp
+224 −0 examples/test_tpetra_carray.cpp
+218 −0 examples/test_tpetra_farray.cpp
+814 −0 examples/test_tpetra_mesh.cpp
+2 −2 examples/virtualFcnKokkos/CMakeLists.txt
+1 −1 examples/virtualFcnMATAR/CMakeLists.txt
+1 −1 examples/watt-graph/CMakeLists.txt
+2 −2 examples/watt-graph/kokkos_floyd.cpp
+1 −0 lib/.gitignore
+55 −5 scripts/build-matar.sh
+16 −2 scripts/cmake_build_examples.sh
+1 −0 scripts/cmake_build_test.sh
+20 −3 scripts/matar-install.sh
+4 −0 scripts/setup-env.sh
+176 −0 scripts/trilinos-install.sh
+1 −1 src/Kokkos/kokkos
+2,550 −0 src/include/Tpetra_LRMultiVector_decl.hpp
+4,954 −0 src/include/Tpetra_LRMultiVector_def.hpp
+731 −0 src/include/Tpetra_LR_WrappedDualView.hpp
+135 −0 src/include/communication_plan.h
+180 −1 src/include/host_types.h
+1,609 −215 src/include/kokkos_types.h
+55 −12 src/include/macros.h
+820 −0 src/include/mapped_mpi_types.h
+2 −1 src/include/matar.h
+3 −3 src/include/mpi_types.h
+251 −0 src/include/partition_map.h
+3,523 −0 src/include/tpetra_wrapper_types.h
+3 −0 test/test_cases/CMakeLists.txt
+25 −2 test/test_cases/test_CArrayKokkos.cpp
+192 −0 test/test_cases/test_DCArrayKokkos.cpp

0 comments on commit 38bc48f

Please sign in to comment.