aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: d4024ffa6959ebec2082703f19c4f7d4105e4cdd (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
# Parameter definitions for thorn ManualTermination
# $Header$

private:

INT on_remaining_walltime "When to trigger termination in MINUTES" STEERABLE = ALWAYS
{
  0:0 :: "Don't trigger termination"
  1:* :: "So many minutes before your job walltime is over"
} 0

CCTK_REAL max_walltime "Walltime in HOURS allocated for this job" STEERABLE = ALWAYS
{
  0.:* :: "Should be positive, right"
} 0.0

BOOLEAN termination_from_file "Use termination file; specified by termination_filename" STEERABLE = ALWAYS
{
} "no"

STRING termination_file "Termination file name (full path)" STEERABLE = ALWAYS
{
 .* ::  "Termination file"
} ""

INT check_file_every "Check termination file every n timesteps" STEERABLE = ALWAYS
{
  1: :: "Should be greater than or equal to one"
} 1

INT output_remtime_every_minutes "Output remaining time every n minutes" STEERABLE = ALWAYS
{
  0:0 :: "No output"
  1:  :: "Positive..."
} 60