PPL Logo

ck-core/charmf.C File Reference

Go to the source code of this file.

Functions

int typesize (int type, int count)
void FTN_NAME (CKEXIT, ckexit)()
void FTN_NAME (CKMYPE, ckmype)
void FTN_NAME (CKNUMPES, cknumpes)
void FTN_NAME (CKPRINTF, ckprintf) const
FLINKAGE int FTN_NAME (CHARM_IARGC, charm_iargc)
FLINKAGE void FTN_NAME (CHARM_GETARG, charm_getarg)
FLINKAGE CmiInt8 FTN_NAME (CMIMEMORYUSAGE, cmimemoryusage)()
FLINKAGE CmiInt8 FTN_NAME (CMIMAXMEMORYUSAGE, cmimaxmemoryusage)()
FLINKAGE CmiFloat8 FTN_NAME (CMIWALLTIMER, cmiwalltimer)()
FLINKAGE CmiFloat8 FTN_NAME (CKWALLTIMER, ckwalltimer)()
FLINKAGE CmiFloat8 FTN_NAME (CMICPUTIMER, cmicputimer)()
FLINKAGE CmiFloat8 FTN_NAME (CKCPUTIMER, ckcputimer)()
FLINKAGE void FTN_NAME (CMIDISABLEISOMALLOC, cmidisableisomalloc)()
FLINKAGE void FTN_NAME (CMIENABLEISOMALLOC, cmienableisomalloc)()
FLINKAGE void FTN_NAME (CMIDISABLETLS, cmidisabletls)()
FLINKAGE void FTN_NAME (CMIENABLETLS, cmienabletls)()
FLINKAGE void FTN_NAME (CMIMEMORYCHECK, cmimemorycheck)()
FLINKAGE void FTN_NAME (INITBIGSIMTRACE, initbigsimtrace)
FLINKAGE void FTN_NAME (FINALIZEBIGSIMTRACE, finalizebigsimtrace)()
FLINKAGE void FTN_NAME (STARTTRACEBIGSIM, starttracebigsim)()
FLINKAGE void FTN_NAME (ENDTRACEBIGSIM1, endtracebigsim1)
FLINKAGE void FTN_NAME (ENDTRACEBIGSIM2, endtracebigsim2)
FLINKAGE void FTN_NAME (ENDTRACEBIGSIM3, endtracebigsim3)
FLINKAGE void FTN_NAME (ENDTRACEBIGSIM4, endtracebigsim4)
FLINKAGE void FTN_NAME (ENDTRACEBIGSIM5, endtracebigsim5)
FLINKAGE void FTN_NAME (ENDTRACEBIGSIM6, endtracebigsim6)
FLINKAGE void FTN_NAME (ENDTRACEBIGSIM7, endtracebigsim7)
FLINKAGE void FTN_NAME (ENDTRACEBIGSIM8, endtracebigsim8)
FLINKAGE void FTN_NAME (ENDTRACEBIGSIM9, endtracebigsim9)
FLINKAGE void FTN_NAME (ENDTRACEBIGSIM10, endtracebigsim10)
FLINKAGE void FTN_NAME (ENDTRACEBIGSIM11, endtracebigsim11)


Function Documentation

int typesize ( int  type,
int  count 
)

void FTN_NAME ( CKEXIT  ,
ckexit   
)

Definition at line 27 of file charmf.C.

References CkExit().

Referenced by AMPI_Main_Dispatch(), AMPI_Setup_Switch(), FTN_NAME(), TCharmMain::nodeInit(), and TCharmMain::TCharmMain().

Here is the call graph for this function:

Here is the caller graph for this function:

void FTN_NAME ( CKMYPE  ,
ckmype   
)

Definition at line 32 of file charmf.C.

References Converse::CkMyPe().

Here is the call graph for this function:

void FTN_NAME ( CKNUMPES  ,
cknumpes   
)

Definition at line 37 of file charmf.C.

References Converse::CkNumPes().

Here is the call graph for this function:

void FTN_NAME ( CKPRINTF  ,
ckprintf   
) const

Definition at line 42 of file charmf.C.

References PUP::d, and flag.

FLINKAGE int FTN_NAME ( CHARM_IARGC  ,
charm_iargc   
)

Definition at line 113 of file charmf.C.

References CkGetArgc().

Here is the call graph for this function:

FLINKAGE void FTN_NAME ( CHARM_GETARG  ,
charm_getarg   
)

Definition at line 117 of file charmf.C.

References CkGetArgc(), CkGetArgv(), dest, and src.

Here is the call graph for this function:

FLINKAGE CmiInt8 FTN_NAME ( CMIMEMORYUSAGE  ,
cmimemoryusage   
)

Definition at line 130 of file charmf.C.

References CmiMemoryUsage().

Here is the call graph for this function:

FLINKAGE CmiInt8 FTN_NAME ( CMIMAXMEMORYUSAGE  ,
cmimaxmemoryusage   
)

Definition at line 136 of file charmf.C.

References CmiMaxMemoryUsage().

Here is the call graph for this function:

