aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/timestat.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@aei.mpg.de>2005-01-02 17:35:00 +0000
committerErik Schnetter <schnetter@aei.mpg.de>2005-01-02 17:35:00 +0000
commit103155822be34d975e307666930595c53a3a9f3c (patch)
tree3d77bfcab9cb51f5de0911f3c8dba6940778264a /Carpet/CarpetLib/src/timestat.hh
parenta9e01192b2b3064c7fa4d3330ea3a68c3c69b80e (diff)
CarpetLib: Add lightweight communication buffers (untested)
Lightweight communication buffers use essentially only a vector<T> instead of a data<T> to transfer data between processors. This should reduce the computational overhead. Set the parameter "use_lightweight_buffers" to use this feature. This feature is completely untested. darcs-hash:20050102173524-891bb-6a3999cbd63e367c8520c175c8078374d294eaa8.gz
Diffstat (limited to 'Carpet/CarpetLib/src/timestat.hh')
-rw-r--r--Carpet/CarpetLib/src/timestat.hh11
1 files changed, 11 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/src/timestat.hh b/Carpet/CarpetLib/src/timestat.hh
index d175d14a8..11a7a00aa 100644
--- a/Carpet/CarpetLib/src/timestat.hh
+++ b/Carpet/CarpetLib/src/timestat.hh
@@ -48,6 +48,17 @@ extern timestat wtime_copyfrom_wait_changeproc_wait;
extern timestat wtime_copyfrom_wait_copyfrom_nocomm;
extern timestat wtime_copyfrom_wait_delete;
+extern timestat wtime_copyfrom_recvinner_allocate;
+extern timestat wtime_copyfrom_recvinner_recv;
+extern timestat wtime_copyfrom_sendinner_allocate;
+extern timestat wtime_copyfrom_sendinner_copy;
+extern timestat wtime_copyfrom_sendinner_send;
+extern timestat wtime_copyfrom_recvwaitinner_wait;
+extern timestat wtime_copyfrom_recvwaitinner_copy;
+extern timestat wtime_copyfrom_recvwaitinner_delete;
+extern timestat wtime_copyfrom_sendwaitinner_wait;
+extern timestat wtime_copyfrom_sendwaitinner_delete;
+
extern timestat wtime_changeproc_recv;
extern timestat wtime_changeproc_send;
extern timestat wtime_changeproc_wait;