Marty McFadden

Results 11 issues of Marty McFadden

For messages with true or false values, it would be nice if get_config_docstrings could add decorations to signify current setting versus default settings where possible. For example, something like this...

SCR can direct the application to write dataset files to subdirectories within a cache directory. SCR also stores its redundancy data in these subdirectories. **Question**: Should it be considered an...

enhancement

The SCR library communicates tiwh the nnf-dm server via a socket file name. We need do create a settable `SCR_CONFIG_AXL_NNFDM`/`AXL_KEY_CONFIG_NNFDM` that may be provided via environment and/or SCR_Config call.

Work to address #489

From Adam: With the current version of AXL, we'd have a single thread on a single compute node copy the entire file from cache to the parallel file system. However,...

enhancement

While clang/6.0.0 fails, switching to gcc works fine. Steps to reproduce: 1. `ssh quartz` 2. `ml clang/6.0.0` 2. `git clone [email protected]:LLNL/scr.git && cd scr` 3. `./bootstrap.sh` This results in the...

Don't merge this. But feel free to use to test out perm predictions.

This issue is being tracked internally here: https://rzlc.llnl.gov/gitlab/umpire/umpire/-/issues/10 The PR that addresses this issue is: #837

I attempted to find the logs from the latest build of the develop branch. When I selected the link to the builds (which the readme file says are "passing"), I...

With HIP devices, we have the ability to influence how coherency of memory that is shared between devices and host processors. This PR introduces a new `GranularityController` strategy that may...