FLINKAGE CmiFloat8 FTN_NAME ( CMIWALLTIMER  ,
cmiwalltimer   
)

Definition at line 141 of file charmf.C.

References CmiWallTimer().

Here is the call graph for this function:

FLINKAGE CmiFloat8 FTN_NAME ( CKWALLTIMER  ,
ckwalltimer   
)

Definition at line 146 of file charmf.C.

FLINKAGE CmiFloat8 FTN_NAME ( CMICPUTIMER  ,
cmicputimer   
)

Definition at line 151 of file charmf.C.

References CmiCpuTimer().

Here is the call graph for this function:

FLINKAGE CmiFloat8 FTN_NAME ( CKCPUTIMER  ,
ckcputimer   
)

Definition at line 156 of file charmf.C.

FLINKAGE void FTN_NAME ( CMIDISABLEISOMALLOC  ,
cmidisableisomalloc   
)

Definition at line 161 of file charmf.C.

References CmiDisableIsomalloc().

Here is the call graph for this function:

FLINKAGE void FTN_NAME ( CMIENABLEISOMALLOC  ,
cmienableisomalloc   
)

Definition at line 166 of file charmf.C.

References CmiEnableIsomalloc().

Here is the call graph for this function:

FLINKAGE void FTN_NAME ( CMIDISABLETLS  ,
cmidisabletls   
)

Definition at line 171 of file charmf.C.

References CmiDisableTLS().

Here is the call graph for this function:

FLINKAGE void FTN_NAME ( CMIENABLETLS  ,
cmienabletls   
)

Definition at line 176 of file charmf.C.

References CmiEnableTLS().

Here is the call graph for this function:

FLINKAGE void FTN_NAME ( CMIMEMORYCHECK  ,
cmimemorycheck   
)

Definition at line 181 of file charmf.C.

References CmiMemoryCheck().

Here is the call graph for this function:

FLINKAGE void FTN_NAME ( INITBIGSIMTRACE  ,
initbigsimtrace   
)

Definition at line 188 of file charmf.C.

References initBigSimTrace().

Here is the call graph for this function:

FLINKAGE void FTN_NAME ( FINALIZEBIGSIMTRACE  ,
finalizebigsimtrace   
)

Definition at line 193 of file charmf.C.

References finalizeBigSimTrace().

Here is the call graph for this function:

FLINKAGE void FTN_NAME ( STARTTRACEBIGSIM  ,
starttracebigsim   
)

Definition at line 198 of file charmf.C.

References startTraceBigSim().

Here is the call graph for this function:

FLINKAGE void FTN_NAME ( ENDTRACEBIGSIM1  ,
endtracebigsim1   
)

Definition at line 203 of file charmf.C.

References endTraceBigSim(), and len.

Here is the call graph for this function:

FLINKAGE void FTN_NAME ( ENDTRACEBIGSIM2  ,
endtracebigsim2   
)

Definition at line 212 of file charmf.C.

References endTraceBigSim(), and len.

Here is the call graph for this function:

FLINKAGE void FTN_NAME ( ENDTRACEBIGSIM3  ,
endtracebigsim3   
)

Definition at line 220 of file charmf.C.

References endTraceBigSim(), and len.

Here is the call graph for this function:

FLINKAGE void FTN_NAME ( ENDTRACEBIGSIM4  ,
endtracebigsim4   
)

Definition at line 229 of file charmf.C.

References endTraceBigSim(), and len.

Here is the call graph for this function:

FLINKAGE void FTN_NAME ( ENDTRACEBIGSIM5  ,
endtracebigsim5   
)

Definition at line 238 of file charmf.C.

References endTraceBigSim(), and len.

Here is the call graph for this function:

FLINKAGE void FTN_NAME ( ENDTRACEBIGSIM6  ,
endtracebigsim6   
)

Definition at line 247 of file charmf.C.

References endTraceBigSim(), and len.

Here is the call graph for this function:

FLINKAGE void FTN_NAME ( ENDTRACEBIGSIM7  ,
endtracebigsim7   
)

Definition at line 256 of file charmf.C.

References endTraceBigSim(), and len.

Here is the call graph for this function:

FLINKAGE void FTN_NAME ( ENDTRACEBIGSIM8  ,
endtracebigsim8   
)

Definition at line 265 of file charmf.C.

References endTraceBigSim(), and len.

Here is the call graph for this function:

FLINKAGE void FTN_NAME ( ENDTRACEBIGSIM9  ,
endtracebigsim9   
)

Definition at line 274 of file charmf.C.

References endTraceBigSim(), and len.

Here is the call graph for this function:

FLINKAGE void FTN_NAME ( ENDTRACEBIGSIM10  ,
endtracebigsim10   
)

Definition at line 283 of file charmf.C.

References endTraceBigSim(), and len.

Here is the call graph for this function:

FLINKAGE void FTN_NAME ( ENDTRACEBIGSIM11  ,
endtracebigsim11   
)

Definition at line 292 of file charmf.C.

References endTraceBigSim(), and len.

Here is the call graph for this function:


Generated on Mon Sep 21 07:56:58 2020 for Charm++ by  doxygen 1.5.5