Skip to content

Commit

Permalink
Remove all references to the pilot repository
Browse files Browse the repository at this point in the history
  • Loading branch information
ocaisa committed May 8, 2024
1 parent 684ef83 commit 79697b6
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 370 deletions.
1 change: 0 additions & 1 deletion Bioconductor/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
set -e

if [[ $EESSI_CVMFS_REPO == "/cvmfs/software.eessi.io" ]] && [[ $EESSI_VERSION == "2023.06" ]]; then module load R-bundle-Bioconductor/3.16-foss-2022b-R-4.2.2
elif [[ $EESSI_CVMFS_REPO == "/cvmfs/pilot.eessi-hpc.org" ]] && [[ $EESSI_PILOT_VERSION == "2021.12" ]]; then module load R-bundle-Bioconductor/3.11-foss-2020a-R-4.0.0
else echo "Don't know which Bioconductor module to load for ${EESSI_CVMFS_REPO}/versions/${EESSI_VERSION}$EESSI_PILOT_VERSION" >&2; exit 1
fi

Expand Down
223 changes: 0 additions & 223 deletions CitC/README.md

This file was deleted.

1 change: 0 additions & 1 deletion GROMACS/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
set -e

if [[ $EESSI_CVMFS_REPO == "/cvmfs/software.eessi.io" ]] && [[ $EESSI_VERSION == "2023.06" ]]; then module load GROMACS/2024.1-foss-2023b
elif [[ $EESSI_CVMFS_REPO == "/cvmfs/pilot.eessi-hpc.org" ]] && [[ $EESSI_PILOT_VERSION == "2021.12" ]]; then module load GROMACS/2020.1-foss-2020a-Python-3.8.2
else echo "Don't know which GROMACS module to load for ${EESSI_CVMFS_REPO}/versions/${EESSI_VERSION}$EESSI_PILOT_VERSION" >&2; exit 1
fi

Expand Down
40 changes: 0 additions & 40 deletions Magic_Castle/README.md

This file was deleted.

96 changes: 0 additions & 96 deletions OpenFOAM/bike_OpenFOAM_v8.sh

This file was deleted.

8 changes: 0 additions & 8 deletions OpenFOAM/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ if [[ $EESSI_CVMFS_REPO == "/cvmfs/software.eessi.io" ]] && [[ $EESSI_VERSION ==
echo "Running demo for OpenFOAM v11 ..."
export OMPI_MCA_rmaps_base_oversubscribe=true
./bike_OpenFOAM_v11.sh
elif [[ $EESSI_CVMFS_REPO == "/cvmfs/pilot.eessi-hpc.org" ]] && [[ $EESSI_PILOT_VERSION == "2021.12" ]]; then
echo "Running demo for OpenFOAM v8 ..."
export OMPI_MCA_rmaps_base_oversubscribe=true
./bike_OpenFOAM_v8.sh
elif [[ $EESSI_CVMFS_REPO == "/cvmfs/pilot.eessi-hpc.org" ]] && [[ $EESSI_PILOT_VERSION == "2023.06" ]]; then
echo There is no demo for OpenFOAM in "/cvmfs/pilot.eessi-hpc.org/versions/2023.06". <&2
echo Please use the EESSI production repo "/cvmfs/software.eessi.io".<&2
exit 1;
else
echo "Don't know which OpenFOAM module to load for ${EESSI_CVMFS_REPO}/versions/${EESSI_VERSION}$EESSI_PILOT_VERSION" >&2
exit 1
Expand Down
Loading

0 comments on commit 79697b6

Please sign in to comment.