39 |
/** |
/** |
40 |
\brief |
\brief |
41 |
set the number of threads |
set the number of threads |
42 |
|
\warning Use of this method is strongly discouraged. It may be deprecated in future. |
43 |
*/ |
*/ |
44 |
ESCRIPT_DLL_API void setNumberOfThreads(const int num_threads); |
ESCRIPT_DLL_API void setNumberOfThreads(const int num_threads); |
45 |
|
|
66 |
*/ |
*/ |
67 |
ESCRIPT_DLL_API int getMPIWorldMax(const int val); |
ESCRIPT_DLL_API int getMPIWorldMax(const int val); |
68 |
|
|
69 |
|
/** |
70 |
|
\brief returns sum of an integer over all processors with MPI_COMM_WORLD |
71 |
|
*/ |
72 |
|
ESCRIPT_DLL_API int getMPIWorldSum(const int val); |
73 |
|
|
74 |
/** |
/** |
75 |
\brief performs a barrier synchronization across all processors. |
\brief performs a barrier synchronization across all processors. |