Skip to content

Commit 3ebff8e

Browse files
author
Damian Rouson
committed
rm team-number test use of opencoarrays module
"use opencoarrays, only : team_number" is no longer needed now that the Sourcery Institute GCC fork's teams branch supports the Fortran 2018 team_number() intrinsic function.
1 parent 44936f8 commit 3ebff8e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/tests/unit/teams/team-number.f90

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ program main
3232
use iso_fortran_env, only : team_type
3333
use iso_c_binding, only : c_loc
3434

35-
use opencoarrays, only : team_number
36-
!! TODO: remove the above line below after the compiler supports team_number
37-
3835
implicit none
3936

4037
integer, parameter :: standard_initial_value=-1

0 commit comments

Comments
 (0)