Skip to content

Commit 527a5d0

Browse files
committed
updates
1 parent 0d8629c commit 527a5d0

File tree

3 files changed

+935
-0
lines changed

3 files changed

+935
-0
lines changed

test/parallel/runtests.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
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")
1921
end
2022

2123
# Note: MPI tests are not included here as they require mpiexec to run.

0 commit comments

Comments
 (0)