auxinit - Man Page
Name
auxinit — Library Initialization
— Initialize the MEPACK library.
Synopsis
Functions
void mepack_init (void)
Initialize MEPACK from C.
subroutine mepack_initialize ()
Initialize MEPACK from Fortran.
Detailed Description
Initialize the MEPACK library.
Since MEPACK uses some static internal parameters and relies on the setting of some environment variables, it is necessary to initialize MEPACK first. Therefore, this section contains the required functions.
Function Documentation
void mepack_init (void )
Initialize MEPACK from C. The mepack_init function is a wrapper around the mepack_initialize routine to be called from C easily. If accidentally both, the C and the Fortran initialization routine, are called only the one which is called first is executed. If the function is called twice, nothing happens.
- See also
mepack_initialize
Definition at line 34 of file init.c.
subroutine mepack_initialize
Initialize MEPACK from Fortran. The MEPACK_INITIALIZE subroutine initializes MEPACK if it is called from Fortran. The routine initializes the machine specific parameters and read the environment variables. If a user defined tuning file is provided this file is loaded. Otherwise the builtin tuning file is loaded.
- See also
mepack_init
Definition at line 27 of file init.f90.
Author
Generated automatically by Doxygen for MEPACK from the source code.