Idea for FS naming convention

This commit is contained in:
Rodrigo Arias 2020-11-17 18:33:57 +01:00
parent e1e34ddf75
commit d2d3ccf332

View File

@ -18,6 +18,18 @@
cachelineBytes = 64; cachelineBytes = 64;
}; };
}; };
# Experimental naming convention for the FS
#fs = {
# cluster = {
# fast = "/gpfs/scratch/bsc15/bsc15557/garlic";
# reliable = "/gpfs/projects/bsc15/garlic";
# };
# node = {
# fast = "$TMPDIR";
# };
#};
# TODO: Add the specific details for SLURM and the interconection here # TODO: Add the specific details for SLURM and the interconection here
}; };
} }