hkaiser changed the topic of #ste||ar to: The topic is '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 [Ping timeout: 260 seconds]
primef has quit [Remote host closed the connection]
K-ballo1 has joined #ste||ar
K-ballo has quit [Ping timeout: 258 seconds]
K-ballo1 is now known as K-ballo
heller has quit [*.net *.split]
daissgr__ has quit [*.net *.split]
simbergm has quit [Ping timeout: 252 seconds]
daissgr__ has joined #ste||ar
rori has joined #ste||ar
hkaiser has joined #ste||ar
heller2 has joined #ste||ar
<heller2>
jbjnr: hey, I guess we need to discuss Rolf's email, eventually
simbergm has joined #ste||ar
<heller2>
ms: hey, I guess we need to discuss Rolf's email, eventually
<simbergm>
heller: ah yes, sorry for not replying earlier
<heller2>
do we want to do it?
<simbergm>
in principle yes
<heller2>
in practice ;)?
<simbergm>
last year we had to cancel the cscs one, not sure if it's because we had the hlrs one not much earlier
<simbergm>
if we do only one we might want to do one at cscs, but then we can still try to do both
<heller2>
the hlrs one is far more visible
<simbergm>
that's my only practical concern
<simbergm>
yep, good poitn
<heller2>
and we have to invest major work
<simbergm>
yes, may is not so far away
<simbergm>
john is on vacation now, I'd check what he has to say first
<simbergm>
I'm 50/50, it would be good but I'm not excited by the preparation needed (I guess I should just suck it up)
hkaiser has quit [Quit: bye]
<heller2>
yeah, the preparation needed is one of my pain points as well
<simbergm>
heller: would you at least be available if we decide to do it?
<heller2>
think so, yes
hkaiser has joined #ste||ar
<hkaiser>
simbergm: yt?
<simbergm>
hkaiser: yep
<hkaiser>
simbergm: I hope you don't mind me starting a V1.4.1 ticket
<simbergm>
hkaiser: not at all! I appreciate it ;)
<hkaiser>
it's all minor things, but annoying anyways ;-)
<simbergm>
seems like it's turning into a bit of a tradition, but it's probably more or less unavoidable without more extensive testing
<hkaiser>
right
<hkaiser>
also, this was a big release (many changes)
<simbergm>
indeed
<hkaiser>
simbergm: I'll try to fix the gcc 10 issue, we have the compiler installed on rostam now
<simbergm>
anyway, it's easy enough to make new releases (especially patch releases) so we should do it as often as we can
<hkaiser>
simbergm: ok, just be aware what you're volunteering for ;-)
<simbergm>
thanks! you seem to know roughly what's missing?
<hkaiser>
I know what's missing, I think
<simbergm>
I don't mind, plus I'll try to get auriane more involved in making releases as well and then it's really not a big deal
<hkaiser>
cool
<simbergm>
rori test
<rori>
?
hkaiser has quit [Ping timeout: 248 seconds]
hkaiser has joined #ste||ar
nikunj has joined #ste||ar
rori has quit [Quit: WeeChat 1.9.1]
nikunj97 has joined #ste||ar
Nikunj__ has joined #ste||ar
nikunj has quit [Ping timeout: 265 seconds]
nikunj97 has quit [Ping timeout: 258 seconds]
nikunj has joined #ste||ar
Nikunj__ has quit [Ping timeout: 258 seconds]
Yorlik has quit [Read error: Connection reset by peer]
nikunj97 has joined #ste||ar
nikunj has quit [Ping timeout: 268 seconds]
nikunj has joined #ste||ar
nikunj97 has quit [Ping timeout: 268 seconds]
nikunj has quit [Read error: Connection reset by peer]
hkaiser has quit [Read error: Connection reset by peer]
hkaiser has joined #ste||ar
<K-ballo>
are there no tests for apply/async colocated?
<K-ballo>
I changed some bind implementation details on which those depend, but I didn't notice any complain
hkaiser has quit [Ping timeout: 248 seconds]
hkaiser has joined #ste||ar
<hkaiser>
K-ballo: there are some apply_colocated and async_cb_colocated tests
<hkaiser>
no async_colocated :/
<hkaiser>
I should create some
<K-ballo>
then the pieces I broke must not be being exercised
<K-ballo>
the HPX_REGISTER_... macros
<hkaiser>
K-ballo: let me create the tests
<K-ballo>
I don't like those depending on implementation details much, perhaps I should change them to `decltype(...)`
<hkaiser>
what implementation details do you mean?