01:12
K-ballo has quit [Quit: K-ballo]
02:00
hkaiser has quit [Quit: bye]
04:53
JClave has joined #ste||ar
04:56
<
JClave >
Hi I'm looking to contribute to the github repo. Especially interested in parallel algorithms. Anyone familiar with who I need to talk to before picking up items from the Github tickets? Looking to pick an item from
https://github.com/STEllAR-GROUP/hpx/projects/1
05:24
mdiers_1 has joined #ste||ar
05:27
mdiers_ has quit [Remote host closed the connection]
05:27
mdiers_1 is now known as mdiers_
05:30
zao has quit [Ping timeout: 272 seconds]
05:31
zao has joined #ste||ar
07:14
JClave has quit [Ping timeout: 256 seconds]
07:47
daissgr5 has quit [Remote host closed the connection]
08:16
quaz0r has quit [Ping timeout: 248 seconds]
08:20
auriane has joined #ste||ar
09:14
quaz0r has joined #ste||ar
09:24
auriane has quit [Quit: WeeChat 1.9.1]
09:31
auriane[m] has joined #ste||ar
10:15
heller has joined #ste||ar
11:54
hkaiser has joined #ste||ar
11:56
<
hkaiser >
simbergm: hey
12:08
<
simbergm >
hkaiser: hiho
12:09
<
hkaiser >
hey, welcome back!
12:09
<
hkaiser >
you want to talk?
12:09
<
hkaiser >
when would be a good time?
12:09
<
simbergm >
thanks! yeah, why not
12:10
<
simbergm >
if you have time today that would be great, I'm away again thu-tue
12:10
<
hkaiser >
sure, I could talk at 9:30amCDT/16:30CEDT
12:12
<
simbergm >
hkaiser: sure, sounds good
12:12
<
hkaiser >
ok, let's play the venue by ear, later
12:15
<
simbergm >
btw, hkaiser, have you received any emails about trying to link travis with stellar-group on github?
12:16
<
hkaiser >
yes, I did approve everything
12:16
<
simbergm >
ok, thanks, have to see why nothing shows up yet on the travis pr
12:19
<
hkaiser >
simbergm: I might have missed something, but I pushed all the buttons...
12:19
K-ballo has joined #ste||ar
12:19
<
simbergm >
no worries, it'll sort itself out somehow soon, I think...
12:19
<
simbergm >
might just need another trigger
12:37
hkaiser has quit [Ping timeout: 250 seconds]
12:59
hkaiser has joined #ste||ar
13:33
hkaiser has quit [Quit: bye]
14:05
hkaiser has joined #ste||ar
14:12
<
hkaiser >
simbergm: I'm ready whenever you are
14:17
<
simbergm >
hkaiser: 10 min?
14:17
<
simbergm >
appear.in?
15:14
diehlpk_mobile has joined #ste||ar
15:15
<
diehlpk_mobile >
hkaiser parsa So we need have a room for the meeting tomorrow?
15:15
<
diehlpk_mobile >
or do you attend from home
15:16
<
parsa >
i told the AV guy after the Monday meeting that we'd be having a metting at 8am tomorrow
15:16
<
diehlpk_mobile >
yes. they know
15:16
<
diehlpk_mobile >
they want to know if one of us will be physically there
15:17
<
diehlpk_mobile >
or if all of us just join the meeting remotely
15:18
<
diehlpk_mobile >
I think we all can join remotely and Darren do not need to set up the webcam and conference Mic
15:34
diehlpk_mobile has quit [Ping timeout: 252 seconds]
16:12
<
heller >
simbergm: did you get the participants list?
16:14
<
simbergm >
heller yep, thanks
16:14
<
simbergm >
Looks promising, more than 2 people
16:21
<
heller >
Also the accounts are there... You might want to tell him your IP to connect
18:18
<
heller >
hkaiser: I know It's a little earlier than we agreed, but I am available since now
18:30
hkaiser has quit [Quit: bye]
19:10
hkaiser has joined #ste||ar
19:10
<
hkaiser >
heller: sorry, can
19:10
<
hkaiser >
do it today :/
19:11
<
hkaiser >
tomorrow?
19:11
<
heller >
tomorrow is bad for me...
19:11
<
hkaiser >
sounds like a plan
19:11
<
heller >
great, no problem
19:14
diehlpk_mobile has joined #ste||ar
19:18
diehlpk_mobile has quit [Ping timeout: 252 seconds]
19:32
hkaiser has quit [Quit: bye]
19:53
jaafar has quit [Ping timeout: 252 seconds]
19:57
jaafar has joined #ste||ar
20:03
jaafar has quit [Ping timeout: 250 seconds]
20:04
Coldblackice|2 has quit [Ping timeout: 258 seconds]
20:43
jaafar has joined #ste||ar
21:01
Coldblackice has joined #ste||ar
21:11
hkaiser has joined #ste||ar
21:52
<
nikunj >
hkaiser: yt?
21:53
<
nikunj >
hkaiser: just realized that the implementation requires us to not forward anything by reference
21:53
<
nikunj >
otherwise we will not get correct results
21:54
<
nikunj >
if we pass anything by reference and want to play with the variable as well, we will not get the expected results
21:56
<
nikunj >
answer comes out to be 9 when it had to be 6
21:56
<
hkaiser >
nothing we can do about this, can we?
21:56
<
hkaiser >
we can't protect the user from itself
21:56
<
nikunj >
we should be able to mitigate if we send in the copied arguments
21:57
<
hkaiser >
do we want to do that?
21:57
<
nikunj >
no, a lot more of allocations
21:58
<
hkaiser >
users have to know what they are doing
21:58
<
hkaiser >
the same is true for normal async, btw
21:58
<
nikunj >
but if it's not the users fault, they will observe incorrect results
21:58
<
hkaiser >
it's always the user's fault, even more as your example has a race
21:59
<
nikunj >
it's replay
21:59
<
nikunj >
so another thread won't be invoked until one fails
21:59
<
nikunj >
so I don't think any race is happening
22:00
<
nikunj >
but yes, we need to do something about it
22:00
<
hkaiser >
I'd say, let's not worry about this, we can mention it in the docs that the user should be careful with ref-args
22:01
<
nikunj >
btw I'm reading what GaTech did when Sandia asked them to do the same. They don't have such a thing as well
22:01
<
nikunj >
so they experience the same with replay
22:02
<
nikunj >
I just wanted to differentiate our work from them, coz literally everything seems same as of now xD
22:08
<
nikunj >
hkaiser: let me try to tweak it works either ways and let me check if there's a significant overhead to it
22:08
<
nikunj >
*tweak it to work
22:25
jaafar has quit [Ping timeout: 252 seconds]
22:31
jaafar has joined #ste||ar
22:33
diehlpk_mobile has joined #ste||ar
22:34
<
diehlpk_mobile >
hkaiser Talk went well
22:34
<
diehlpk_mobile >
people asked if hpx is free
22:34
<
diehlpk_mobile >
and does it run on the national lab resources
22:35
<
diehlpk_mobile >
and if hpx is easy to install ?
22:36
<
hkaiser >
diehlpk_mobile: great!
22:36
<
diehlpk_mobile >
they were impressed by the libfabric results
22:36
<
diehlpk_mobile >
and asked if this is available as well
22:38
<
diehlpk_mobile >
but most mechanical or computational engineering folks
22:42
<
diehlpk_mobile >
gtg to the coffee break and battery dies soon
22:45
nikunj97 has joined #ste||ar
22:52
diehlpk_mobile has quit [Ping timeout: 252 seconds]
23:34
jaafar has quit [Ping timeout: 252 seconds]
23:47
jaafar has joined #ste||ar