1
1
openmpi/orte/mca/state/base/Makefile.am
Gilles Gouaillardet 893270caee orte: send error messages to stderr.
When a job terminates normally but with a non zero exit code,
display the error message to stderr.

Thanks Emre Brookes for the bug report.

Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
2018-09-12 17:03:55 +09:00

23 строки
561 B
Makefile

#
# Copyright (c) 2011-2013 Los Alamos National Security, LLC.
# All rights reserved.
# Copyright (c) 2018 Research Organization for Information Science
# and Technology (RIST). All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
dist_ortedata_DATA += base/help-state-base.txt
headers += \
base/state_private.h \
base/base.h
libmca_state_la_SOURCES += \
base/state_base_frame.c \
base/state_base_select.c \
base/state_base_fns.c