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

scripts: convert to be more pythonic #558

Closed adammoody closed 1 year ago

adammoody commented 1 year ago

As a first pass, the original python version of the scripts was intentionally written to covert from bash/perl verbatim. This updates some the scripts to be more pythonic, e.g., to raise exceptions rather than return 1 for errors.