1elpa_print_settings(3) Library Functions Manual elpa_print_settings(3)
2
3
4
6 elpa_print_settings - prints the setting of an elpa object
7
8
10 FORTRAN INTERFACE
11 use elpa
12 class(elpa_t), pointer :: elpa
13
14 call elpa%print_settings (error)
15
16 With the definitions of the input and output variables:
17
18 class(elpa_t) elpa returns an instance of the ELPA object
19 integer, optinal error: An error return code
20
21
22 C INTERFACE
23 #include <elpa/elpa.h>
24 elpa_t handle;
25
26 void elpa_print_settings(elpa_t handle, int *error):
27
28 With the definitions of the input and output variables:
29
30 elpa_t handle: The handle to the ELPA object
31 int *error: the error return code
32
33
34
35 DESCRIPTION
36 Prints all the settings of an ELPA object. The settings can be
37 stored, or loaded with elpa_store_settings.3 or
38 elpa_load_settings.3
39
41 elpa_store_setting(3) elpa_load_settings[22m.(3)
42
43
44
45ELPA Tue Nov 20 2018 elpa_print_settings(3)