-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProblem-bsfParameters.h
More file actions
18 lines (17 loc) · 1.04 KB
/
Copy pathProblem-bsfParameters.h
File metadata and controls
18 lines (17 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*==============================================================================
Project: LiFe
Theme: Apex Method
Module: Problem-bsfParameters.h (BSF-skeleton Parameters)
Prefix: PP_BSF
Author: Leonid B. Sokolinsky
This source code has been produced with using BSF-skeleton
==============================================================================*/
//=========================== BSF Skeleton Parameters =========================
#define PP_BSF_PRECISION (PP_SETW/2)// Decimal precision on output
#define PP_BSF_MAX_MPI_SIZE 400 // Maximal MPI Size
//#define PP_BSF_ITER_OUTPUT // If PP_BSF_ITER_OUTPUT is defined then Iteration Output is performed
#define PP_BSF_TRACE_COUNT 100000 // Each PP_BSF_TRACE_COUNT-th iteration to be outputted
#define PP_BSF_MAX_JOB_CASE 2
//--------------------------- 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 6 // If PP_BSF_NUM_THREADS is udefined then all accessable threads are used