Danielle Sikich
Danielle Sikich
A SLURM SPANK lua plugin that adds an option to SLURM called unifycr. Using this option starts and stops the unifycr daemon as the user at job startup and termination....
I'm using SLURM, mvapich, and srun to launch the server and client processes. When the daemonize() function is used and the client write test is called the unifycr_mount call fails....
### Describe the problem you're observing The client hangs after writing data, then trying to read it in the same program. It works if you close the file in between,...
Return an error if the list size has increased since the first time it was called.
dcp --synchronous option is not working on lscratchrza (that we know of so far). When this option is turned on lscratchrza we need to fix the alignment and sizes.
There are lots of common comparison functions used across dsync and dcmp. We need to move them to the common library.
Make sure there is a warning if any of the required elements for a wrapped function are missing. For instance, if a prototype for a wrapped function is declared, but...
When to conduct garbage collection is undetermined. Recommend lazily performing garbage collection when DRAM and SSD usage reaches a high watermmark.
Avoid the conflict on file id. Current implementation generate files id based on hashcode of file name, conflict happens when two file names are hashed to the same file id....