Scrambler
1
|
Thread control module. More...
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. |
Thread control module.
Definition at line 38 of file thread_control.f90.
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.
n | level |
Definition at line 89 of file thread_control.f90.
subroutine, public JoinAdvanceThread | ( | INTEGER | n | ) |
Joins an advance thread for a given level.
n | level |
Definition at line 104 of file thread_control.f90.
subroutine AdvanceGridsLevel | ( | INTEGER | n | ) |
Thread wrapper for AdvanceGrids.
n | level |
Definition at line 114 of file thread_control.f90.