aboutsummaryrefslogtreecommitdiff
path: root/Carpet/LoopControl/interface.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-06-22 12:48:43 -0400
committerErik Schnetter <schnetter@gmail.com>2013-06-22 12:48:43 -0400
commit63c05fd32134820b13fa37cd142aaf1cb86f384e (patch)
treeae251e484ba0f04f913025fd35066d19ef150da6 /Carpet/LoopControl/interface.ccl
parentff65161ae1244f9dab8d84b673923e57aead40ee (diff)
LoopControl: Update GetCacheInfo1 API
Diffstat (limited to 'Carpet/LoopControl/interface.ccl')
-rw-r--r--Carpet/LoopControl/interface.ccl11
1 files changed, 8 insertions, 3 deletions
diff --git a/Carpet/LoopControl/interface.ccl b/Carpet/LoopControl/interface.ccl
index 85173c162..39f6d9672 100644
--- a/Carpet/LoopControl/interface.ccl
+++ b/Carpet/LoopControl/interface.ccl
@@ -14,9 +14,14 @@ USES INCLUDE HEADER: vectors.h
CCTK_INT FUNCTION GetNumSMTThreads()
USES FUNCTION GetNumSMTThreads
-CCTK_INT FUNCTION GetCacheInfo1(CCTK_INT ARRAY OUT linesizes, \
- CCTK_INT ARRAY OUT strides, \
- CCTK_INT IN max_num_cache_levels)
+CCTK_INT FUNCTION GetCacheInfo1 \
+ (CCTK_POINTER_TO_CONST ARRAY OUT names, \
+ CCTK_INT ARRAY OUT types, \
+ CCTK_POINTER_TO_CONST ARRAY OUT sizes, \
+ CCTK_INT ARRAY OUT linesizes, \
+ CCTK_INT ARRAY OUT strides, \
+ CCTK_INT ARRAY OUT num_puss, \
+ CCTK_INT IN max_num_cache_levels)
USES FUNCTION GetCacheInfo1
CCTK_INT FUNCTION IO_TruncateOutputFiles(CCTK_POINTER_TO_CONST IN cctkGH)