Skip to content

Commit

Permalink
Reinstalled MPI fortran compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
kvrigor committed Oct 30, 2024
1 parent 5c47ed3 commit 64801d3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,12 @@ jobs:
- name: Install TSMP2 dependencies on Ubuntu
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libxml2-utils pylint wget cmake gfortran openmpi-bin libopenmpi-dev libnetcdf-mpi-dev libnetcdff-dev libpnetcdf-dev tcl-dev tk-dev
packages: libxml2-utils pylint wget cmake libnetcdf-mpi-dev libnetcdff-dev libpnetcdf-dev tcl-dev tk-dev
version: 1.0
execute_install_scripts: true

- name: Set default MPI compilers on Ubuntu
run: |
sudo apt-get update
sudo apt-get install --reinstall openmpi-bin
- name: Download MPI Fortran compiler
run: sudo apt-get install gfortran openmpi-bin libopenmpi-dev

- name: Create directories for component model and dependencies
run: |
Expand Down

0 comments on commit 64801d3

Please sign in to comment.