root/oshmem/runtime/oshmem_shmem_preconnect.h

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

INCLUDED FROM


   1 /*
   2  * Copyright (c) 2013      Mellanox Technologies, Inc.
   3  *                         All rights reserved.
   4  * $COPYRIGHT$
   5  *
   6  * Additional copyrights may follow
   7  *
   8  * $HEADER$
   9  */
  10 
  11 #ifndef OSHMEM_SHMEM_PRECONNECT_H
  12 #define OSHMEM_SHMEM_PRECONNECT_H
  13 
  14 BEGIN_C_DECLS
  15 
  16 /** Preconnect peers */
  17 int oshmem_shmem_preconnect_all(void);
  18 
  19 /** Finalize preconnection framework*/
  20 int oshmem_shmem_preconnect_all_finalize(void);
  21 
  22 END_C_DECLS
  23 
  24 #endif

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