FLASH-X
Doxygen Generated Documentation From Interface Source Code
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | Pipeline_localFlush (fullestChannelOnly) |
subroutine Pipeline_localFlush | ( | logical | fullestChannelOnly | ) |
Flushes the local pipeline processor. When calling this routine, either only the fullest channel will be sent (fullestChannelOnly = .true.) or all channels with non-empty sending buffers are forced to send.
fullestChannelOnly : if true, only the fullest channel will send
NOTES
All processors need to call this routine in order to move items through the pipeline, especially near the end of the application.
Definition at line 31 of file Pipeline_localFlush.F90.