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

Copy python scripts into build directory #516

Closed ofaaland closed 2 years ago

ofaaland commented 2 years ago

In preparation for allowing "make check" and "make test" to run tests using the python scripts.

"make check" and "make test" must be runnable before "make install", which requires the scripts to be available from the build directory.