|
NAMEelpa_autotune_set_best - Sets the tunable parameters to the up-to-now best solution Before the autotuning options can be set, an autotuning step has to be done elpa_autotune_step(3) SYNOPSISFORTRAN INTERFACEuse elpa
callelpa%autotune_set_best (tune_state)
type(elpa_autotune_t) :: tune_state ! the ELPA autotuning object, created with elpa_autotune_setup(3) C INTERFACE#include <elpa/elpa.h>
void elpa_autotune_set_best (elpa_t handle,
elpa_autotune_t autotune_handle);
elpa_t handle; // the handle of an ELPA object, obtained
before with elpa_allocate(3)
DESCRIPTIONSets the up-to-now best options for ELPA tunable parameters. Prior to calling the elpa_autotune_set_best method, an ELPA autotuning step must have been performed. See elpa_autotune_set_best(3) SEE ALSOelpa_autotune_step(3) elpa_autotune_setup(3) elpa_autotune_deallocate(3)
|