Skip to content

Commit

Permalink
try to run LDMS workflow on PRs to main
Browse files Browse the repository at this point in the history
  • Loading branch information
shanedsnyder committed Dec 15, 2023
1 parent 9e6225d commit 3b7ee14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/darshan_ldms_test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ name: Darshan-LDMS Integration Test - Latest
on:
push:
branches:
- main
- darshanConnector
pull_request:
branches:
- main
- darshanConnector
jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion darshan-runtime/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ if test "x$enable_darshan_runtime" = xyes ; then
AC_MSG_ERROR(m4_normalize([--enable-hdf5-mod does not take any argument,
use --with-hdf5 to provide the HDF5 install prefix, if needed.]))
fi

# inform about PnetCDF installs not found in default locations
AC_ARG_WITH([pnetcdf],
[AS_HELP_STRING([--with-pnetcdf=DIR],
Expand Down

0 comments on commit 3b7ee14

Please sign in to comment.