Eigenvalue SoLvers for Petaflop-Applications (ELPA) 2022.11.001
|
Functions/Subroutines | |
program | __elpa_F90__ |
Fortran module to use the ELPA library. No other module shoule be used. More... | |
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... | |
program __elpa_F90__ |
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_F90__::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 |