root/opal/mca/pmix/cray/pmix_cray_pmap_parser.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* -*- Mode: C; c-basic-offset:4 ; -*- */
   2 /*
   3  *
   4  * Copyright (c) 2013      Mellanox Technologies, Inc.
   5  *                         All rights reserved.
   6  * Copyright (c) 2014      Intel, Inc. All rights reserved.
   7  * $COPYRIGHT$
   8  * Additional copyrights may follow
   9  *
  10  * $HEADER$
  11  *
  12  */
  13 #ifndef PMIX_CRAY_PMAP_PARSER_H
  14 #define PMIX_CRAY_PMAP_PARSER_H
  15 
  16 int *pmix_cray_parse_pmap(char *pmap, int my_rank,
  17                           int *node, int *nlrs);
  18 #endif

/* [<][>][^][v][top][bottom][index][help] */