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

Added option to bootstrap to build with static libraries #543

Closed mcfadden8 closed 1 year ago

mcfadden8 commented 1 year ago

In addition to a "static" option, I added a "verbose" option that would cause the bootstrap to use "make VERBOSE=1" when set.

adammoody commented 1 year ago

Looks great. Thanks, @mcfadden8 .