Sujet : Re: system_clock
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.fortranDate : 05. Nov 2024, 00:09:12
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vgbk6o$15jej$1@dont-email.me>
References : 1
User-Agent : Pan/0.160 (Toresk; )
On Mon, 4 Nov 2024 22:43:11 -0000 (UTC), Neil wrote:
I have a question about the behaviour of system_clock.
The Fortran 2018 spec just says it returns a “processor-dependent value”
which is “incremented by one for each clock count until the value
COUNT_MAX is reached and is reset to zero at the next count”.
Why is nvfortran so different?
This code is running on the GPU, right? That very likely does not maintain
its own system clock.