Eigenvalue SoLvers for Petaflop-Applications (ELPA)
2020.05.001
|
Fortran module to use the ELPA library. No other module shoule be used. More...
Functions/Subroutines | |
class(elpa_t) function, pointer | elpa_allocate (error) |
function to allocate an ELPA instance Parameters More... | |
subroutine | elpa_deallocate (obj, error) |
function to deallocate an ELPA instance Parameters More... | |
subroutine | elpa_autotune_deallocate (obj, error) |
function to deallocate an ELPA autotune instance Parameters More... | |
Fortran module to use the ELPA library. No other module shoule be used.
function to allocate an ELPA instance Parameters
\params error integer, optional : error code
subroutine elpa::elpa_autotune_deallocate | ( | class(elpa_autotune_t), pointer | obj, |
integer, intent(out), optional | error | ||
) |
function to deallocate an ELPA autotune instance Parameters
obj | class(elpa_autotune_t), pointer : pointer to the autotune object to be destroyed and deallocated |
error | integer, optional : error code |