File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 55
66ACLOCAL_AMFLAGS = -I maint/config
77
8- SUBDIRS = modules .
8+ if BUILD_APMPI_MODULE
9+ SUBDIRS = modules .
10+ else
11+ SUBDIRS = .
12+ endif
913
1014if BUILD_DARSHAN_RUNTIME
1115 SUBDIRS += darshan-runtime
Original file line number Diff line number Diff line change @@ -30,6 +30,14 @@ AC_ARG_ENABLE([darshan-runtime],
3030)
3131AM_CONDITIONAL(BUILD_DARSHAN_RUNTIME, [ test "x$enable_darshan_runtime" != xno] )
3232
33+ # AUTOPERF MPI module
34+ AC_ARG_ENABLE ( [ apmpi-mod] ,
35+ [ AS_HELP_STRING ( [ --enable-apmpi-mod] ,
36+ [ Enables compilation and use of AUTOPERF MPI module (requ ires MPI)] ) ] ,
37+ [ ] , [ enable_apmpi_mod=no]
38+ )
39+ AM_CONDITIONAL(BUILD_APMPI_MODULE, [ test "x$enable_apmpi_mod" = xyes] )
40+
3341AC_ARG_ENABLE ( [ darshan-util] ,
3442 [ AS_HELP_STRING ( [ --disable-darshan-util] ,
3543 [ Build without Darshan utility tools] ) ] ,
You can’t perform that action at this time.
0 commit comments