cxl-micron-reskit / famfs

This is the user space repo for famfs, the fabric-attached memory file system
Apache License 2.0
31 stars 9 forks source link

Support concurrent run_smoke.sh runs #29

Closed jagalactic closed 5 months ago

jagalactic commented 5 months ago

You can now run concurrently as follows:

DEV=/dev/dax1.0 MPT=/mnt/famfs ./run_smoke.sh DEV=/dev/dax0.0 MPT=/mnt/fmlfs ./run_smoke.sh

smoke_loop.sh also works...

fixes #1