AP_init

initialize the AUTOPACK library

Synopsis

#include "autopack.h"

void AP_init(int *argc, char ***argv)


SUBROUTINE AP_INIT

Parameters

argc
pointer to number of command line arguments
argv
pointer to array of command line arguments

Description

This routine must be called prior to any other AUTOPACK calls. The version for C accepts the argc and argv that are provided by the arguments to main(). They may be passed as NULL if no values are available.

During initialization, certain library parameter values will be set to default values. The user may wish to change them using AP_setparam(). In future there will be provision to set the defaults through the command line arguments.

Call this routine after MPI_Init().

Return Value

None