1
1
openmpi/opal/mca/pmix/cray/pmix_cray.h
Howard Pritchard 0bbb319246 Merge pull request #2444 from hppritcha/topic/cray_pmix_ws_cleanup
pmix/cray: whitespace cleanup
2016-11-21 06:03:56 -07:00

56 строки
1.1 KiB
C

/*
* Copyright (c) 2014 Intel, Inc. All rights reserved.
* Copyright (c) 2016 Los Alamos National Security, LLC. All rights
* reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
*
* $HEADER$
*/
#ifndef MCA_PMIX_CRAY_H
#define MCA_PMIX_CRAY_H
#include <pmi.h>
#include <pmi2.h>
#include "opal_config.h"
#include "opal/mca/mca.h"
#include "opal/mca/pmix/pmix.h"
#include "opal/mca/pmix/base/pmix_base_fns.h"
#include "opal/util/proc.h"
#include "alps/alps.h"
#include "alps/alps_toolAssist.h"
#include "alps/libalpsutil.h"
#include "alps/libalpslli.h"
#include "pmix_cray_pmap_parser.h"
BEGIN_C_DECLS
typedef struct {
opal_pmix_base_component_t super;
opal_buffer_t *cache_local;
opal_buffer_t *cache_global;
} opal_pmix_cray_component_t;
/*
* Globally exported variable
*/
OPAL_DECLSPEC extern opal_pmix_cray_component_t mca_pmix_cray_component;
OPAL_DECLSPEC extern const opal_pmix_base_module_t opal_pmix_cray_module;
/*
* proto-types for cray/pmix kvs component
*/
END_C_DECLS
#endif /* MCA_PMIX_CRAY_H */