Hi Jerry,
good you could build Toon's code.
Your idea of using the OpenCoarray tests to test caf_shmem made me think about
how to do it the easiest.
I came up with the following:
1. Pull a recent OpenCoarray source tree from Github or use a clean existing
one.
2. Apply attached patch.
3. Crea
Le 09/07/2025 à 08:50, Andre Vehreschild a écrit :
HI Harald, hi Mikael,
why shall the testcase be invalid? The `list` is empty. Concatenating with it
is valid in Fortran like in most other programming languages. The mapping of an
empty list in gfortran is to have the array's data pointer set to
On Wed, Jul 09, 2025 at 08:50:08AM +0200, Andre Vehreschild wrote:
>
> why shall the testcase be invalid?
See the 2nd bullet in Fortran 2023, 9.7.1.3 Allocation
of allocatable variables.
An allocatable variable has a status of "unallocated"
if it is not allocated.
...
An allocata