Apptainer: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 283: Line 283:


  <!--T:79-->
  <!--T:79-->
apptainer run -C -B /home -B /project -B /scratch -W $SLURM_TMPDIR a-container.sif wc -l ./my_data_file.txt
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 /home</code> mounts the home filesystem
* <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
rsnt_translations
56,420

edits