aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/param.ccl
blob: 59c95818323cfb095cd6351a033368a928a6bf3e (plain)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Parameter definitions for thorn CarpetLib

private:

BOOLEAN verbose "Print info to the screen" STEERABLE=always
{
} "no"

BOOLEAN check_array_accesses "Check all array accesses in Fortran" STEERABLE=always
{
} "no"

BOOLEAN barriers "Insert barriers at strategic places for debugging purposes (slows down execution)" STEERABLE=always
{
} "no"

BOOLEAN output_bboxes "Output bounding box information to the screen" STEERABLE=always
{
} "no"

BOOLEAN print_timestats "Print timing statistics at every iteration" STEERABLE=always
{
} "no"

BOOLEAN save_memory_during_regridding "Save some memory during regridding at the expense of speed"
{
} "no"

# Options to tune MPI communication

INT max_mpi_tags "Maximum number of MPI tags to use"
{
  1:30000 :: ""
} 30000

BOOLEAN use_waitall "Use MPI_Waitall instead many MPI_Wait statements"
{
} "no"

BOOLEAN combine_recv_send "Combine MPI_Irecv and MPI_Isend calls"
{
} "no"