aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/schedule.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2005-11-19 21:19:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2005-11-19 21:19:00 +0000
commitfd724278dce7055df787faf95754af969e33062c (patch)
tree1aaa527a2630b4724d51461617cb37db5ebdc299 /Carpet/Carpet/schedule.ccl
parent7335f2494d1537aa6c695812ed8eb509c634d576 (diff)
Carpet: Split startup into multi-model startup and driver startup
Split Carpet's startup into the multi-model startup and the regular driver startup. The multi-model startup happens earlier and essentially only splits the MPI communicator. darcs-hash:20051119211930-dae7b-2b9da823988adf70ad755af9e43cc86a8e87e1c1.gz
Diffstat (limited to 'Carpet/Carpet/schedule.ccl')
-rw-r--r--Carpet/Carpet/schedule.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/Carpet/Carpet/schedule.ccl b/Carpet/Carpet/schedule.ccl
index f5456684a..60fd793b3 100644
--- a/Carpet/Carpet/schedule.ccl
+++ b/Carpet/Carpet/schedule.ccl
@@ -1,5 +1,10 @@
# Schedule definitions for thorn Carpet
+schedule CarpetMultiModelStartup at STARTUP as MultiModel_Startup before Driver_Startup
+{
+ LANG: C
+} "Multi-model Startup routine"
+
schedule CarpetStartup at STARTUP as Driver_Startup
{
LANG: C