aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/interface.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-08-06 13:40:06 -0400
committerErik Schnetter <schnetter@gmail.com>2013-08-06 13:40:06 -0400
commitc01a59ae14083f59511cac96ae7ea8f058c4bc27 (patch)
treee154ccb77dba8f65db67ee3600b52fd546b1da05 /Carpet/Carpet/interface.ccl
parent3b0d7530fb66ec6340dba8e923e0c7176a06e3a6 (diff)
Carpet: Remove aliased function Driver_TotalMemoryUsed
Diffstat (limited to 'Carpet/Carpet/interface.ccl')
-rw-r--r--Carpet/Carpet/interface.ccl13
1 files changed, 0 insertions, 13 deletions
diff --git a/Carpet/Carpet/interface.ccl b/Carpet/Carpet/interface.ccl
index edd3e75a1..fe5c91d10 100644
--- a/Carpet/Carpet/interface.ccl
+++ b/Carpet/Carpet/interface.ccl
@@ -61,19 +61,6 @@ PROVIDES FUNCTION CCTK_MyHost WITH Carpet_MyHost LANGUAGE C
PROVIDES FUNCTION CCTK_nHosts WITH Carpet_nHosts LANGUAGE C
PROVIDES FUNCTION CCTK_nProcsOnHost WITH Carpet_nProcsOnHost LANGUAGE C
PROVIDES FUNCTION CCTK_ProcsOnHost WITH Carpet_ProcsOnHost LANGUAGE C
-
-
-
-# Return total amount of memory used by Carpet
-# These numbers report number of bytes for the current MPI process.
-# They are mutually exclusive.
-# The return value indicates success (0) or an error (negative).
-CCTK_INT FUNCTION Driver_TotalMemoryUsed( \
- CCTK_REAL OUT metadata, \
- CCTK_REAL OUT grid_structure, \
- CCTK_REAL OUT grid_arrays, \
- CCTK_REAL OUT grid_functions)
-PROVIDES FUNCTION Driver_TotalMemoryUsed WITH Carpet_TotalMemoryUsed LANGUAGE C