Eigenvalue SoLvers for Petaflop-Applications (ELPA) 2024.05.001
|
Functions/Subroutines | |
program | __elpa_F90__ |
Fortran module to use the ELPA library. No other module shoule be used. | |
class(elpa_t) function, pointer | elpa_allocate (error) |
function to allocate an ELPA instance Parameters | |
subroutine | elpa_deallocate (obj, error) |
function to deallocate an ELPA instance Parameters | |
subroutine | elpa_autotune_deallocate (obj, error) |
function to deallocate an ELPA autotune instance Parameters | |
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
|
private |
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 |
|
private |
function to deallocate an ELPA instance Parameters
obj | class(elpa_t), pointer : pointer to the ELPA object to be destroyed and deallocated |
error | integer, optional : error code |