Fix the problem with the nightly unit tests -- do *not* override
OMPI_ENABLE_DEBUG because that changes the size of struct's (e.g., ompi_object) in the unit tests as compared to what may have been compiled in the library. This commit was SVN r5373.
Этот коммит содержится в:
родитель
f4454823ff
Коммит
61f55f1011
@ -173,17 +173,6 @@ typedef long long bool;
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Do we want to override debugging controls?
|
||||
*/
|
||||
#if defined(OMPI_ENABLE_DEBUG_OVERRIDE)
|
||||
# if OMPI_ENABLE_DEBUG_OVERRIDE
|
||||
# undef OMPI_ENABLE_DEBUG
|
||||
# define OMPI_ENABLE_DEBUG 1
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* C type for Fortran COMPLEX
|
||||
*/
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
include $(top_srcdir)/config/Makefile.options
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/test/support -DOMPI_ENABLE_DEBUG_OVERRIDE=1
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/test/support
|
||||
|
||||
check_PROGRAMS = \
|
||||
ompi_bitmap \
|
||||
|
@ -15,7 +15,7 @@
|
||||
#
|
||||
|
||||
include $(top_srcdir)/config/Makefile.options
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/test/support -DOMPI_ENABLE_DEBUG_OVERRIDE=1 -g
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/test/support
|
||||
|
||||
check_PROGRAMS = \
|
||||
dps_test
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
include $(top_srcdir)/config/Makefile.options
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/test/support -DOMPI_ENABLE_DEBUG_OVERRIDE=1 -g
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/test/support -g
|
||||
|
||||
TESTS_ENVIRONMENT = TEST_WRITE_TO_FILE=1
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
include $(top_srcdir)/config/Makefile.options
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/test/support -DOMPI_ENABLE_DEBUG_OVERRIDE=1
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/test/support
|
||||
|
||||
check_PROGRAMS = \
|
||||
ns_replica \
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
include $(top_srcdir)/config/Makefile.options
|
||||
AM_CPPFLAGS = -g -I$(top_srcdir)/test/support -DOMPI_ENABLE_DEBUG_OVERRIDE=1
|
||||
AM_CPPFLAGS = -g -I$(top_srcdir)/test/support
|
||||
|
||||
check_PROGRAMS = \
|
||||
oob_test \
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
include $(top_srcdir)/config/Makefile.options
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/test/support -DOMPI_ENABLE_DEBUG_OVERRIDE=1
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/test/support
|
||||
|
||||
check_PROGRAMS = \
|
||||
test_ras
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
include $(top_srcdir)/config/Makefile.options
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/test/support -DOMPI_ENABLE_DEBUG_OVERRIDE=1
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/test/support
|
||||
|
||||
check_PROGRAMS = \
|
||||
test_rds
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
include $(top_srcdir)/config/Makefile.options
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/test/support -DOMPI_ENABLE_DEBUG_OVERRIDE=1
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/test/support
|
||||
|
||||
check_PROGRAMS = \
|
||||
test_rmaps
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
include $(top_srcdir)/config/Makefile.options
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/test/support -DOMPI_ENABLE_DEBUG_OVERRIDE=1
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/test/support
|
||||
AM_LDFLAGS = -lpthread
|
||||
|
||||
noinst_PROGRAMS = chello
|
||||
|
@ -18,7 +18,7 @@ include $(top_srcdir)/config/Makefile.options
|
||||
|
||||
AM_CFLAGS = -g
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/test/support -DOMPI_ENABLE_DEBUG_OVERRIDE=1 \
|
||||
-I$(top_srcdir)/test/support \
|
||||
-DBUILDDIR=\"$(OMPI_TOP_BUILDDIR)\" \
|
||||
-DSRCDIR=\"$(OMPI_TOP_SRCDIR)\"
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
include $(top_srcdir)/config/Makefile.options
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/test/support -DOMPI_ENABLE_DEBUG_OVERRIDE=1
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/test/support
|
||||
AM_LDFLAGS = -lpthread
|
||||
|
||||
check_PROGRAMS = \
|
||||
|
@ -15,7 +15,7 @@
|
||||
#
|
||||
|
||||
include $(top_srcdir)/config/Makefile.options
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/test/support -DOMPI_ENABLE_DEBUG_OVERRIDE=1 -g
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/test/support
|
||||
|
||||
check_PROGRAMS = \
|
||||
ompi_numtostr \
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user