Skip to content

Commit 372e971

Browse files
committed
Merge branch 'master' of github.com:pletzer/fidibench
2 parents cd63f5f + 22cd85a commit 372e971

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

fidibench_apptainer_build_intel.sl

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
11
#!/bin/bash -e
22
#SBATCH --job-name=fidibench_build
3-
#SBATCH --partition=milan
43
#SBATCH --time=0-02:00:00
54
#SBATCH --mem=10GB
65
#SBATCH --cpus-per-task=2
7-
# load environment module
86
module purge
9-
module load Apptainer/1.2.2
10-
# recent Apptainer modules set APPTAINER_BIND, which typically breaks
11-
# container builds, so unset it here
12-
unset APPTAINER_BIND
13-
# create a build and cache directory on nobackup storage
14-
export APPTAINER_CACHEDIR="/nesi/nobackup//pletzera/apptainer_cache"
15-
export APPTAINER_TMPDIR="/nesi/nobackup//pletzera/apptainer_tmpdir"
16-
mkdir -p $APPTAINER_CACHEDIR $APPTAINER_TMPDIR
17-
setfacl -b $APPTAINER_TMPDIR
187
# build the container
198
apptainer build --force --fakeroot fidibench_intel.sif fidibench_intel.def

0 commit comments

Comments
 (0)