-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProblem-bsfParameters.h
19 lines (17 loc) · 1.24 KB
/
Problem-bsfParameters.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*==============================================================================
Project: Bulk Synchronous Farm (BSF)
Theme: BSF Cimmino
Module: Problem-bsfParameters.h (Predefined Problem Parameters)
Prefix: PP_BSF
Author: Leonid B. Sokolinsky
This source code is a part of BSF Skeleton (https://github.com/leonid-sokolinsky/BSF-skeleton)
==============================================================================*/
//=========================== Skeleton Parameters =========================
#define PP_MAX_MPI_SIZE 300 // Defines the maximum possible number of MPI processes
#define PP_BSF_PRECISION 4 // Sets the decimal precision to be used to format floating-point values on output operations
#define PP_BSF_ITER_OUTPUT // If it is defined then Iteration Output is performed
#define PP_BSF_TRACE_COUNT 20 // Each PP_BSF_TRACE_COUNT-th iteration to be outputted
#define PP_BSF_MAX_JOB_CASE 0 // Defines the maximum number of activities (jobs) in workflow minus 1
//--------------------------- 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 12 // If PP_BSF_NUM_THREADS is udefined then all accessable threads are used