All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MPI.h
Go to the documentation of this file.
1 //=================================================================================================
20 //=================================================================================================
21 
22 #ifndef _BLAZE_SYSTEM_MPI_H_
23 #define _BLAZE_SYSTEM_MPI_H_
24 
25 
26 //=================================================================================================
27 //
28 // MPI MODE CONFIGURATION
29 //
30 //=================================================================================================
31 
32 //*************************************************************************************************
46 #define BLAZE_MPI_PARALLEL_MODE 0
47 //*************************************************************************************************
48 
49 #endif