Eigenvalue SoLvers for Petaflop-Applications (ELPA)
2020.11.001
|
Data Types | |
type | elpa_autotune_impl_t |
Functions/Subroutines | |
subroutine | elpa_autotune_print (self, error) |
function to print the autotuning Parameters More... | |
subroutine | elpa_autotune_destroy (self, error) |
function to destroy an elpa autotune object Parameters More... | |
subroutine elpa_autotune_impl::elpa_autotune_destroy | ( | class(elpa_autotune_impl_t), intent(inout) | self, |
integer, intent(out), optional | error | ||
) |
function to destroy an elpa autotune object Parameters
self | class(elpa_autotune_impl_t) the allocated ELPA autotune object |
error | integer, optional error code |
subroutine elpa_autotune_impl::elpa_autotune_print | ( | class(elpa_autotune_impl_t), intent(in) | self, |
integer, intent(out), optional | error | ||
) |
function to print the autotuning Parameters
self | class(elpa_autotune_impl_t) the allocated ELPA autotune object |