Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
c97a202
[prune-config] Removes --enable-bluegene
rountree-alt Jul 31, 2026
f8a23ac
[prune-config] Changes post bootstrap.sh (--enable-bluegene)
rountree-alt Jul 31, 2026
ae91484
[prune-config] Removes --enable-subaudit-as-default.
rountree-alt Jul 31, 2026
26c82fb
[prune-config] Changes post bootstrap.sh (--enable-subaudit-...)
rountree-alt Jul 31, 2026
2f679a5
[prune-config] Removes --enable-shmem
rountree-alt Jul 31, 2026
5dda934
[prune-config] Changes post bootstrap.sh (--enable-shmem)
rountree-alt Jul 31, 2026
efc49f8
[prune-config] Removes --enable-socket
rountree-alt Jul 31, 2026
912968c
[prune-config] Changes post bootstrap.sh (--enable-socket)
rountree-alt Jul 31, 2026
e3171f7
[prune-config] Removes --enable-biter
rountree-alt Jul 31, 2026
e773d5d
[prune-config] Changes post bootstrap.sh (--enable-biter)
rountree-alt Jul 31, 2026
bd3c63a
[prune-config] Removes --enable-pipes and generic comm layer.
rountree-alt Jul 31, 2026
833540b
[prune-config] Changes post bootstrap.sh (--enable-pipes)
rountree-alt Jul 31, 2026
54da56b
[prune-config] Removes --enable-[msocket|cobo], cobo now default.
rountree-alt Jul 31, 2026
97de8ff
[prune-config] Changes post bootstrap.sh (--enable-[msocket|cobo])
rountree-alt Jul 31, 2026
ae8e73e
[prune-config] Removes --with-glibc-be-dir
rountree-alt Jul 31, 2026
b965bd8
[prune-config] Changes post bootstrap.sh (--with-glibc-be-dir)
rountree-alt Jul 31, 2026
7bcbda2
[prune-config] Removes all launchmon options.
rountree-alt Jul 31, 2026
18b1b89
[prune-config] Changes post bootstrap.sh (launchmon)
rountree-alt Jul 31, 2026
7ddb066
[prune-config] Runtime-only:
rountree-alt Aug 1, 2026
401db73
[prune-config] Runtime-only: python-prefix, numa, usage.
rountree-alt Aug 1, 2026
7499d00
[prune-config] Changes post bootstrap.sh
rountree-alt Aug 1, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
$(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.common.ac \
$(top_srcdir)/m4/ax_tls.m4 $(top_srcdir)/m4/lmon.m4 \
$(top_srcdir)/m4/lx_find_mpi.m4 $(top_srcdir)/m4/runconf.m4 \
$(top_srcdir)/configure.ac
$(top_srcdir)/m4/ax_tls.m4 $(top_srcdir)/m4/lx_find_mpi.m4 \
$(top_srcdir)/m4/runconf.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
Expand Down Expand Up @@ -264,16 +263,11 @@ FLUX_CORE_LIBS = @FLUX_CORE_LIBS@
FLUX_HOSTLIST_CFLAGS = @FLUX_HOSTLIST_CFLAGS@
FLUX_HOSTLIST_LIBS = @FLUX_HOSTLIST_LIBS@
GREP = @GREP@
HAVE_LMON = @HAVE_LMON@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LAUNCHMON_INC = @LAUNCHMON_INC@
LAUNCHMON_LIB = @LAUNCHMON_LIB@
LAUNCHMON_RMCOMM = @LAUNCHMON_RMCOMM@
LAUNCHMON_STATIC_LIBS = @LAUNCHMON_STATIC_LIBS@
LD = @LD@
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
Expand Down
34 changes: 2 additions & 32 deletions config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,12 @@
/* Back-end directory for communication and housekeeping */
#undef COMMPATH

/* Define if were using biter for client/server communication */
#undef COMM_BITER

/* Define if were using cobo for server/server communication */
/* Server/server communication uses cobo */
#undef COMM_COBO

/* Define if were using msocket for server/server communication */
#undef COMM_MSOCKET

/* Define if were using pipes for client/server communication */
/* Client/server communication uses pipes */
#undef COMM_PIPES

/* Define if were using sockets for client/server communication */
#undef COMM_SOCKET

/* Enable --crash-dedup by default */
#undef CRASH_DEDUP_ENABLED_BY_DEFAULT

/* Defined if GLIBC has an allocation bug */
#undef DTV_ALLOCATION_BUG

Expand All @@ -55,9 +43,6 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

/* Build with LaunchMON support */
#undef HAVE_LMON

/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H

Expand Down Expand Up @@ -94,9 +79,6 @@
/* Number of bytes in keys for gcrypt */
#undef KEY_SIZE_BYTES

/* The bin directory for launchmon */
#undef LAUNCHMON_BIN_DIR

/* Use libnuma for numa optimizations */
#undef LIBNUMA

Expand All @@ -107,9 +89,6 @@
/* Defined if GLIBC has locale TLS bug */
#undef NEWTHREAD_LOCALE_BUG

/* Exclusions for numa optimization */
#undef NUMA_EXCLUDES

/* Number of ports for COBO to search for an open port */
#undef NUM_COBO_PORTS

Expand All @@ -134,9 +113,6 @@
/* Define to the version of this package. */
#undef PACKAGE_VERSION

/* Python installation prefixes */
#undef PYTHON_INST_PREFIX

/* RSH command */
#undef RSHLAUNCH_CMD

Expand Down Expand Up @@ -165,9 +141,6 @@
/* If the compiler supports a TLS storage class, define it to that here */
#undef TLS

/* The file for storing usage logs */
#undef USAGE_LOGGING_FILE

/* Version number of package */
#undef VERSION

Expand All @@ -186,8 +159,5 @@
/* Define if we're compiling for an x86_64 target */
#undef arch_x86_64

/* Define if we're compiling for a BlueGene target */
#undef os_bluegene

/* Define if we're compiling for a linux target */
#undef os_linux
Loading
Loading