Cameron Stanavige
Cameron Stanavige
### Describe the problem you're observing On a system using IBM's mpi, when consecutively reading (either using writeread example, or write then read examples) enough files to equate to a...
### Describe the problem you're observing After adding a new wrapper, there appears to be a Python script in client/check_fns that can/should be used to autogenerate `client/src/gotcha_map_unifycr_list.h` in order to...
This ticket is for listing any unit tests that need to be implemented for individual wrappers in [client/src](https://github.com/LLNL/UnifyCR/tree/dev/client/src). If a suggested test revolves around a bigger issue, create a separate...
When using [IOR](https://github.com/hpc/ior) to write to a test file to a non-existent mount point (i.e., /unifycr), IOR calls statfs(). ``` srun -N4 -n4 ior -w -r -o /unifycr/testfile ``` This...
First encountered this when testing the Spack builds. Was able to replicate it with _bootstrap.sh_. ### How to Reproduce Using _bootstrap.sh_ from PR #452, open that file and edit the...
Building SCR statically, with DTCMP/LWGRP also built statically, fails First encountered this when testing the Spack builds. Was able to replicate it with _bootstrap.sh_. ### How to Reproduce Using _bootstrap.sh_...
This adds a `--static` option to _bootstrap.sh_ that allows for static only builds of the components.
@adammoody, after reading your email, am I correct in interpreting that `SCR_LOG_SYSLOG_FACILITY`, `SCR_LOG_SYSLOG_LEVEL`, and `SCR_LOG_SYSLOG_PREFIX` are the only options that **have** to be set at configure time, if wanting to...
### Describe the problem you're observing Running the H5Bench `sync-write-read-contig-1d-small` benchmark at some scales results in the Mercury timeout: ``` margo_forward_timed() failed - HG_TIMEOUT ``` Increasing `UNIFYFS_MARGO_CLIENT_TIMEOUT` fixed two different...
Add a SLURM SPANK lua plugin to create an option for SLURM to call UnifyFS. Option should start and stop the UnifyFS daemon as the user at job startup and...