MPI.h
Go to the documentation of this file.
1 //=================================================================================================
33 //=================================================================================================
34 
35 #ifndef _BLAZE_SYSTEM_MPI_H_
36 #define _BLAZE_SYSTEM_MPI_H_
37 
38 
39 //=================================================================================================
40 //
41 // MPI MODE CONFIGURATION
42 //
43 //=================================================================================================
44 
45 //*************************************************************************************************
59 #define BLAZE_MPI_PARALLEL_MODE 0
60 //*************************************************************************************************
61 
62 #endif