From dc358f1b9e33122f4bf9589b671bfbec14356846 Mon Sep 17 00:00:00 2001 From: allen Date: Sun, 28 Oct 2001 08:34:16 +0000 Subject: 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 --- param.ccl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'param.ccl') 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" -- cgit v1.2.3