ArrayLib Initialization routines.
More...
#include "al_hidden.h"
- Authors
- al_init.c, v 1.1.1.1 1999/07/17 23:52:42 cvsguest Exp
Copyright (C) 1998 University of Chicago.
See COPYRIGHT notice in top-level directory.
- Date
- Jul 17, 1999
int AL_Init |
( |
int * |
argc, |
|
|
char *** |
argv |
|
) |
| |
Initialize the AL Tool. It contains a call to MPI_Init().
- Parameters
-
[in] | argc | integer pointer to number of arguments |
[in] | argv | pointer to argv list |
Test whether or not AL was initialized
- Returns
- This function returns AL_TRUE if AL is initialized, AL_FALSE otherwise.