|  | FLASH-X
    Doxygen Generated Documentation From Interface Source Code | 
Go to the source code of this file.
| Functions/Subroutines | |
| subroutine | nameValueLL_bcast (context, myPE) | 
| subroutine nameValueLL_bcast | ( | type (context_type), intent(inout) | context, | 
| integer | myPE | ||
| ) | 
Broadcasts any context from a namedValueLinkedList from the MASTER_PE to the other processors. Broadcast the parameter names and values to all other processors For each parameter, first broadcast its type separately, then use the appropriate single-parameter broadcast routine to send the parameter information.
context – structure holding all the data to be broadcast myPE – current processor number
Definition at line 30 of file nameValueLL_bcast.F90.