K-ballo 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/
K-ballo has quit [Quit: K-ballo]
bita has joined #ste||ar
bita has quit [Read error: Connection reset by peer]
bita has joined #ste||ar
bita has quit [Ping timeout: 250 seconds]
<jedi18[m]>
There seem to be no segmented algorithm tests for generate? Shall I add one?
avr16 has joined #ste||ar
avr16 has quit [Client Quit]
avr16 has joined #ste||ar
avr16 has quit [Ping timeout: 240 seconds]
K-ballo has joined #ste||ar
<rachitt_shah[m]>
Maintainers, I see our docs are made in sphinx and readthedocs.
<rachitt_shah[m]>
There are some open issues, however, they are from 2020, just wanted to check if I should proceed working on them.
hkaiser has joined #ste||ar
<hkaiser>
rachitt_shah[m]: yes, we're intersted in moving the docs forward
<hkaiser>
jedi18[m]: yes, if there is no test, then adding one (or two) is a good idea
<jedi18[m]>
No I don't mean for the segmented algortihms, generate and fill have sentinel overloads in the container algorithms but are missing sentinel tests, so I'll add those
<hkaiser>
mdiers[m]: thanks for the test case, I'll see what I can do
<hkaiser>
jedi18[m]: ahh, perfect
<jedi18[m]>
I'm thinking of finishing up the disentangling of all the remaining segmented algorithms so I can then work on more interesting stuff
<hkaiser>
jedi18[m]: that would be great, much appreciated
<hkaiser>
I see we've got you hooked ;-)
<jedi18[m]>
Thanks :D
<mdiers[m]>
hkaiser: Thanks, I will also check it on an AWS cluster.
<srinivasyadav227>
i am getting this error on windows "FindThreads only works if either C or CXX language is enabled", i installed from github
<hkaiser>
srinivasyadav227: you'd need to be more specific - best is to create a ticket explaining what you tried, what you expected, and what actually happened
<hkaiser>
then come back here to discuss
<srinivasyadav227>
hkaiser: ok sure
<K-ballo>
curious, both C and CXX are enabled by default
hkaiser has quit [Quit: bye]
<gnikunj[m]>
gonidelis[m]: yt?
hkaiser has joined #ste||ar
<gnikunj[m]>
hkaiser yt?
<gonidelis[m]>
gnikunj[m]: here now
<gnikunj[m]>
gonidelis[m] hkaiser any clue which node I should use for gpu benchmarking on rostam?
<gonidelis[m]>
gnikunj[m]: haven't done any
<gonidelis[m]>
so i am not quite sure
<gnikunj[m]>
I see :/
<gnikunj[m]>
I'll email Ali
<gonidelis[m]>
do u run tests for the talk?
<gnikunj[m]>
I need to run it for the talk and my meeting tomorrow
<gonidelis[m]>
I am trying to run a simple `hpx::transform(par, ...)` and I get a `core dumped`. When I change `par` to `seq` it runs fine. It seems like our parallel transform does not work