Install tests:
mkdir -p /scratch/project_2001659/$USER
cd /scratch/project_2001659/$USER
git clone https://github.com/CSCfi/fuse-testsTest performance of reading lot of small files from FUSE mounted squashfs.
cd read_small_filesCreate squashfs:
module load julia
julia build_files.jl 10000Run benchmark:
./run.sh 10000Test performance of writing lots of small files, comparing Lustre scratch
against a fuse2fs mounted ext4 image.
cd write_small_filesCreate the ext4 image:
module load julia
julia build_files.jl 10000Run benchmark:
./run.sh 10000