Skip to content

Commit e3d71e2

Browse files
author
vsc46128 vscuser
committed
change names of scripts
1 parent 67d9493 commit e3d71e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

OpenFOAM/run.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/bin/bash
22

33
if [[ $EESSI_CVMFS_REPO == "/cvmfs/software.eessi.io" ]] && [[ $EESSI_VERSION == "2023.06" ]]; then module load OpenFOAM/11-foss-2023a
4-
./bike_OpenFOAM_11.sh
4+
./bike_OpenFOAM_v11.sh
55
elif [[ $EESSI_CVMFS_REPO == "/cvmfs/pilot.eessi-hpc.org" ]] && [[ $EESSI_PILOT_VERSION == "2021.12" ]]; then module load OpenFOAM/8-foss-2020a
6-
./bike_OpenFOAM8.sh
6+
./bike_OpenFOAM_v8.sh
77
elif [[ $EESSI_CVMFS_REPO == "/cvmfs/pilot.eessi-hpc.org" ]] && [[ $EESSI_PILOT_VERSION == "2023.06" ]]
88
then echo There is no demo for OpenFOAM in "/cvmfs/pilot.eessi-hpc.org/versions/2023.06". Please use the EESSI production repo "/cvmfs/software.eessi.io".
99
exit 1;
1010
else echo "Don't know which OpenFOAM module to load for ${EESSI_CVMFS_REPO}/versions/${EESSI_VERSION}$EESSI_PILOT_VERSION" >&2; exit 1
11-
fi
11+
fi

0 commit comments

Comments
 (0)