Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
elpa_auto...rint_state(3)  Library Functions Manual  elpa_auto...rint_state(3)

NAME
       elpa_autotune_print_state - prints the current state of an ELPA
       autotuning object

SYNOPSIS
   FORTRAN INTERFACE
       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

   C INTERFACE
       #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

       DESCRIPTION
	      Prints the current state of an autotune object.

SEE ALSO
       elpa_autotune_save_state(3) elpa_autotune_load_state(3)

ELPA				Tue Nov	13 2018	     elpa_auto...rint_state(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=elpa_autotune_print_state&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help