hkaiser changed the topic of #ste||ar to: STE||AR: Systems Technology, Emergent Parallelism, and Algorithm Research | stellar.cct.lsu.edu | HPX: A cure for performance impaired parallel applications | github.com/STEllAR-GROUP/hpx | Buildbot: http://rostam.cct.lsu.edu/ | Log: http://irclog.cct.lsu.edu/
<hkaiser> khuck: we don't re-label the threads, the worker threads are always newly created
<hkaiser> khuck: but anyhow - you have given me the bad news, so what's the good one?
<heller> with the itt notify API, maybe?
<khuck> hkaiser: that the phylanx threads no longer do I/O
<khuck> i.e. the phylanx issue is closed, theoretically
<hkaiser> khuck: ahh, good
jaafar has joined #ste||ar
<khuck> I can close the phylanx issue
eschnett has joined #ste||ar
jaafar has quit [Ping timeout: 244 seconds]
<hkaiser> khuck: merging the PR would have closed the ticket automatically
hkaiser has quit [Quit: bye]
khuck has quit [Ping timeout: 240 seconds]
nanashi55 has quit [Ping timeout: 252 seconds]
nanashi55 has joined #ste||ar
K-ballo has quit [Quit: K-ballo]
anushi has joined #ste||ar
anushi has quit [Remote host closed the connection]
anushi has joined #ste||ar
anushi has quit [Remote host closed the connection]
anushi has joined #ste||ar
anushi has quit [Remote host closed the connection]
anushi has joined #ste||ar
anushi has quit [Remote host closed the connection]
anushi has joined #ste||ar
anushi has quit [Remote host closed the connection]
anushi has joined #ste||ar
anushi has quit [Remote host closed the connection]
ste||ar-github has joined #ste||ar
<ste||ar-github> [hpx] StellarBot pushed 1 new commit to gh-pages: https://github.com/STEllAR-GROUP/hpx/commit/a83dbe48c5c779037039ea57f040c789884cff11
<ste||ar-github> hpx/gh-pages a83dbe4 StellarBot: Updating docs
ste||ar-github has left #ste||ar [#ste||ar]
hkaiser has joined #ste||ar
<jbjnr> anyone ever played with https://include-what-you-use.org/
<hkaiser> jbjnr: I think K-ballo had looked at that before
<jbjnr> ok. I'll ask him about it when he joins
anushi has joined #ste||ar
anushi has quit [Remote host closed the connection]
anushi has joined #ste||ar
anushi has quit [Remote host closed the connection]
eschnett has quit [Quit: eschnett]
aserio has joined #ste||ar
anushi has joined #ste||ar
eschnett_ has joined #ste||ar
anushi has quit [Remote host closed the connection]
anushi has joined #ste||ar
Anushi1998 has joined #ste||ar
anushi has quit [Ping timeout: 252 seconds]
ste||ar-github has joined #ste||ar
<ste||ar-github> [hpx] hkaiser created hide_credentials (+1 new commit): https://github.com/STEllAR-GROUP/hpx/commit/91745bcf2490
ste||ar-github has left #ste||ar [#ste||ar]
<ste||ar-github> hpx/hide_credentials 91745bc Hartmut Kaiser: Don't print docker credentials as part of the environment.
ste||ar-github has joined #ste||ar
<ste||ar-github> [hpx] hkaiser opened pull request #3476: Don't print docker credentials as part of the environment. (master...hide_credentials) https://github.com/STEllAR-GROUP/hpx/pull/3476
ste||ar-github has left #ste||ar [#ste||ar]
hkaiser has quit [Quit: bye]
Anushi1998 has quit [Ping timeout: 272 seconds]
Anushi1998 has joined #ste||ar
Anushi1998 has quit [Ping timeout: 245 seconds]
Anushi1998 has joined #ste||ar
diehlpk has joined #ste||ar
ste||ar-github has joined #ste||ar
<ste||ar-github> [hpx] chinz07 opened pull request #3477: Fixing the scope of the imported MPI CMake variables (master...fixing_3475) https://github.com/STEllAR-GROUP/hpx/pull/3477
ste||ar-github has left #ste||ar [#ste||ar]
Anushi1998 has quit [Ping timeout: 252 seconds]
Anushi1998 has joined #ste||ar
Anushi1998 has quit [Read error: Connection reset by peer]
Anushi1998 has joined #ste||ar
hkaiser has joined #ste||ar
Anushi1998 has quit [Remote host closed the connection]
Anushi1998 has joined #ste||ar
aserio has quit [Ping timeout: 264 seconds]
K-ballo has joined #ste||ar
aserio has joined #ste||ar
mbremer has joined #ste||ar
Anushi1998 has quit [Remote host closed the connection]
Anushi1998 has joined #ste||ar
parsa[w] has quit [Read error: Connection reset by peer]
Anushi1998 has quit [Read error: Connection reset by peer]
parsa[w] has joined #ste||ar
aserio1 has joined #ste||ar
aserio has quit [Ping timeout: 252 seconds]
khuck has joined #ste||ar
aserio1 has quit [Ping timeout: 240 seconds]
aserio has joined #ste||ar
quaz0r has quit [Ping timeout: 252 seconds]
quaz0r has joined #ste||ar
Matombo444 has joined #ste||ar
Matombo444 has quit [Remote host closed the connection]
aserio has quit [Ping timeout: 264 seconds]
Matombo444 has joined #ste||ar
Matombo444 has quit [Remote host closed the connection]
eschnett_ has quit [Quit: eschnett_]
aserio has joined #ste||ar
nanashi55 has quit [Ping timeout: 252 seconds]
nanashi55 has joined #ste||ar
quaz0r has quit [Ping timeout: 252 seconds]
nikunj has joined #ste||ar
<nikunj> hkaiser, just saw your mail. Let me try to reproduce the same on my laptop.
<hkaiser> nikunj: ok, thanks
<hkaiser> that was a tough one to figure out ;-)
<nikunj> hkaiser, does the value passed in hpx::finalize passed on as the return code?
<nikunj> Coz otherwise my code looks good to me.
<nikunj> hkaiser, you're correct. It does return 0 instead of 42
<hkaiser> nikunj: it's supposed to be passed along, works without your changes, however
quaz0r has joined #ste||ar
<nikunj> hkaiser, I get the same result for hpx::init as well
<nikunj> Running this on my laptop and then checking the return code by: `echo $?` displays 0
<nikunj> my implementation works on similar grounds
<hkaiser> uhh
<hkaiser> even if you disable dynamic hpx_main?
<nikunj> yes
<nikunj> ohh wait, I haven't checked that with that build
<nikunj> let me check
<nikunj> I'm building hpx without dynamic hpx main to check. I'll report you my results
jbjnr has quit [Read error: Connection reset by peer]
eschnett has joined #ste||ar
nanashi55 has quit [Ping timeout: 245 seconds]
nanashi55 has joined #ste||ar
<nikunj> hkaiser, it returns 0 either ways
nanashi55 has quit [Ping timeout: 260 seconds]
nanashi55 has joined #ste||ar
<hkaiser> nikunj: ok, I'll investigate
hkaiser has quit [Quit: bye]
<nikunj> ok
Matombo444 has joined #ste||ar
Matombo444 has quit [Remote host closed the connection]
nanashi55 has quit [Ping timeout: 252 seconds]
nanashi55 has joined #ste||ar
nanashi55 has quit [Ping timeout: 252 seconds]
nanashi55 has joined #ste||ar
jbjnr has joined #ste||ar
<jbjnr> K-ballo: any opinion on https://include-what-you-use.org
eschnett has quit [Quit: eschnett]
hkaiser has joined #ste||ar
<hkaiser> nikunj: in my experiments, the result is properly passed through
<hkaiser> nikunj: I know what's going on
<hkaiser> finalize is not meant to pass through its argument, I know I told you it would, sorry for that
<nikunj> hkaiser, oh, what is it?
<nikunj> aah, so it never passes through the return value?
ste||ar-github has joined #ste||ar
<ste||ar-github> [hpx] hkaiser created fixing_exit_code (+1 new commit): https://github.com/STEllAR-GROUP/hpx/commit/23877f49cef5
<ste||ar-github> hpx/fixing_exit_code 23877f4 Hartmut Kaiser: Making sure the application's exit code is properly propagated back to the OS
ste||ar-github has left #ste||ar [#ste||ar]
ste||ar-github has joined #ste||ar
<ste||ar-github> [hpx] hkaiser opened pull request #3478: Making sure the application's exit code is properly propagated back to the OS (master...fixing_exit_code) https://github.com/STEllAR-GROUP/hpx/pull/3478
ste||ar-github has left #ste||ar [#ste||ar]
<hkaiser> nikunj: see #3478
<hkaiser> parsa[w]: ^^ this should solve the circleci issue
aserio has quit [Ping timeout: 240 seconds]
<nikunj> hkaiser, when you call the return from hpx_entry, which function will it return to?
eschnett has joined #ste||ar
diehlpk has quit [Ping timeout: 252 seconds]
aserio has joined #ste||ar
<K-ballo> jbjnr: I tried it quite a few years ago, it wasn't very good at it
<K-ballo> I see it is still being maintained, I thought the project had been abandoned
<hkaiser> nikunj: see #3478 for a fix
<hkaiser> nikunj: this is the call to (hpx_)main(): https://github.com/STEllAR-GROUP/hpx/blob/master/src/runtime_impl.cpp#L310
eschnett has quit [Quit: eschnett]
aserio has quit [Quit: aserio]
<nikunj> hkaiser, I'm happy to report that it does resolve the issue
hkaiser has quit [Read error: Connection reset by peer]
ste||ar-github has joined #ste||ar
<ste||ar-github> [hpx] hkaiser force-pushed fixing_exit_code from 23877f4 to 5940054: https://github.com/STEllAR-GROUP/hpx/commits/fixing_exit_code
<ste||ar-github> hpx/fixing_exit_code 5940054 Hartmut Kaiser: Making sure the application's exit code is properly propagated back to the OS
ste||ar-github has left #ste||ar [#ste||ar]
hkaiser has joined #ste||ar
<hkaiser> nikunj: thanks!
nikunj has quit [Remote host closed the connection]