GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
elpa_autotune_print_state(3) FreeBSD Library Functions Manual elpa_autotune_print_state(3)

elpa_autotune_print_state - prints the current state of an ELPA autotuning object

use elpa
class(elpa_t), pointer :: elpa class(elpa_autotune_t), pointer :: autotune

call elpa%autotune_print_state (autotune, error)

With the definitions of the input and output variables:

class(elpa_t) elpa an instance of the ELPA object

class(elpa_autotune_t) autotune an instance of the ELPA autotune object
integer, optional error: A error return code

#include <elpa/elpa.h>
elpa_t handle; elpa_autotune_t autotune_handle;

void elpa_autotune_print_state(elpa_t handle, elpa_autotune_t autotune_handle, int *error):

With the definitions of the input and output variables:

elpa_t handle: The handle to the ELPA object

elpa_autotune_t handle: The handle to the ELPA autotune object

int *error: the error return code

Prints the current state of an autotune object.

elpa_autotune_save_state(3) elpa_autotune_load_state(3)

Tue Nov 13 2018 ELPA

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.