Hi, Am I correct in thinking that all rand generators provided for NEST use std::thread? If I am not mistaken, it's an extension of POSIX threads and I'd like to avoid it for my target offloading work.
Thanks, Itaru.
Hi Itaru,
NEST does not use std::thread, all threading is based on OpenMP. In NEST, "thread" is an alias for int (typedef).
Best, Hans Ekkehard
--
Prof. Dr. Hans Ekkehard Plesser Head, Department of Data Science
Faculty of Science and Technology Norwegian University of Life Sciences PO Box 5003, 1432 Aas, Norway
Phone +47 6723 1560 Email hans.ekkehard.plesser@nmbu.no Home http://arken.nmbu.no/~plesser
On 20/02/2022, 02:15, "Itaru Kitayama" itaru.kitayama@gmail.com wrote:
Hi, Am I correct in thinking that all rand generators provided for NEST use std::thread? If I am not mistaken, it's an extension of POSIX threads and I'd like to avoid it for my target offloading work.
Thanks, Itaru. _______________________________________________ NEST Users mailing list -- users@nest-simulator.org To unsubscribe send an email to users-leave@nest-simulator.org