Sujet : Re: Fortran, no RAN ?
De : arne (at) *nospam* vajhoej.dk (Arne Vajhøj)
Groupes : comp.os.vmsDate : 20. Jun 2024, 13:23:44
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v5170f$2ilt6$1@dont-email.me>
References : 1 2 3 4 5 6 7 8
User-Agent : Mozilla Thunderbird
On 6/20/2024 12:29 AM, Michael Brown wrote:
So MTREK compiles without complaint now, there maybe a problem with the shared memory block. Shared memory on openvms is new to me, looks very elegant though. Definitely not working for me yet.
That stuff has not really changed.
The only thing that I can imagine causing problems is that
the memory needed to be 512 bytes aligned on VAX but 8192 bytes
aligned on newer platforms.
Linking with option:
PSECT_ATTRIBUTE=name_of_your_sect,13
should handle that.
Arne