aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/param.ccl')
-rw-r--r--Carpet/CarpetLib/param.ccl12
1 files changed, 12 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/param.ccl b/Carpet/CarpetLib/param.ccl
index 3756062f3..62c7c6e9b 100644
--- a/Carpet/CarpetLib/param.ccl
+++ b/Carpet/CarpetLib/param.ccl
@@ -44,6 +44,18 @@ INT max_allowed_memory_MB "Maximum allowed amount of memory per process (in Mega
1:* :: "abort if more memory is used"
} 0
+STRING memstat_file "File name to which memstat output is collected (because stdout from the root node may not be enough)"
+{
+ "^$" :: "empty filename: no file output"
+ "^.+$" :: "file name"
+} "memory-statistics"
+
+SHARES: IO
+
+USES STRING out_dir
+
+PRIVATE:
+
# Options to tune MPI communication