LLNL / scr

SCR caches checkpoint data in storage on the compute nodes of a Linux cluster to provide a fast, scalable checkpoint / restart capability for MPI codes.
http://computing.llnl.gov/projects/scalable-checkpoint-restart-for-mpi
Other
99 stars 36 forks source link

SCR_ADD_TEST: run python based tests for flux #526

Closed ofaaland closed 1 year ago

ofaaland commented 1 year ago

Run tests using the python scripts when under flux. Use the existing shell scripts when testing under other RMs.

Bash scripts for flux were never written.

We decided to start by supporting the python scripts only under Flux, and finish testing/cleaning up python scripts for other RMs only after that is stable and working well.

Replaces #522