aboutsummaryrefslogtreecommitdiff
path: root/Carpet/LoopControl/interface.ccl
blob: c05c6f843e0535d7de08852305425adb2b596d0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Interface definition for thorn LoopControl

IMPLEMENTS: LoopControl

INHERITS: CycleClock

INCLUDE HEADER: loopcontrol.h IN loopcontrol.h

USES INCLUDE HEADER: cycleclock.h
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)
USES FUNCTION GetCacheInfo1