Lines Matching full:team
2 ! Test selector and team-value in CHANGE TEAM statement
9 change team(t, x[10,*] => y)
10 end team
11 form team(1, t)
20 change team(t, x[10,*] => y, x2[*] => y)
21 end team
23 change team(t, x[10,*] => y, x2[*] => x)
24 end team
26 change team(t, x[10,*] => y, y[*] => y2)
27 end team
41 !ERROR: Team value must be of type TEAM_TYPE from module ISO_FORTRAN_ENV
42 change team(t1, x[10,*] => y)
43 end team
44 !ERROR: Team value must be of type TEAM_TYPE from module ISO_FORTRAN_ENV
45 change team(t2, x[10,*] => y)
46 end team
47 !ERROR: Team value must be of type TEAM_TYPE from module ISO_FORTRAN_ENV
48 change team(t2%a, x[10,*] => y)
49 end team
51 change team(t3, x[10,*] => y)
52 end team
53 !ERROR: Team value must be of type TEAM_TYPE from module ISO_FORTRAN_ENV
54 form team(1, t1)
55 !ERROR: Team value must be of type TEAM_TYPE from module ISO_FORTRAN_ENV
56 form team(2, t2)
57 !ERROR: Team value must be of type TEAM_TYPE from module ISO_FORTRAN_ENV
58 form team(2, t2%a)
59 !ERROR: Team value must be of type TEAM_TYPE from module ISO_FORTRAN_ENV
60 form team(3, t3(2))
62 form team(3, t3)
70 form team(i, t)
72 form team(1, t2)
74 form team(z, t)
76 form team(j, t)