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

move commands from /bin to /libexec #563

Closed adammoody closed 1 year ago

adammoody commented 1 year ago

The SCR install/bin directory is a bit crowded. Many of these commands are invoked by other SCR scripts, and not by the user directly. To present a cleaner interface, it would be helpful to move the internal commands to a new /libexec directory and just leave the user commands in /bin.

Commands to leave in /bin:

adammoody commented 1 year ago

Resolved by https://github.com/LLNL/scr/pull/569