root/ompi/patterns/comm/commpatterns.h

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

INCLUDED FROM


   1 /*
   2  * Copyright (c) 2009-2012 Mellanox Technologies.  All rights reserved.
   3  * Copyright (c) 2009-2012 Oak Ridge National Laboratory.  All rights reserved.
   4  * $COPYRIGHT$
   5  *
   6  * Additional copyrights may follow
   7  *
   8  * $HEADER$
   9  */
  10 
  11 #ifndef COMM_NETPATTERNS_H
  12 #define COMM_NETPATTERNS_H
  13 
  14 #include "ompi_config.h"
  15 
  16 BEGIN_C_DECLS
  17 
  18 #define MAX_TMP_BUFFER            8192
  19 
  20 END_C_DECLS
  21 
  22 #endif /* COMM_NETPATTERNS_H */

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