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 using double precision (64 bits) or > extended precision (80 bits) is an alternative in our production > code, but sometimes we would like to do computations in > 80 bits and, in certain parts, there are coarrays. > We have validated even in quadruple precision (128 bits), using > ifort although, as is well known, the CPU times are largely > excessive. > > Thanks in any case. >
Well, I just installed OpenCoarray and downloaded a pi/4 monte carlo code that Thomas wrote using REAL. I changed everything to use REAL(10). Compiled and executed without a problem. I also tested REAL(16), which worked although it's painfully slow due to software floating point. So, I guess I don't understand what you're asking? -- Steve