hkaiser changed the topic of #ste||ar to: STE||AR: Systems Technology, Emergent Parallelism, and Algorithm Research | stellar-group.org | HPX: A cure for performance impaired parallel applications | github.com/STEllAR-GROUP/hpx | This channel is logged: irclog.cct.lsu.edu
K-ballo has quit [Quit: K-ballo]
<gonidelis[m]>
hkaiser: pm
diehlpk has joined #ste||ar
hkaiser has quit [Quit: Bye!]
diehlpk has quit [Quit: Leaving.]
diehlpk has joined #ste||ar
diehlpk has quit [Quit: Leaving.]
inertia[away] is now known as inertia
<ms[m]>
daint ci jobs are currently not running due to hitting a quota... will hopefully have them back soon
Yorlik has joined #ste||ar
<ms[m]>
dkaratza: for the seed, you can initialize it with `std::random_device{}()` so that runs get different seeds if one doesn't pass `--seed`
<ms[m]>
and then, if the user passes `--seed`, you use that as the seed instead