Skip to content

Commit

Permalink
Fixes Fortran parallel build race condition for tests (#4789)
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld authored Aug 29, 2024
1 parent d587796 commit 7e7d3b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hl/fortran/test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
##
#
# HDF5 High-Level Fortran Makefile(.in)

#
# Autoconf cannot figure out dependencies between modules; disable parallel make
.NOTPARALLEL:
include $(top_srcdir)/config/commence.am

AM_CPPFLAGS+=-I$(top_srcdir)/src -I$(top_builddir)/src -I$(top_srcdir)/hl/src
Expand Down

0 comments on commit 7e7d3b3

Please sign in to comment.