Skip to content

Commit c4988de

Browse files
committed
disable fortran explicitly
1 parent 5acd3e2 commit c4988de

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/mac_mpich.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
--enable-romio \
5151
--with-file-system=ufs \
5252
--with-device=ch3:sock \
53+
--disable-fortran \
5354
CC=gcc
5455
make -s LIBTOOLFLAGS=--silent V=1 -j 8 install > qout 2>&1
5556
make -s -j 8 distclean >> qout 2>&1
@@ -66,6 +67,7 @@ jobs:
6667
--enable-shared \
6768
--enable-thread-safe \
6869
--with-pthread \
70+
--disable-fortran \
6971
--with-mpi=${GITHUB_WORKSPACE}/MPICH \
7072
TESTOUTDIR=${GITHUB_WORKSPACE}/pnetcdf_output
7173
make -j 8 tests

.github/workflows/mac_openmpi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
--with-hwloc=internal \
5353
--with-pmix=internal \
5454
--with-libevent=internal \
55+
--disable-mpi-fortran \
5556
CC=gcc
5657
make -s LIBTOOLFLAGS=--silent V=1 -j 8 install > qout 2>&1
5758
make -s -j 8 distclean >> qout 2>&1
@@ -68,6 +69,7 @@ jobs:
6869
--enable-shared \
6970
--enable-thread-safe \
7071
--with-pthread \
72+
--disable-fortran \
7173
--with-mpi=${GITHUB_WORKSPACE}/OPENMPI \
7274
TESTMPIRUN="${GITHUB_WORKSPACE}/OPENMPI/bin/mpiexec --oversubscribe -n NP" \
7375
TESTOUTDIR=${GITHUB_WORKSPACE}/pnetcdf_output

0 commit comments

Comments
 (0)