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

Go to the source code of this file.

Functions/Subroutines

subroutine Pipeline_localActivate ()
 

Function/Subroutine Documentation

◆ Pipeline_localActivate()

subroutine Pipeline_localActivate

Activates locally the pipeline created. Activation consists in posting speculative receive messages, awaiting for items to be received on the local processor. If no channels were created, no communication will happen on the local processor, but the processor is still considered to be active inside the pipeline.

none

NOTES

It is always a good idea to check beforehand, if the created global pipeline structure is ok by calling the routine 'Pipeline_globalCheckStructure'. Otherwise sends might be posted on channels which have no receive channel counterpart on another processor.

Definition at line 34 of file Pipeline_localActivate.F90.