File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 50
50
--enable-romio \
51
51
--with-file-system=ufs \
52
52
--with-device=ch3:sock \
53
+ --disable-fortran \
53
54
CC=gcc
54
55
make -s LIBTOOLFLAGS=--silent V=1 -j 8 install > qout 2>&1
55
56
make -s -j 8 distclean >> qout 2>&1
66
67
--enable-shared \
67
68
--enable-thread-safe \
68
69
--with-pthread \
70
+ --disable-fortran \
69
71
--with-mpi=${GITHUB_WORKSPACE}/MPICH \
70
72
TESTOUTDIR=${GITHUB_WORKSPACE}/pnetcdf_output
71
73
make -j 8 tests
Original file line number Diff line number Diff line change 52
52
--with-hwloc=internal \
53
53
--with-pmix=internal \
54
54
--with-libevent=internal \
55
+ --disable-mpi-fortran \
55
56
CC=gcc
56
57
make -s LIBTOOLFLAGS=--silent V=1 -j 8 install > qout 2>&1
57
58
make -s -j 8 distclean >> qout 2>&1
68
69
--enable-shared \
69
70
--enable-thread-safe \
70
71
--with-pthread \
72
+ --disable-fortran \
71
73
--with-mpi=${GITHUB_WORKSPACE}/OPENMPI \
72
74
TESTMPIRUN="${GITHUB_WORKSPACE}/OPENMPI/bin/mpiexec --oversubscribe -n NP" \
73
75
TESTOUTDIR=${GITHUB_WORKSPACE}/pnetcdf_output
You can’t perform that action at this time.
0 commit comments