_gfortran_caf_team_number
— Get the unique id of the given team ¶int _gfortran_caf_team_number (caf_team_t team)
The team id given when forming the team _gfortran_caf_form_team
— Team creation function of the
team specified by team, if given, or of the current team, if team
is absent. It is a runtime error to specify a non-existing team.
The team has to be formed, i.e., it is not necessary that it is changed
into to get the team number. The initial team has the team number -1
.
team | intent(in) The team for which the team id is desired. |