# Parameter definitions for thorn Formaline # $Header$ # Parameters for announcing meta information to the portal # (does not work yet properly) BOOLEAN announce_to_portal "Announce meta information 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 meta information in a file BOOLEAN store_into_file "Store meta information in a file" { } yes STRING storage_filename "File name for meta information" { "" :: "" } "formaline-jar.txt" # Parameters for storing the source tree in the executable BOOLEAN output_source "Output a tarball with the cactus source tree" { } yes STRING output_source_subdirectory "Subdirectory, relative to IO::out_dir, for the Cactus source tarballs" { "" :: "" } "cactus-source" # Parameters for outputting Cactus variables STRING out_vars "Cactus variables that should be output" { "" :: "space separated list of groups or variables" } "" STRING out_reductions "Reduction operators that should be applied to the output variables" { "" :: "space separated list of reduction operators" } "minimum maximum norm1 norm2 norm_inf sum" SHARES: IO USES STRING out_dir