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 has quit [Quit: bye]
nanashi55 has quit [Ping timeout: 252 seconds]
nanashi55 has joined #ste||ar
Anushi1998 has joined #ste||ar
eschnett_ has quit [Quit: eschnett_]
jaafar has quit [Ping timeout: 272 seconds]
Anushi1998 has quit [Ping timeout: 252 seconds]
ste||ar-github has joined #ste||ar
<ste||ar-github> [hpx] sithhell force-pushed remove_thread_specific_ptr from 4286305 to 4a33893: https://github.com/STEllAR-GROUP/hpx/commits/remove_thread_specific_ptr
<ste||ar-github> hpx/remove_thread_specific_ptr 4a33893 Thomas Heller: Use HPX_NATIVE_TLS instead of hpx::util::thread_specific_ptr...
ste||ar-github has left #ste||ar [#ste||ar]
jbjnr__ has joined #ste||ar
jbjnr_ has quit [Ping timeout: 276 seconds]
jbjnr_ has joined #ste||ar
jbjnr__ has quit [Ping timeout: 252 seconds]
hkaiser has joined #ste||ar
Anushi1998 has joined #ste||ar
mcopik has quit [Ping timeout: 252 seconds]
mcopik has joined #ste||ar
eschnett_ has joined #ste||ar
hkaiser has quit [Quit: bye]
heller__ has joined #ste||ar
Anushi1998 has quit [Ping timeout: 252 seconds]
Anushi1998 has joined #ste||ar
eschnett_ has quit [Quit: eschnett_]
ste||ar-github has joined #ste||ar
<ste||ar-github> [hpx] sithhell force-pushed fibhash from c9c1364 to 68edfd7: https://github.com/STEllAR-GROUP/hpx/commits/fibhash
<ste||ar-github> hpx/fibhash e24602a Thomas Heller: Fixing dataflow...
<ste||ar-github> hpx/fibhash 03131a1 Thomas Heller: Improving spinlook pools by using a multiplicative fibonacci based hash...
<ste||ar-github> hpx/fibhash ba3127d Thomas Heller: Getting rid of modulo operation
ste||ar-github has left #ste||ar [#ste||ar]
Anushi1998 has quit [Ping timeout: 252 seconds]
<K-ballo> anyone tried building HPX on WSL yet?
hkaiser has joined #ste||ar
<zao> Not recently, how so?
<K-ballo> just curious
<zao> The only weirdness I've observed building a fair bit of software with EasyBuild on Debian under WSL, is that Tcl's networking tests hang.
<heller__> hkaiser: I fixed the compilation errors
<zao> Started a build on my home machine of an early 1.2.0-rc1, but it'll take a while.
<zao> Not overly WSL-dependent, as I've got my toolchain and Boost from modules, and I'm not running Ubuntu - but the kernel's the same :)
<zao> K-ballo: Thanks, now I'm swapping while playing games :D https://i.imgur.com/4h0Y3Sc.png
<K-ballo> don't thank me, it's a team effort
mcopik has quit [Ping timeout: 252 seconds]
<hkaiser> heller__: thanks!
mcopik has joined #ste||ar
<heller__> hkaiser: please let me know how it goes!
<zao> K-ballo: Build succeded at least, tests are running.
<zao> HPX-1.2.0-rc1-g38ecfb0ec6c-foss-2018b-cxx14.eb
<K-ballo> "2018b"?
<zao> EasyBuild releases toolchains twice a year, this is GCC + OpenMPI + OpenBLAS.
<zao> GCC 7.3.0 (binutils 2.30), OpenMPI 3.1.1, OpenBLAS 0.3.1
<zao> Tests succeeded \i/
<K-ballo> hkaiser: remind me why are we (optionally) using return type deduction in execution traits?
<hkaiser> K-ballo: what are you referring to?
<hkaiser> K-ballo: we've had some problems making things compile on modern compilers without that
<hkaiser> don't remember the details, hodl on
<K-ballo> would that be issues with modern compilers when compiling with C++11?
<K-ballo> let's see
<hkaiser> it was related to NVCC
<K-ballo> looks broken
<hkaiser> hrmm
<hkaiser> seems to compile, though
<K-ballo> yeah, seems it was massaged enough so that it would compile
<K-ballo> but it doesn't make much sense
<hkaiser> NVCC never makes any sense
<hkaiser> ;-)
<K-ballo> do we have an NVCC builder?
<hkaiser> not right now I believe, simbergm?
<K-ballo> I'd need to replicate those incomplete type errors, to actually fix them
<hkaiser> think gentryx was compiling on linux
ste||ar-github has joined #ste||ar
<ste||ar-github> [hpx] K-ballo created no-return-type-deduction (+1 new commit): https://github.com/STEllAR-GROUP/hpx/commit/75a82f6e0224
<ste||ar-github> hpx/no-return-type-deduction 75a82f6 Agustin K-ballo Berge: (trigger incomplete type failures)
ste||ar-github has left #ste||ar [#ste||ar]
<zao> Aaw, build failed, but not in the way I wanted - "virtual memory exhausted: Cannot allocate memory"