AdjoinableMPI
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
activity.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_ACTIVITY_H_
10 #define _AMPI_ACTIVITY_H_
11 
18 #include "ampi/userIF/libConfig.h"
19 
26 };
27 
28 #ifdef AMPI_FORTRANCOMPATIBLE
29 typedef int AMPI_Activity;
30 #else
32 #endif
33 
34 #endif