File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,22 @@ jobs:
1010
1111 env :
1212 FC : gfortran
13- GCC_V : 11
13+ GCC_V : 13
1414
1515 steps :
1616 - name : Checkout code
1717 uses : actions/checkout@v3
1818
1919 - name : Install Dependencies
2020 run : |
21- sudo apt install -y gfortran-${GCC_V} cmake mpich
21+ sudo apt install -y gfortran-${GCC_V} cmake
2222 sudo update-alternatives --install /usr/bin/gfortran gfortran /usr/bin/gfortran-${GCC_V} 100
2323
24+ - name : Setup MPI
25+ uses : mpi4py/setup-mpi@v1
26+ with :
27+ mpi : mpich
28+
2429 - name : Build and Test
2530 run : |
2631 mkdir build
Original file line number Diff line number Diff line change 3636 - name : MPI info
3737 run : |
3838 echo "${{ steps.setup-mpi.outputs.mpi }}"
39+ "${I_MPI_ROOT}\bin\vars.bat"
3940 set -o verbose
4041 # mpiexec -help
4142 type mpiexec
You can’t perform that action at this time.
0 commit comments