Only the milan partition in Mahuika cluster has fakeroot enabled for Apptainer/Singularity builds. Therefore, the standard Slurm template will need #SBATCH --partition=milan within the script OR sbatch -p milan during the submission. Since this brings in the redundancy of having to remember to do this each time, it will be ideal to add this requirement as a logical operator to the build script
Only the
milan
partition in Mahuika cluster hasfakeroot
enabled for Apptainer/Singularity builds. Therefore, the standard Slurm template will need#SBATCH --partition=milan
within the script ORsbatch -p milan
during the submission. Since this brings in the redundancy of having to remember to do this each time, it will be ideal to add this requirement as a logical operator to the build script