aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/carpet.hh
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/src/carpet.hh
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/src/carpet.hh')
-rw-r--r--Carpet/Carpet/src/carpet.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/Carpet/Carpet/src/carpet.hh b/Carpet/Carpet/src/carpet.hh
index 726c24ea1..7b3aa9431 100644
--- a/Carpet/Carpet/src/carpet.hh
+++ b/Carpet/Carpet/src/carpet.hh
@@ -19,8 +19,9 @@ namespace Carpet {
// Scheduled functions
extern "C" {
+ int CarpetStartup (void);
+ int CarpetMultiModelStartup (void);
void CarpetParamCheck (CCTK_ARGUMENTS);
- void CarpetStartup (void);
}
// Registered functions