Re: PTHREAD_PROCESS_SHARED not implemented (was PTHREAD_MUTEX_SHARED on Cygwin)

2021-01-10 Thread Noel Grandin via Cygwin
On 2021/01/10 12:16 am, Brian Inglis wrote: For more about Windows limitations and alternatives see: https://www.boost.org/doc/libs/1_75_0/doc/html/interprocess/sharedmemorybetweenprocesses.html#interprocess.sharedmemorybetweenprocesses.sharedmemory.emulation For the specific case of int

Re: PTHREAD_PROCESS_SHARED not implemented (was PTHREAD_MUTEX_SHARED on Cygwin)

2021-01-09 Thread Brian Inglis
On 2021-01-09 15:16, Brian Inglis wrote: On 2021-01-09 12:58, Brian Inglis wrote: On 2021-01-09 11:23, Thomas Koenig via Cygwin wrote: there is a branch of gfortran for implementing coarrays based on a shared memory implementation instead of MPI, the devel_coarray/native branch. I tried it out

Re: PTHREAD_PROCESS_SHARED not implemented (was PTHREAD_MUTEX_SHARED on Cygwin)

2021-01-09 Thread Brian Inglis
On 2021-01-09 12:58, Brian Inglis wrote: On 2021-01-09 11:23, Thomas Koenig via Cygwin wrote: there is a branch of gfortran for implementing coarrays based on a shared memory implementation instead of MPI, the devel_coarray/native branch. I tried it out on Cygwin, but it doesn't work there (han