FreeBSD Manual Pages
elpa_autotune_deallocate(3) Library Functions Manual elpa_autotune_deallocate(3) NAME elpa_autotune_deallocate - deallocates an ELPA autotuning instance SYNOPSIS FORTRAN INTERFACE use elpa class(elpa_t), pointer :: elpa_handle class(elpa_autotune_t), pointer :: autotune_handle call elpa_handle%autotune_deallocate (autotune_handle, error) With the definitions of the input and output variables: type(elpa_autotune_t) :: autotune_handle The ELPA autotuning object, created with elpa_autotune_setup(3) integer, optional :: error The returned error code C/C++ INTERFACE #include <elpa/elpa.h> elpa_autotune_t autotune_handle; void elpa_autotune_deallocate (elpa_autotune_t autotune_handle, int *er- ror); With the definitions of the input and output variables: elpa_autotune_t autotune_handle; The handle of an ELPA object, obtained before with elpa_auto- tune_setup(3) int *error; The returned error code DESCRIPTION Deallocates an ELPA autotuning instance. Prior to calling the elpa_auto- tune_deallocate method, an ELPA autotuning object must have been created. See elpa_autotune_setup(3) SEE ALSO elpa_autotune_step(3) elpa_autotune_setup(3) elpa_autotune_deallocate(3) ELPA Thu Nov 28 2024 elpa_autotune_deallocate(3)
NAME | SYNOPSIS | DESCRIPTION | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=elpa_autotune_deallocate&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>
