We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56ec543 commit 9b537e4Copy full SHA for 9b537e4
1 file changed
.github/workflows/mpi_init.yml
@@ -53,7 +53,7 @@ jobs:
53
run: |
54
source "/container/config_env.sh"
55
which mpif90
56
- case ${{ inputs.compiler }} in
+ case ${{ matrix.compiler }} in
57
gfortran)
58
mpif90 -g -Wuninitialized -Wunused -ffree-line-length-none -fbounds-check -fbacktrace -ffpe-trap=invalid,zero,overflow -o mpi_init mpi_inits.f90
59
;;
@@ -69,7 +69,7 @@ jobs:
69
70
esac
71
72
- - name: Run hello world program
+ - name: Run MPI Init program
73
74
which mpirun
75
mpirun -n 2 ./mpi_init
0 commit comments