Scrambler  1
ThreadControl Module Reference

Thread control module. More...

List of all members.

Public Member Functions

subroutine, public ThreadsInit
 Initializes thread variables.
Routines for using advance threads
subroutine, public LaunchAdvanceThread (n)
 Launches an advance thread for a given level.
subroutine, public JoinAdvanceThread (n)
 Joins an advance thread for a given level.
subroutine AdvanceGridsLevel (n)
 Thread wrapper for AdvanceGrids.

Detailed Description

Thread control module.

Definition at line 38 of file thread_control.f90.


Member Function/Subroutine Documentation

subroutine, public ThreadsInit ( )

Initializes thread variables.

Definition at line 47 of file thread_control.f90.

subroutine, public LaunchAdvanceThread ( INTEGER  n)

Launches an advance thread for a given level.

Parameters:
nlevel

Definition at line 89 of file thread_control.f90.

subroutine, public JoinAdvanceThread ( INTEGER  n)

Joins an advance thread for a given level.

Parameters:
nlevel

Definition at line 104 of file thread_control.f90.

subroutine AdvanceGridsLevel ( INTEGER  n)

Thread wrapper for AdvanceGrids.

Parameters:
nlevel

Definition at line 114 of file thread_control.f90.


The documentation for this module was generated from the following file:
 All Classes Files Functions Variables