Re: Coarray shared memory testing

2025-07-17 Thread Jerry D
ithms: zlib zstd gcc version 16.0.0 20250717 (experimental) (GCC) [aside: No need to install as long as one uses the newly built caf and cafrun.] $ ../opencoarrays-clean/bin/caf random-weather.f90 $ time ../opencoarrays-clean/bin/cafrun -np 8 ./a.out . . . real    0m26.533s user    3m2.067

Re: Coarray shared memory testing

2025-07-17 Thread Jerry D
--prefix=/home/jerry/dev/usrav --enable-languages=c,c++,fortran --enable-libgomp --disable-bootstrap Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 16.0.0 20250717 (experimental) (GCC) [aside: No need to install as long as one uses the newly built caf and cafrun

Re: Questions on `scan` Intrinsic Implementation (For Fortran 2023 `split` procedure)

2025-07-17 Thread Yuao Ma
Hi Mikael, On 7/17/2025 3:47 PM, Mikael Morin wrote: How did you declare gfor_fndecl_string_split? More exactly what is the declaration type for the POS argument? For the POS argument type, I'm using build_pointer_type(gfc_charlen_type_node). I got this from string_minmax, but I'm unsure if

Re: Add: [Bug fortran/121043] [16 Regression] Tests of OpenCoarray fail to pass, works on 15.1.1 20250712

2025-07-17 Thread Andre Vehreschild
Hi Harald, I see, that ifx has an "interesting" result. So what is wrong in the example: program test_teams_1 use, intrinsic :: iso_fortran_env use oc_assertions_interface, only : assert integer :: caf(3,3)[*] != 42 type(team_type) :: row_team, column_team caf = reshape((/(-

Re: Questions on `scan` Intrinsic Implementation (For Fortran 2023 `split` procedure)

2025-07-17 Thread Mikael Morin
Le 16/07/2025 à 18:28, c8ef a écrit : On 7/16/2025 12:01 AM, c8ef wrote: Hi Mikael, On 7/14/2025 8:46 PM, Mikael Morin wrote: Le 13/07/2025 à 16:39, c8ef a écrit : Hi all, I'm currently working on implementing the `split` procedure, which was added in Fortran 2023. Given its similar functio