PLUTO
al.h
Go to the documentation of this file.
1 /* ///////////////////////////////////////////////////////////////////// */
2 /*!
3  \file
4  \brief ArrayLib main header file.
5 
6  Contains most of the useful includes (e.g. mpi.h).
7 
8  \author A. Malagoli (University of Chicago)
9  \author G. Muscianisi (g.muscianisi@cineca.it)
10 
11  \date Aug 29, 2012
12 */
13 /* ///////////////////////////////////////////////////////////////////// */
14 
15 #ifndef __AL
16 #define __AL
17 
18 #include <mpi.h>
19 
20 #include <stdio.h>
21 #include <stdarg.h>
22 #include <stdlib.h>
23 #include <strings.h>
24 #include <math.h>
25 
26 #include "al_defs.h"
27 
28 /* Include AL prototypes */
29 #include "al_proto.h"
30 
31 /* Include AL macros and definitions */
32 #include "al_codes.h"
33 
34 
35 #endif /* End if __AL */
36 
ArrayLib function prototypes header file.
ArrayLib codes header file.
ArrayLib function definitions header file.