2021-08-06 22:55
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
00:51
Guest81 has joined #ste||ar
00:52
Guest81 has quit [Client Quit]
01:42
K-ballo has quit [Quit: K-ballo]
02:16
Yorlik_ has joined #ste||ar
02:20
Yorlik has quit [Ping timeout: 264 seconds]
02:26
jehelset has quit [Remote host closed the connection]
02:29
jehelset has joined #ste||ar
02:50
hkaiser has quit [Quit: Bye!]
03:50
diehlpk_work has quit [Ping timeout: 264 seconds]
10:52
K-ballo has joined #ste||ar
12:47
diehlpk has joined #ste||ar
12:48
diehlpk_work has joined #ste||ar
13:11
diehlpk_work has quit [Ping timeout: 250 seconds]
13:17
diehlpk has quit [Quit: Leaving.]
13:39
Yorlik_ has quit [Read error: Connection reset by peer]
14:00
hkaiser has joined #ste||ar
14:25
diehlpk has joined #ste||ar
14:26
diehlpk has quit [Client Quit]
14:42
<
gonidelis[m] >
sure
14:56
<
ms[m] >
dkaratza: did we decide last week to skip the meeting today...? if not, I may decide to do so now
14:56
<
ms[m] >
let me know how things are going though, we can try to schedule one sometime tomorrow if you think we should discuss something
14:57
<
gonidelis[m] >
ms: I think katie cancelled the meeting due to thanksgiving
14:58
<
gonidelis[m] >
yes, just found the email
14:58
<
ms[m] >
gonidelis: ok, thanks!
15:18
<
gonidelis[m] >
ms: thank you mikael! it works :)
15:18
<
gonidelis[m] >
lemme measure the performance now ;D
15:58
<
ms[m] >
gonidelis: thanks for testing it!
15:59
<
ms[m] >
if you see significant differences playing around with that strategy might be interesting
15:59
<
ms[m] >
but it's hardcoded as it is now
16:42
diehlpk_work has joined #ste||ar
17:06
diehlpk_work has quit [Ping timeout: 245 seconds]
18:00
<
hkaiser >
ms[m]: I have created two PRs: one for HPX and one for HPXLocal to improve the integration
18:01
<
hkaiser >
there are a couple of open questions I added to one of them
18:18
diehlpk has joined #ste||ar
18:23
diehlpk has quit [Ping timeout: 268 seconds]
18:40
diehlpk has joined #ste||ar
18:55
diehlpk has quit [Ping timeout: 268 seconds]
19:24
diehlpk has joined #ste||ar
19:47
diehlpk has quit [Ping timeout: 268 seconds]
19:49
<
pedro_barbosa[m] >
anyone here who used HPXCL and knows how the reads and writes works can help me with something?
20:07
<
hkaiser >
pedro_barbosa[m]: I think you're the who knows hpxcl here best by now
20:08
<
hkaiser >
pedro_barbosa[m]: PatrickDiehl[m] might be able to help however, but today is a holiday over here, so nobody is available
20:16
<
pedro_barbosa[m] >
Oh that's right I forgot about it, my bad, enjoy it!
20:50
<
ms[m] >
hkaiser: thank you!
21:26
diehlpk_work has joined #ste||ar
21:29
<
diehlpk_work >
ms[m], Therw are no official policies as long as default compiler supports it
21:29
<
diehlpk_work >
pedro_barbosa[m], I am off today, but will look into your code tomorrow or over the weekend
21:30
<
pedro_barbosa[m] >
Thanks, I also have a suggestion to make but we can talk about it another time
21:31
<
diehlpk_work >
Sure, today the Turkey was the most important thing of my day
21:32
<
diehlpk_work >
ms[m], gcc 11.2.1 is the default on Fedora and does support C++ 20
21:32
<
diehlpk_work >
hkaiser, Should enable co routines on Fedora?
21:32
<
diehlpk_work >
The compiler does support it and soon gcc 12 will be available
21:32
<
diehlpk_work >
That will be fun to test HPX with gcc 12
21:33
<
hkaiser >
diehlpk_work: it should be enabled for c++20 only - not sure if it would be compatible if users compiled their application with c++17
21:34
<
diehlpk_work >
Ok, so we might keep it at C++ 17
21:34
<
diehlpk_work >
This is the default for gcc 11.2.1
21:36
<
hkaiser >
diehlpk_work: yes, let's keep the default
21:39
<
diehlpk_work >
I will look this holidays into rust, Julia, go, and swift to get my own picture why these languages are so hyped.
21:40
<
diehlpk_work >
Rust is very strange and do not have random numbers.
21:40
<
diehlpk_work >
One need to install some external library for random numbers. Very odd.
21:43
<
K-ballo >
rust has a decent package manager, external libraries are very affordable