aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
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"