|
IPCC
1.0
|

Go to the source code of this file.
Macros | |
| #define | ALLOC alloc_if(1) free_if(0) |
| #define | REUSE alloc_if(0) free_if(0) |
| #define | FREE alloc_if(0) free_if(1) |
| #define | LOCAL alloc_if(1) free_if(1) |
Variables | |
| int | phi_tid |
| unsigned int | X_largest |
| #define ALLOC alloc_if(1) free_if(0) |
Definition at line 3 of file XeonPhi_header.h.
| #define FREE alloc_if(0) free_if(1) |
Definition at line 5 of file XeonPhi_header.h.
| #define LOCAL alloc_if(1) free_if(1) |
Definition at line 6 of file XeonPhi_header.h.
| #define REUSE alloc_if(0) free_if(0) |
Definition at line 4 of file XeonPhi_header.h.
| int phi_tid |
Definition at line 31 of file KNTBMS_Solver.cpp.
Referenced by CKNTBMS_Solver::Launching_TBMS_Solver().
| unsigned int X_largest |
Definition at line 27 of file KNLanczosMethod.cpp.
Referenced by CKNMatrixOperation::MVMulEx_AsyncCommWithLocalBlocks().