-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProblem-bsfParameters.h
18 lines (17 loc) · 1.02 KB
/
Problem-bsfParameters.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*==============================================================================
Project: Bulk Synchronous Farm (BSF)
Theme: BSF Skeleton
Module: Problem-bsfParameters.h (Predefined Problem Parameters)
Prefix: PP_BSF
Author: Leonid B. Sokolinsky
This source code is a part of BSF Skeleton
==============================================================================*/
//=========================== Skeleton Parameters =========================
#define PP_MAX_MPI_SIZE 500 // Maximal MPI Size
#define PP_BSF_PRECISION 4 // Decimal precision on output
#define PP_BSF_ITER_OUTPUT // If it is defined then Iteration Output is performed
#define PP_BSF_TRACE_COUNT 1 // Each PP_BSF_TRACE_COUNT-th iteration to be outputted
#define PP_BSF_MAX_JOB_CASE 0
//--------------------------- OpenMP Parameters ---------------------------
//#define PP_BSF_OMP // If PP_BSF_OMP is defined then OpenMP is turned on for Map Step
//#define PP_BSF_NUM_THREADS 2 // If PP_BSF_NUM_THREADS is udefined then all accessable threads are used