public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/87326] [F18] Support the NEW_INDEX= specifier in the FORM TEAM statement
       [not found] <bug-87326-4@http.gcc.gnu.org/bugzilla/>
@ 2023-07-24 14:59 ` everythingfunctional at protonmail dot com
  2023-07-24 17:06 ` kargl at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: everythingfunctional at protonmail dot com @ 2023-07-24 14:59 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87326

Brad Richardson <everythingfunctional at protonmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |everythingfunctional@proton
                   |                            |mail.com

--- Comment #3 from Brad Richardson <everythingfunctional at protonmail dot com> ---
Was there any more progress on this? I've just run into it.

FYI I'm trying implement a polymorphic send/receive:
https://gitlab.com/everythingfunctional/communicator

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug fortran/87326] [F18] Support the NEW_INDEX= specifier in the FORM TEAM statement
       [not found] <bug-87326-4@http.gcc.gnu.org/bugzilla/>
  2023-07-24 14:59 ` [Bug fortran/87326] [F18] Support the NEW_INDEX= specifier in the FORM TEAM statement everythingfunctional at protonmail dot com
@ 2023-07-24 17:06 ` kargl at gcc dot gnu.org
  2023-08-13 11:08 ` weeks at iastate dot edu
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: kargl at gcc dot gnu.org @ 2023-07-24 17:06 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87326

kargl at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kargl at gcc dot gnu.org

--- Comment #4 from kargl at gcc dot gnu.org ---
(In reply to Brad Richardson from comment #3)
> Was there any more progress on this? I've just run into it.
> 
> FYI I'm trying implement a polymorphic send/receive:
> https://gitlab.com/everythingfunctional/communicator

Unfortunately, no.  gfortran depends on opencoarray for its library support for
coarray Fortran.  Much of the work has been contributed by individuals funded
through the Sourcery Institute (i.e., Damian's organization).  He's turned his
interests towards caffeine (https://github.com/berkeleylab/caffeine).

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug fortran/87326] [F18] Support the NEW_INDEX= specifier in the FORM TEAM statement
       [not found] <bug-87326-4@http.gcc.gnu.org/bugzilla/>
  2023-07-24 14:59 ` [Bug fortran/87326] [F18] Support the NEW_INDEX= specifier in the FORM TEAM statement everythingfunctional at protonmail dot com
  2023-07-24 17:06 ` kargl at gcc dot gnu.org
@ 2023-08-13 11:08 ` weeks at iastate dot edu
  2023-08-13 19:26 ` anlauf at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: weeks at iastate dot edu @ 2023-08-13 11:08 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87326

--- Comment #5 from Nathan Weeks <weeks at iastate dot edu> ---
(In reply to Brad Richardson from comment #3)
> Was there any more progress on this? I've just run into it.
> 
> FYI I'm trying implement a polymorphic send/receive:
> https://gitlab.com/everythingfunctional/communicator

The FSF copyright assignment ended up being an unexpectedly-difficult hurdle at
the time. I could try again if there is interest, though it would also require
some effort to rework the original patch for GCC 14. If another contributor
were willing to submit a clean-room implementation, that may be more expedient.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug fortran/87326] [F18] Support the NEW_INDEX= specifier in the FORM TEAM statement
       [not found] <bug-87326-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2023-08-13 11:08 ` weeks at iastate dot edu
@ 2023-08-13 19:26 ` anlauf at gcc dot gnu.org
  2023-08-13 22:43 ` weeks at iastate dot edu
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: anlauf at gcc dot gnu.org @ 2023-08-13 19:26 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87326

