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



# Parameters for announcing to the portal
# (does not work yet properly)

BOOLEAN announce_to_portal "Announce to the portal"
{
} no

STRING portal_hostname "Portal host name"
{
  "" :: ""
} "portal.cct.lsu.edu"

INT portal_port "Portal port"
{
  1:65535 :: ""
} 9296

STRING portal_username "User name on the portal"
{
  "" :: ""
} ""



# Parameters for storing the source tree in the executable

BOOLEAN output_source "Output a tarball with the cactus source tree"
{
} yes

SHARES: IO

USES STRING out_dir