1
1

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.
Этот коммит содержится в:
Jeff Squyres 2005-04-15 13:32:18 +00:00
родитель f4454823ff
Коммит 61f55f1011
13 изменённых файлов: 12 добавлений и 23 удалений

Просмотреть файл

@ -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 \