40c0b6b12d
only be used if the RTE init functions have been called. Not quite as flexible as the real waitpid() function (no -1 support), but all I need for the SSH / BProc / RMS pcms. This code is not yet turned on by default (need to add the init / finalize calls to ompi_rte_init?? and ompi_rte_finalize() This commit was SVN r2860.
20 строки
329 B
Makefile
20 строки
329 B
Makefile
# -*- makefile -*-
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
include $(top_srcdir)/config/Makefile.options
|
|
AM_CPPFLAGS = \
|
|
-I$(top_srcdir)/test/support
|
|
|
|
bin_PROGRAMS = \
|
|
sigchld
|
|
|
|
|
|
sigchld_SOURCES = \
|
|
sigchld.c
|
|
sigchld_LDADD = \
|
|
$(top_builddir)/src/libmpi.la
|
|
sigchld_LDFLAGS = $(LIBMPI_EXTRA_LDFLAGS)
|
|
sigchld_DEPENDENCIES = $(sigchld_LDADD)
|