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

Allocate and initialize a distributed array descriptor. More...

#include "al_hidden.h"

Functions

int AL_Sz_init (MPI_Comm comm, int *sz_ptr)
 

Detailed Description

Author
A. Malagoli (University of Chicago)
Date
Jul 28, 1999

Function Documentation

int AL_Sz_init ( MPI_Comm  comm,
int *  sz_ptr 
)

Allocate and initialize a distributed array descriptor

Parameters
[in]commMPI communicator the array is associated with
[out]sz_ptrInteger pointer to the array descriptor
Returns
AL_SUCCESS if the array descriptor is correct initialized, AL_FAILURE otherwise.