1elpa_autotune_load_state(3)Library Functions Manualelpa_autotune_load_state(3)
2
3
4

NAME

6       elpa_autotune_load_state - loadsa state of an ELPA autotuning object
7
8

SYNOPSIS

10   FORTRAN INTERFACE
11       use elpa
12       class(elpa_t), pointer :: elpa class(elpa_autotune_t), pointer ::
13       autotune
14
15       call elpa%autotune_load_state (autotune, filename, error)
16
17       With the definitions of the input and output variables:
18
19       class(elpa_t)          elpa         an instance of the ELPA object
20              class(elpa_autotune_t) autotune     an instance of the ELPA
21              autotune object
22              character(*)           filename:   The filename to be used for
23              loading the settings
24              integer, optional      error:      A error return code
25
26
27   C INTERFACE
28       #include <elpa/elpa.h>
29       elpa_t handle; elpa_autotune_t autotune_handle;
30
31       void elpa_autotune_load_state(elpa_t handle, elpa_autotune_t
32       autotune_handle, const char *filename, int *error):
33
34       With the definitions of the input and output variables:
35
36       elpa_t handle:                The handle to the ELPA object
37
38       elpa_autotune_t handle:       The handle to the ELPA autotune object
39
40       const char *filename:         the filename to load the settings
41              int *error:                   the error return code
42
43
44
45       DESCRIPTION
46              Loads a previously stored state of an autotune object. With the
47              loaded state the autotunig could be resumed
48

SEE ALSO

50       elpa_autotune_save_state(3)
51
52
53
54ELPA                            Tue Nov 13 2018    elpa_autotune_load_state(3)
Impressum