Chapter 5.3 : The main header (asterics_hpc.h)

The asterics_hpc.h is :
1
2
3
4
5
6
7
#ifndef __ASTERICS_HPC_H__
#define __ASTERICS_HPC_H__

#include "timer.h"
#include "asterics_alloc.h"

#endif