Skip to content

Commit

Permalink
Dockerfile: switch from openmpi to mpich.
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamer2368 committed Dec 25, 2022
1 parent b90afc0 commit 33178a3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ WORKDIR /home/$USERNAME

# install packages
RUN sudo apt-get install -yq git
RUN sudo apt-get install --no-install-recommends -yq make cmake gcc gfortran openmpi-bin openmpi-common libopenmpi-dev
RUN sudo apt-get install -yq make cmake gcc gfortran libmpich-dev
RUN sudo apt-get install -yq vim
RUN sudo apt-get install -yq python python3
RUN sudo apt-get install -yq python3-pip
Expand All @@ -39,7 +39,3 @@ RUN sudo pip3 install --upgrade pip
RUN sudo pip3 install -r ./requirements.txt

RUN sudo apt-get clean -q

# get modern-fortran code
#RUN git clone https://github.com/modern-fortran/tsunami

0 comments on commit 33178a3

Please sign in to comment.