Skip to content

Commit 9b537e4

Browse files
committed
mpi init test
1 parent 56ec543 commit 9b537e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/mpi_init.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: |
5454
source "/container/config_env.sh"
5555
which mpif90
56-
case ${{ inputs.compiler }} in
56+
case ${{ matrix.compiler }} in
5757
gfortran)
5858
mpif90 -g -Wuninitialized -Wunused -ffree-line-length-none -fbounds-check -fbacktrace -ffpe-trap=invalid,zero,overflow -o mpi_init mpi_inits.f90
5959
;;
@@ -69,7 +69,7 @@ jobs:
6969
;;
7070
esac
7171
72-
- name: Run hello world program
72+
- name: Run MPI Init program
7373
run: |
7474
which mpirun
7575
mpirun -n 2 ./mpi_init

0 commit comments

Comments
 (0)