Previous
The compilation
Parent
Creation of a HPC/Timer library
Outline
Next
Wrapper of the timer
Chapter 5.6 : The associated python module
5.6.1) Wrapper of the timer
5.6.2) Wrapper of the tables allocation
5.6.3) Wrapper of the matrices allocation
5.6.4) The wrapper module source : astericshpc.cpp
5.6.5) The module configuration : setup.py
5.6.6) The python install cmake script
5.6.7) The CMakeLists.txt
We have also to create a
python
module for our performances tests in
python
.
This module will provide :
rdtsc
function to time our kernel in
python
Function to allocate advanced numpy tables in
python
Function to allocate advanced numpy matrices in
python
We will develop the module into the directory
AstericsHPC/astericshpc
Previous
The compilation
Parent
Creation of a HPC/Timer library
Outline
Next
Wrapper of the timer