From 9d2953018301e58a8403da279860e6e940be65a7 Mon Sep 17 00:00:00 2001 From: Maximilian Meindl <maximilian.meindl@univie.ac.at> Date: Thu, 1 Jun 2023 12:24:12 +0000 Subject: [PATCH] Delete Singularity.gcc --- models/ICON/Singularity.gcc | 50 ------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 models/ICON/Singularity.gcc diff --git a/models/ICON/Singularity.gcc b/models/ICON/Singularity.gcc deleted file mode 100644 index eb281e4..0000000 --- a/models/ICON/Singularity.gcc +++ /dev/null @@ -1,50 +0,0 @@ -BootStrap: localimage -From: /home/maximilian/ubuntu-mpi.img - -%labels - maintainer IT-IMGW <it.img-wien@univie.ac.at> - -%post -# set noninteractive installation -export DEBIAN_FRONTEND=noninteractive -# Install building tools and ICON dependencies: -apt update -y \ -&& apt install -y \ - python3 \ - libhdf5-dev \ - libnetcdf-dev \ - libnetcdff-dev \ - libeccodes-dev \ - libblas-dev \ - liblapack-dev \ - libxml2-dev - -# Select the compiler: -#update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 50 \ -# --slave /usr/bin/gfortran gfortran /usr/bin/gfortran-6 - -# The command above can be reverted as follows: -# sudo update-alternatives --remove gcc /usr/bin/gcc-6 - -# Select MPI libraries and compiler wrappers -# update-alternatives --set mpi /usr/include/mpich -# update-alternatives --set mpirun /usr/bin/mpirun.mpich -# update-alternatives --set mpi /usr/lib/x86_64-linux-gnu/openmpi/include -# update-alternatives --set mpirun /usr/bin/mpirun.openmpi - -# If the two non-interactive commands above do not work, -# try the interactive analogues: -# sudo update-alternatives --config mpirun -# sudo update-alternatives --config mpi - -# Install optional tools: -apt install -y ksh cdo - -# set timezone manually -ln -fs /usr/share/zoneinfo/UTC /etc/localtime -dpkg-reconfigure --frontend noninteractive tzdata - -%environment - # What do we need to build ICON? - export INCLUDE=/usr/include/x86_64-linux-gnu - export LIBRARY=/usr/lib/x86_64-linux-gnu -- GitLab