PLUTO  4.0
 All Data Structures Files Functions Variables Enumerations Macros Pages
Functions
al_init.devel.c File Reference

ArrayLib Initialization routines. More...

#include "al_hidden.h"

Functions

int AL_Init (int *argc, char ***argv)
 
int AL_Initialized ()
 

Detailed Description

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

Function Documentation

int AL_Init ( int *  argc,
char ***  argv 
)

Initialize the AL Tool. It contains a call to MPI_Init().

Parameters
[in]argcinteger pointer to number of arguments
[in]argvpointer to argv list
int AL_Initialized ( )

Test whether or not AL was initialized

Returns
This function returns AL_TRUE if AL is initialized, AL_FALSE otherwise.