Tony Hutter
Tony Hutter
I've opened an issue for an alternate proposal that would use busybox as our UnifyFS shell here: https://github.com/LLNL/UnifyFS/issues/426. Please post any comments about it in that issue, as I don't...
You can assign this to me for now
An early observation: Below is the script I'm using to test the BBAPI transfer. To test, do `srun -n4 -N4 ` from within the BB mount point: ```bash #!/bin/bash #...
Some quirks I'm noticing using the BBAPI to transfer: **Can I transfer using BBAPI?** | src | dst |can xfer?| |---------|---------|----------------| |xfs|ext4 |Yes | |ext4 |xfs|Yes | |xfs|gpfs |Yes |...
We may want to update AXL to not only whitelist BBAPI based on src/dest filesystem type, but also if BBAPI can actually do the transfer, and fallback to pthreads if...
Regarding the table in https://github.com/LLNL/scr/issues/163#issuecomment-611726077: /tmp on the system I tested on was actually EXT4, not tmpfs. I've since tested tmpfs (transfers don't work at all with BBAPI), and updated...
@adammoody I just opened https://github.com/ECP-VeloC/AXL/pull/64 which disables fallback to pthreads by default, but you can enable it again in cmake with `-DENABLE_BBAPI_FALLBACK`. It's useful for me for testing, so I'd...
I've been testing using the following script on one of our BBAPI machines: ```bash #!/bin/bash # Bypass mode is default - disable it to use AXL export SCR_CACHE_BYPASS=0 ssdmnt=$(mount |...
While testing last week, I ran across a FILO bug and created a PR: https://github.com/ECP-VeloC/filo/pull/9
So this is a little bizarre: I noticed in my tests that that SCR was reporting that it successfully transfered a 1MB file called "rank_0" from the SSD to GPFS...