GET_TEAM intrinsic function

Standard: F77 F90 F95 F2003 F2008 F2018 Example program


<Syntax>

GET_TEAM ( [ LEVEL ] )

LEVEL : scalar Integer, equal to one of the named constants CURRENT_TEAM, INITIAL_TEAM or PARENT_TEAM from the intrinsic module ISO_FORTRAN_ENV;

Result : scalar of type TEAM_TYPE from the intrinsic module ISO_FORTRAN_ENV.

<Semantics>

This return a team value that identifies the specified team (containing the executing image). This value can be used in other intrinsic procedures and image selectors, as well as some image control statements.

<Related>

Image selectors, NUM_IMAGES intrinsic function, SYNC TEAM statement, THIS_IMAGE intrinsic function