aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2001-10-28 08:34:16 +0000
committerallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2001-10-28 08:34:16 +0000
commitdc358f1b9e33122f4bf9589b671bfbec14356846 (patch)
tree006cf6897359a5d2fa12ae61b64a3709cb984ddd /param.ccl
parent363425eb520803a5a4f11b9fe5aed36cecc6becd (diff)
Filled out the maxskew variable which wasn't being set.
Also added a private parameter "info", at the moment it can take the values none or load, if load is chosen it shows the actual load on each processor. I want to add more options for printing out the local domain etc on each processor. Documented the maxskew variable, and how to spot if you are using MPI or not. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@355 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index efa3a52..3690aa4 100644
--- a/param.ccl
+++ b/param.ccl
@@ -76,6 +76,12 @@ BOOLEAN periodic_z "Periodic boundary conditions in z-direction"
############################# Private Parameters ############################
private:
+KEYWORD info "Provide additional information about what PUGH is doing"
+{
+ "none" :: "No extra information"
+ "load" :: "Load on each processor"
+} "none"
+
INT local_nx "The size of the grid in the x direction"
{
-1:* :: "Grid of this size on each processor"