Loading...
Searching...
No Matches
benchmark_run

Inherits workflow.

Definition

Definition at line 28 of file Run.f90.


The documentation for this type was generated from the following file:

Additional Inherited Members

Variables inherited from workflow
character(:), allocatable, public header
 Header is the first node of the linked list of actions.
class(workflow), pointer, public next => null()
 Next action in the linked list.
Static Public Attributes inherited from workflow
procedure(work), pointer, nopass, public action => null()
 Action to be performed.

Methods

◆ dispose()

procedure, pass, public dispose ( class(benchmark_run), intent(inout) this)

Dispose resources associated with the bound type.

Parameters
[in,out]thisThe type bound to the method

Remarks

Definition at line 32 of file Run.f90.