-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProblem-bsfParameters.h
More file actions
28 lines (25 loc) · 1.15 KB
/
Copy pathProblem-bsfParameters.h
File metadata and controls
28 lines (25 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/*==============================================================================
Project: LiFe - New Linear Programming Solvers
Theme: Simplex
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 1 // Each PP_BSF_TRACE_COUNT-th iteration to be outputted
#define PP_BSF_MAX_JOB_CASE 0
//--------------------------- OpenMP Parameters ---------------------------
// MPI is not allowed here!
//#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
// MPI
// MPI
// MPI
// MPI
// MPI
// MPI
// MPI