File tree Expand file tree Collapse file tree 3 files changed +935
-0
lines changed
Expand file tree Collapse file tree 3 files changed +935
-0
lines changed Original file line number Diff line number Diff line change 55# - test_scalar_parametric.jl : Scalar transforms across multiple grid sizes
66# - test_vector_parametric.jl : Vector (sphtor) transforms across multiple grid sizes
77# - test_qst_parametric.jl : QST (3D vector) transforms across multiple grid sizes
8+ # - test_packed_storage.jl : Non-MPI tests for packed storage utilities
89# - test_mpi_comprehensive.jl : MPI distributed tests (run separately with mpiexec)
910#
1011# To run MPI tests:
@@ -16,6 +17,7 @@ using Test
1617 include(" test_scalar_parametric.jl" )
1718 include(" test_vector_parametric.jl" )
1819 include(" test_qst_parametric.jl" )
20+ include(" test_packed_storage.jl" )
1921end
2022
2123# Note: MPI tests are not included here as they require mpiexec to run.
You can’t perform that action at this time.
0 commit comments