which will execute your UDSS using SLURM in interactive mode.
which will execute your UDSS using SLURM in interactive mode. Beware, that by default, your home is binded to the image, which results overload of entire `/home` directory. You may disable this by specifying `--no-home` option.
Moreover, your home directory will be mounted as /mnt/0 in your UDSS environment.
Moreover, you may bind additional directories by `--bind=/some/dir` (which will appear as `/mnt/0` in your UDSS environment) or by `--bind=/source/dir:/dest/dir`.
The SquashFS case is better used in a batch mode, e.g. prepare a shell-script, which looks something like
The SquashFS case is better used in a batch mode, e.g. prepare a shell-script, which looks something like