Skip to content

Problem: seed for random numbers #453

@tsuyoshi38

Description

@tsuyoshi38

This problem probably exists only on Fugaku (Japanese supercomputer), but I think it may be better to report it, anyway.
I have encountered a problem to start MD (NVT) in generating a seed for random number in rng_module.f90.

In the subroutine get_random_seed, it first tries to read the file "/dev/urandom".
On Fugaku, the OS has the file, but it cannot be read.
(this might be due to the inconsistency between the OS of the front-end and the function "random_seed", though I have not checked.)

The easiest solution for this is to set a positive integer for General.RNGSeed in Conquest_input.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions