espressomd-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ESPResSo-devel] [bug #44133] Temperature in LB_GPU is too high


From: Georg Rempfer
Subject: [ESPResSo-devel] [bug #44133] Temperature in LB_GPU is too high
Date: Tue, 03 Feb 2015 15:01:24 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.94 Safari/537.36

Follow-up Comment #6, bug #44133 (project espressomd):

(7) If there are no particles in the system, the global seed is not propagated
to the GPU, which then uses uninitialized memory as seed (according to
Dominic).


@Axel: By using thread_seed=global_seed+thread_index, subsequent runs whose
global_seed doesn't differ by number_of_threads or more produce correlated
temperatures. The reason is that the simulation uses the same random numbers
to create the noise, just at shifted positions in the grid. The shift doesn't
matter so much, since the temperature uses the summed kinetic energies. The
only difference between the two systems (considering temperature) comes from
the first few threads, that actually use new random numbers, as well as the
different spacial relations of the "noises". If this does indeed explain what
we see, then the drifting apart of two runs with two very similar seeds (+6)
takes a very long time, though.

Of course this is not a problem in principle, one just needs to use
sufficiently different seeds, but seeding with the plain pid is common (as in
the test case), that's why I thought it should be changed. Dominic uses PID^k
with a large k from the TCL level.  Something like that would already work.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?44133>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]