Skip to content

Commit e173a6c

Browse files
committed
Test case for prospective low-memory exascale API.
Test passes now, but will later require the API to simulate shoebox pixels with ~10-fold lower memory consumption and thus fail until the fix is in.
1 parent ae44c81 commit e173a6c

3 files changed

Lines changed: 395 additions & 1 deletion

File tree

simtbx/run_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
["$D/gpu/tst_exafel_api.py","context=kokkos_gpu"],# GPU in kokkos
9595
["$D/tests/tst_unified.py","context=kokkos_gpu"],# GPU, exaFEL full API
9696
["$D/gpu/tst_shoeboxes.py","context=kokkos_gpu"],# GPU, test whitelist API
97+
["$D/tests/tst_memory_policy.py","context=kokkos_gpu"],
9798
]
9899
if OPT.enable_kokkos:
99100
if OPT.enable_cxx11 and sys.platform != 'win32':

0 commit comments

Comments
 (0)