File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
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
5
5
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
7
7
elif [[ $EESSI_CVMFS_REPO == " /cvmfs/pilot.eessi-hpc.org" ]] && [[ $EESSI_PILOT_VERSION == " 2023.06" ]]
8
8
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" .
9
9
exit 1;
10
10
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
You can’t perform that action at this time.
0 commit comments