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 8362c93 commit 766c38eCopy full SHA for 766c38e
src/sourcery/user_defined_collectives_m.f90
@@ -12,7 +12,7 @@ module user_defined_collectives_m
12
13
interface
14
15
- module subroutine co_all(boolean)
+ impure elemental module subroutine co_all(boolean)
16
!! If any image in a team calls this subroutine, then every image in the
17
!! the same team must call this subroutine. This subroutine sets the
18
!! "boolean" argument .true. if it is true in all participating images
0 commit comments