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.
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.RNGSeedinConquest_input.