We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3779be8 commit f330cc3Copy full SHA for f330cc3
src/tests/unit/teams/teams_subset.f90
@@ -22,8 +22,8 @@ program teams_subset
22
min_image = [initial_team_image, this_image()]
23
call co_min(min_image)
24
end team
25
- call assert( all(min_image==1), "minimum image number in team is 1" )
26
- call assert( all(max_image==[num_images(), 2]), "team maximum images numbers is num_images() or 2")
+ call assert( all(min_image==1), "minimum image number in team 1 is 1" )
+ call assert( all(max_image==[num_images(), 2]), "maximum image numbers on team 1 is num_images() or 2")
27
end block
28
end if
29
0 commit comments