Re: coarrays using extended precision (80 bits) ?

2023-04-21 Thread Steve Kargl via Fortran
On Fri, Apr 21, 2023 at 08:33:31AM -0300, Jorge D'Elia wrote: > Dear GFortran developers, > > One question: is there any chance of encoding with coarrays using > extended precision (80 bits) at least inside a multicore computer? > (as if to simplify a bit). > > To date, the possibility of

(GCC) 13.0.1: internal compiler error

2023-04-21 Thread Patrick Begou via Fortran
Hi, I have built this morning the latest gfortran from a git clone: GNU Fortran (GCC) 13.0.1 20230421 (prerelease) I'm trying this compiler on a large and complexe Fortran90 code with offloading using OpenACC. At this time: - code compiles with nvfortran and runs on A100 GPU. - code

coarrays using extended precision (80 bits) ?

2023-04-21 Thread Jorge D'Elia
Dear GFortran developers, One question: is there any chance of encoding with coarrays using extended precision (80 bits) at least inside a multicore computer? (as if to simplify a bit). To date, the possibility of using double precision (64 bits) or extended precision (80 bits) is an