FLASH-X
Doxygen Generated Documentation From Interface Source Code
Functions/Subroutines
Pipeline_localFlush.F90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine Pipeline_localFlush (fullestChannelOnly)
 

Function/Subroutine Documentation

◆ Pipeline_localFlush()

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.