aboutsummaryrefslogtreecommitdiff
path: root/Carpet/LoopControl/param.ccl
blob: 009ee76e5f8e416b7c72ece9a0be2194273f548a (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# Parameter definitions for thorn LoopControl

# General options

BOOLEAN verbose "Verbosity" STEERABLE=always
{
} "no"

BOOLEAN debug "Output debug information" STEERABLE=always
{
} "no"



# Thread topology

CCTK_INT lc_inthreads "Number of threads in the i-direction" STEERABLE=recover
{
  -1  :: "choose automatically"
  1:* :: "user-specified value"
} -1

CCTK_INT lc_jnthreads "Number of threads in the j-direction" STEERABLE=recover
{
  -1  :: "choose automatically"
  1:* :: "user-specified value"
} -1

CCTK_INT lc_knthreads "Number of threads in the k-direction" STEERABLE=recover
{
  -1  :: "choose automatically"
  1:* :: "user-specified value"
} -1



# Tiling specification

CCTK_INT lc_inpoints "Number of grid points in the i-direction" STEERABLE=recover
{
  -1  :: "choose automatically"
  1:* :: "user-specified value"
} -1

CCTK_INT lc_jnpoints "Number of grid points in the j-direction" STEERABLE=recover
{
  -1  :: "choose automatically"
  1:* :: "user-specified value"
} -1

CCTK_INT lc_knpoints "Number of grid points in the k-direction" STEERABLE=recover
{
  -1  :: "choose automatically"
  1:* :: "user-specified value"
} -1



# Automatic

BOOLEAN cycle_j_tilings "Cycle through all available tilings in the j-direction" STEERABLE=recover
{
} "no"



BOOLEAN use_simulated_annealing "Find a good loop configuration through simulated annealing"
{
} "no"

CCTK_INT siman_iters_fixed_T ""
{
  1:* :: ""
} 1

CCTK_REAL siman_probability_change_topology ""
{
  0:1 :: ""
} 0.1

CCTK_REAL siman_step_size ""
{
  (1.0:* :: ""
} 3.0

CCTK_REAL siman_k "energy scale"
{
  (0:* :: ""
} 1.0e-9

CCTK_REAL siman_T_initial "initial variability"
{
  (0:* :: ""
} 1.0

CCTK_REAL siman_mu_T "speed"
{
  (0:* :: ""
} 1.005

CCTK_REAL siman_T_min "stopping criterion"
{
  (0:* :: ""
} 0.01