AdjoinableMPI
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ampi.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_AMPI_H_
10 #define _AMPI_AMPI_H_
11 
525 #include <mpi.h>
526 #if defined(__cplusplus)
527 extern "C" {
528 #endif
529 
530 #include "ampi/userIF/passThrough.h"
531 #include "ampi/userIF/nt.h"
532 #include "ampi/userIF/modified.h"
533 #include "ampi/userIF/st.h"
534 
535 #if defined(__cplusplus)
536 }
537 #endif
538 
539 #endif