1 /* -*- Mode: C; c-basic-offset:4 ; -*- */ 2 /* 3 * 4 * Copyright (c) 2013 Mellanox Technologies, Inc. 5 * All rights reserved. 6 * Copyright (c) 2014-2016 Intel, Inc. All rights reserved. 7 * $COPYRIGHT$ 8 * Additional copyrights may follow 9 * 10 * $HEADER$ 11 * 12 */ 13 14 /* This code was taken from Open MPI project, file 15 opal/mca/pmix/s2/pmi2_pmap_parser.h 16 */ 17 18 19 #ifndef PMI2_PMAP_PARSER_H 20 #define PMI2_PMAP_PARSER_H 21 22 int *mca_common_pmi2_parse_pmap(char *pmap, int my_rank, 23 int *node, int *nlrs); 24 #endif