aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/schedule.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2007-09-28 15:49:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2007-09-28 15:49:00 +0000
commit92de5e28bea38e22c0bb69acafa440fb0ff76ad8 (patch)
tree18119ab155ee408e9160eccc0a757f2ddf845566 /Carpet/CarpetLib/schedule.ccl
parent4ff785680bea6a8509b9f12fd6d1aa1c480b0d76 (diff)
CarpetLib: Enforce memory limit via operating system
Enforce memory limit by calling setrlimit for RLIMIT_AS. darcs-hash:20070928154922-dae7b-2b3436bfe35452de19b9765279c1bb81997f9497.gz
Diffstat (limited to 'Carpet/CarpetLib/schedule.ccl')
-rw-r--r--Carpet/CarpetLib/schedule.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/schedule.ccl b/Carpet/CarpetLib/schedule.ccl
index 98cd00692..d371bc7a5 100644
--- a/Carpet/CarpetLib/schedule.ccl
+++ b/Carpet/CarpetLib/schedule.ccl
@@ -1,5 +1,11 @@
# Schedule definitions for thorn CarpetLib
+SCHEDULE CarpetLib_setmemlimit AT WRAGH
+{
+ LANG: C
+ OPTIONS: global
+} "Set operating system memory limit"
+
SCHEDULE CarpetLib_printtimestats AT analysis
{
LANG: C