--- Comment #6 from anlauf at gcc dot gnu.org ---
(In reply to Nathan Weeks from comment #5)
> (In reply to Brad Richardson from comment #3)
> > Was there any more progress on this? I've just run into it.
> > 
> > FYI I'm trying implement a polymorphic send/receive:
> > https://gitlab.com/everythingfunctional/communicator
> 
> The FSF copyright assignment ended up being an unexpectedly-difficult hurdle
> at the time. I could try again if there is interest, though it would also
> require some effort to rework the original patch for GCC 14. If another
> contributor were willing to submit a clean-room implementation, that may be
> more expedient.

Besides the copyright assignment there is also the possibility to use the
Developer's Certificate of Origin sign-off:

https://gcc.gnu.org/dco.html

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug fortran/87326] [F18] Support the NEW_INDEX= specifier in the FORM TEAM statement
       [not found] <bug-87326-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2023-08-13 19:26 ` anlauf at gcc dot gnu.org
@ 2023-08-13 22:43 ` weeks at iastate dot edu
  2023-08-14 19:36 ` anlauf at gcc dot gnu.org
  2023-08-15 21:58 ` weeks at iastate dot edu
  6 siblings, 0 replies; 7+ messages in thread
From: weeks at iastate dot edu @ 2023-08-13 22:43 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87326

--- Comment #7 from Nathan Weeks <weeks at iastate dot edu> ---
(In reply to anlauf from comment #6)
> (In reply to Nathan Weeks from comment #5)
> > (In reply to Brad Richardson from comment #3)
> > > Was there any more progress on this? I've just run into it.
> > > 
> > > FYI I'm trying implement a polymorphic send/receive:
> > > https://gitlab.com/everythingfunctional/communicator
> > 
> > The FSF copyright assignment ended up being an unexpectedly-difficult hurdle
> > at the time. I could try again if there is interest, though it would also
> > require some effort to rework the original patch for GCC 14. If another
> > contributor were willing to submit a clean-room implementation, that may be
> > more expedient.
> 
> Besides the copyright assignment there is also the possibility to use the
> Developer's Certificate of Origin sign-off:
> 
> https://gcc.gnu.org/dco.html

Is that an option in this case? I was originally advised to pursue a copyright
assignment:

https://gcc.gnu.org/pipermail/fortran/2019-January/051674.html

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug fortran/87326] [F18] Support the NEW_INDEX= specifier in the FORM TEAM statement
       [not found] <bug-87326-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2023-08-13 22:43 ` weeks at iastate dot edu
@ 2023-08-14 19:36 ` anlauf at gcc dot gnu.org
  2023-08-15 21:58 ` weeks at iastate dot edu
  6 siblings, 0 replies; 7+ messages in thread
From: anlauf at gcc dot gnu.org @ 2023-08-14 19:36 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87326

--- Comment #8 from anlauf at gcc dot gnu.org ---
(In reply to Nathan Weeks from comment #7)
> (In reply to anlauf from comment #6)
> > (In reply to Nathan Weeks from comment #5)
> > > (In reply to Brad Richardson from comment #3)
> > > > Was there any more progress on this? I've just run into it.
> > > > 
> > > > FYI I'm trying implement a polymorphic send/receive:
> > > > https://gitlab.com/everythingfunctional/communicator
> > > 
> > > The FSF copyright assignment ended up being an unexpectedly-difficult hurdle
> > > at the time. I could try again if there is interest, though it would also
> > > require some effort to rework the original patch for GCC 14. If another
> > > contributor were willing to submit a clean-room implementation, that may be
> > > more expedient.
> > 
> > Besides the copyright assignment there is also the possibility to use the
> > Developer's Certificate of Origin sign-off:
> > 
> > https://gcc.gnu.org/dco.html
> 
> Is that an option in this case? I was originally advised to pursue a
> copyright assignment:
> 
> https://gcc.gnu.org/pipermail/fortran/2019-January/051674.html

That requirement was changed in 2021:

https://gcc.gnu.org/pipermail/gcc/2021-June/236182.html

See also:

https://gcc.gnu.org/contribute.html

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug fortran/87326] [F18] Support the NEW_INDEX= specifier in the FORM TEAM statement
       [not found] <bug-87326-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2023-08-14 19:36 ` anlauf at gcc dot gnu.org
@ 2023-08-15 21:58 ` weeks at iastate dot edu
  6 siblings, 0 replies; 7+ messages in thread
From: weeks at iastate dot edu @ 2023-08-15 21:58 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87326

--- Comment #9 from Nathan Weeks <weeks at iastate dot edu> ---
(In reply to anlauf from comment #8)
> (In reply to Nathan Weeks from comment #7)
> > (In reply to anlauf from comment #6)
> > > (In reply to Nathan Weeks from comment #5)
> > > > (In reply to Brad Richardson from comment #3)
> > > > > Was there any more progress on this? I've just run into it.
> > > > > 
> > > > > FYI I'm trying implement a polymorphic send/receive:
> > > > > https://gitlab.com/everythingfunctional/communicator
> > > > 
> > > > The FSF copyright assignment ended up being an unexpectedly-difficult hurdle
> > > > at the time. I could try again if there is interest, though it would also
> > > > require some effort to rework the original patch for GCC 14. If another
> > > > contributor were willing to submit a clean-room implementation, that may be
> > > > more expedient.
> > > 
> > > Besides the copyright assignment there is also the possibility to use the
> > > Developer's Certificate of Origin sign-off:
> > > 
> > > https://gcc.gnu.org/dco.html
> > 
> > Is that an option in this case? I was originally advised to pursue a
> > copyright assignment
> > 
> > https://gcc.gnu.org/pipermail/fortran/2019-January/051674.html
> 
> That requirement was changed in 2021:
> 
> https://gcc.gnu.org/pipermail/gcc/2021-June/236182.html
> 
> See also:
> 
> https://gcc.gnu.org/contribute.html

That's great news! I'll carve out some time to try to adapt the patch for GCC
14.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-08-15 21:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-87326-4@http.gcc.gnu.org/bugzilla/>
2023-07-24 14:59 ` [Bug fortran/87326] [F18] Support the NEW_INDEX= specifier in the FORM TEAM statement everythingfunctional at protonmail dot com
2023-07-24 17:06 ` kargl at gcc dot gnu.org
2023-08-13 11:08 ` weeks at iastate dot edu
2023-08-13 19:26 ` anlauf at gcc dot gnu.org
2023-08-13 22:43 ` weeks at iastate dot edu
2023-08-14 19:36 ` anlauf at gcc dot gnu.org
2023-08-15 21:58 ` weeks at iastate dot edu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).