1
1
openmpi/orte/orted/pmix/Makefile.am
Ralph Castain cf6137b530 Integrate PMIx 1.0 with OMPI.
Bring Slurm PMI-1 component online
Bring the s2 component online

Little cleanup - let the various PMIx modules set the process name during init, and then just raise it up to the ORTE level. Required as the different PMI environments all pass the jobid in different ways.

Bring the OMPI pubsub/pmi component online

Get comm_spawn working again

Ensure we always provide a cpuset, even if it is NULL

pmix/cray: adjust cray pmix component for pmix

Make changes so cray pmix can work within the integrated
ompi/pmix framework.

Bring singletons back online. Implement the comm_spawn operation using pmix - not tested yet

Cleanup comm_spawn - procs now starting, error in connect_accept

Complete integration
2015-08-29 16:04:10 -07:00

22 строки
587 B
Makefile

#
# Copyright (c) 2014-2015 Intel, Inc. All rights reserved.
# Copyright (c) 2014 Cisco Systems, Inc. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
headers += \
orted/pmix/pmix_server.h \
orted/pmix/pmix_server_internal.h
lib@ORTE_LIB_PREFIX@open_rte_la_SOURCES += \
orted/pmix/pmix_server.c \
orted/pmix/pmix_server_fence.c \
orted/pmix/pmix_server_register_fns.c \
orted/pmix/pmix_server_dyn.c \
orted/pmix/pmix_server_pub.c \
orted/pmix/pmix_server_gen.c