ArrayLib Initialization routines. More...
#include "al_hidden.h"Functions | |
| int | AL_Init (int *argc, char ***argv) |
| int | AL_Initialized () |
ArrayLib Initialization routines
| int AL_Init | ( | int * | argc, |
| char *** | argv | ||
| ) |
Initialize the AL Tool. It contains a call to MPI_Init().
| [in] | argc | integer pointer to number of arguments |
| [in] | argv | pointer to argv list |
| int AL_Initialized | ( | ) |
Test whether or not AL was initialized
1.8.2