Closed nedtaylor closed 8 months ago
In example/simple and src/lib/mod_random.f90, seed_size is assumed to be settable by code. This is not the case. Calling
call random_seed(size=seed_size)
merely returns the size of the actual seed used by the implementation, it does not change it.
https://fortran-lang.discourse.group/t/new-release-of-athena-athena-1-2-4/7558/12?u=nedanator
Resolved in commit 1e16674cfdcb0a0af6d967cd9b70e423ff1f3573
In example/simple and src/lib/mod_random.f90, seed_size is assumed to be settable by code. This is not the case. Calling
merely returns the size of the actual seed used by the implementation, it does not change it.
https://fortran-lang.discourse.group/t/new-release-of-athena-athena-1-2-4/7558/12?u=nedanator