7.1.4.4 : Le asterics_hpc.h

1
2
3
4
5
6
7
#ifndef __ASTERICS_HPC_H__
#define __ASTERICS_HPC_H__

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

#endif


Le asterics_hpc.h complet :
1
2
3
4
5
6
7
8
9
10
11
12
13
/***************************************
	Auteur : Pierre Aubert
	Mail : pierre.aubert@lapp.in2p3.fr
	Licence : CeCILL-C
****************************************/

#ifndef __ASTERICS_HPC_H__
#define __ASTERICS_HPC_H__

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

#endif
Le fichier asterics_hpc.h est disponible ici.