rsnt_translations
56,420
edits
No edit summary |
No edit summary |
||
Line 283: | Line 283: | ||
<!--T:79--> | <!--T:79--> | ||
apptainer run -C | apptainer run -C -B /project -B /scratch -W $SLURM_TMPDIR a-container.sif wc -l ./my_data_file.txt | ||
<!--T:80--> | <!--T:80--> | ||
where: | where: | ||
* <code>-B /project</code> mounts the project filesystem | * <code>-B /project</code> mounts the project filesystem | ||
* <code>-B /scratch</code> mounts the scratch filesystem | * <code>-B /scratch</code> mounts the scratch filesystem |