AdjoinableMPI
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pairedWith.h
Go to the documentation of this file.
1 /*
2 ##########################################################
3 # This file is part of the AdjoinableMPI library #
4 # released under the MIT License. #
5 # The full COPYRIGHT notice can be found in the top #
6 # level directory of the AdjoinableMPI distribution. #
7 ##########################################################
8 */
9 #ifndef _AMPI_PAIREDWITH_H_
10 #define _AMPI_PAIREDWITH_H_
11 
18 #include "ampi/userIF/libConfig.h"
19 
35 };
36 
37 #ifdef AMPI_FORTRANCOMPATIBLE
38 typedef int AMPI_PairedWith;
39 #else
41 #endif
42 
73 };
74 
75 #ifdef AMPI_FORTRANCOMPATIBLE
76 typedef int AMPI_CallCode;
77 #else
79 #endif
80 
82 #endif