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
inertia is now known as inertia[away]
inertia[away] is now known as inertia
K-ballo has quit [Quit: K-ballo]
inertia is now known as inertia[away]
inertia[away] is now known as inertia
inertia is now known as inertia[away]
inertia[away] is now known as inertia
Coldblackice_ has quit [Ping timeout: 268 seconds]
diehlpk_work has quit [Remote host closed the connection]
<hkaiser>
ms[m]: good news! they found the $50 check and will send it back ;-)
<hkaiser>
small progress
<ms[m]>
hkaiser: lol
<ms[m]>
yay :D
<pedro_barbosa[m]>
Is it possible to run HPXCL without using streams?
hkaiser has quit [Quit: Bye!]
sestro[m] has quit [Quit: You have been kicked for being idle]
hkaiser has joined #ste||ar
bhumit[m] has quit [K-Lined]
PatrickDiehl[m] has quit [K-Lined]
deepak[m] has quit [K-Lined]
LorenDB[m] has quit [K-Lined]
KordeJong[m] has quit [K-Lined]
gonidelis[m] has quit [K-Lined]
ms[m] has quit [K-Lined]
pedro_barbosa[m] has quit [K-Lined]
dkaratza[m] has quit [K-Lined]
heller[m] has quit [K-Lined]
jedi18[m] has quit [K-Lined]
srinivasyadav227 has quit [K-Lined]
rori[m] has quit [K-Lined]
gnikunj[m] has quit [K-Lined]
gdaiss[m] has quit [K-Lined]
PatrickDiehl[m] has joined #ste||ar
zao has quit [Ping timeout: 264 seconds]
wash_ has quit [Read error: Connection reset by peer]
wash_ has joined #ste||ar
ms[m] has joined #ste||ar
bhumit[m] has joined #ste||ar
LorenDB[m] has joined #ste||ar
heller[m] has joined #ste||ar
gdaiss[m] has joined #ste||ar
KordeJong[m] has joined #ste||ar
rori[m] has joined #ste||ar
dkaratza[m] has joined #ste||ar
jedi18[m] has joined #ste||ar
gonidelis[m] has joined #ste||ar
gnikunj[m] has joined #ste||ar
srinivasyadav227 has joined #ste||ar
deepak[m] has joined #ste||ar
pedro_barbosa[m] has joined #ste||ar
zao has joined #ste||ar
tufei has quit [Remote host closed the connection]
tufei has joined #ste||ar
LorenDB[m] has quit [Quit: Client limit exceeded: 20000]
ms[m] has quit [Quit: Client limit exceeded: 20000]
PatrickDiehl[m] has quit [Quit: Client limit exceeded: 20000]
diehlpk has joined #ste||ar
diehlpk has quit [Quit: Leaving.]
hkaiser has quit [Quit: Bye!]
<dkaratza[m]>
if the user doesnt define the seed, what is the default value?
Yorlik has joined #ste||ar
<K-ballo>
dkaratza[m]: the seed for?
PatrickDiehl[m] has joined #ste||ar
ms[m] has joined #ste||ar
LorenDB[m] has joined #ste||ar
diehlpk has joined #ste||ar
inertia[away] is now known as inertia
inertia is now known as inertia[away]
hkaiser has joined #ste||ar
diehlpk has quit [Quit: Leaving.]
diehlpk has joined #ste||ar
<gonidelis[m]>
K-ballo: i have like this output
<gonidelis[m]>
`Elapsed Time 8.558035e-03 seconds
<gonidelis[m]>
FLOP/s 1.196536e+08` and i just wanna keep the number part. I am trying to do it using sed, but when i keep "e" for the scientific notation i also get the other e's. Do you know how i can tackle this?
Yorlik has quit [Ping timeout: 264 seconds]
<gonidelis[m]>
i suck at regexes
<hkaiser>
if you think you have a problem that can be solved using regexes - you usually end up with two problems ;-)
<gonidelis[m]>
tryna autmate the whole tb output mechanism fully
<gonidelis[m]>
soi don't have to ran a billion experiments
<gonidelis[m]>
you are mostly accurate as hell
<hkaiser>
sed can't interpret floating point numbers, use awk if you must
<hkaiser>
or python for that matter
<gonidelis[m]>
yeah you were right
<gonidelis[m]>
turns out it's the ugliest code i have ever written