aserio 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/
vamatya has quit [Ping timeout: 240 seconds]
<K-ballo> hkaiser: back.. so, we already have a sfinae for expression feature test macro
<K-ballo> the test case is leaner than I remembered
<K-ballo> somehow I thought all the experimentation I did to determine a common subset would have made it into it, but alas it did not
EverYoung has quit [Remote host closed the connection]
<hkaiser> K-ballo: ok
vamatya has joined #ste||ar
K-ballo has quit [Quit: K-ballo]
ajaivgeorge has quit [Read error: Connection reset by peer]
ajaivgeorge has joined #ste||ar
hkaiser has quit [Quit: bye]
ajaivgeorge has quit [Ping timeout: 240 seconds]
shoshijak has joined #ste||ar
vamatya has quit [Ping timeout: 240 seconds]
shoshijak has quit [Ping timeout: 240 seconds]
vamatya has joined #ste||ar
jaafar has quit [Ping timeout: 240 seconds]
Matombo has joined #ste||ar
<jbjnr> wash[m]: yt?
<jbjnr> The thing I was going to ask was : The paper I just submitted on hpx + serialization + rma would make quite a good cppcon talk, but I did not realize the deadline was sunday - if you had free slots and wanted an hpx talk to go in ....
<jbjnr> heller_: I got the information from our associate director who is on several SC committees. she said the papers are 15th and the GB will be some time after, but we don't kniow how long after. Apparently it is handled by the ACM and out of the hands of the SC committee etc directly.
david_pfander has joined #ste||ar
Matombo has quit [Remote host closed the connection]
vamatya has quit [Ping timeout: 260 seconds]
Remko1 has joined #ste||ar
shoshijak has joined #ste||ar
shoshijak has quit [Quit: Ex-Chat]
shoshijak has joined #ste||ar
Remko1 has quit [Remote host closed the connection]
Matombo has joined #ste||ar
shoshijak has quit [Quit: Ex-Chat]
shoshijak has joined #ste||ar
david_pfander has quit [Quit: david_pfander]
shoshijak has quit [Client Quit]
david_pfander has joined #ste||ar
shoshijak has joined #ste||ar
shoshijak has quit [Ping timeout: 240 seconds]
shoshijak has joined #ste||ar
shoshijak has quit [Client Quit]
shoshijak has joined #ste||ar
shoshijak has quit [Client Quit]
shoshijak has joined #ste||ar
bikineev has quit [Remote host closed the connection]
bikineev has joined #ste||ar
<github> [hpx] StellarBot pushed 1 new commit to gh-pages: https://git.io/vHHA9
<github> hpx/gh-pages ba0f380 StellarBot: Updating docs
bikineev has quit [Remote host closed the connection]
<shoshijak> Hi all! I've upgraded to gcc 7.1.0 and Boost 1.64.0 and while building HPX, I get the following error:
<shoshijak> /usr/local/boost_1_64_0/include/boost/icl/type_traits/type_to_string.hpp:56:12: error: partial specialization of ‘struct boost::icl::type_to_string<Unary<Type> >’ after instantiation of ‘struct boost::icl::type_to_string<std::__cxx11::basic_string<char> >’ [-fpermissive]
<shoshijak> struct type_to_string<Unary<Type> >
<shoshijak> anyone have any idea what could be going on?
Matombo has quit [Remote host closed the connection]
<zao> That compiler is painfully new, isn't it?
<zao> Maybe try boostorg devel branch, and/or see if the Boost list knows?
<zao> What bit of HPX invokes that functionality?
Matombo has joined #ste||ar
<shoshijak> zao: yes it is ... Looks like by starting the compilation afresh again in a new directory magically solved the problem. But thanks :)
<zao> Heh, nice.
shoshijak has quit [Ping timeout: 240 seconds]
K-ballo has joined #ste||ar
shoshijak has joined #ste||ar
hkaiser has joined #ste||ar
Matombo has quit [Ping timeout: 255 seconds]
hkaiser_ has joined #ste||ar
hkaiser has quit [Read error: Connection reset by peer]
hkaiser has joined #ste||ar
hkaiser_ has quit [Read error: Connection reset by peer]
<hkaiser> shoshijak: we're seeing the same problems on buildbot - how did you solve it?
<hkaiser> shoshijak: to me this looks like a boost problem :/
<shoshijak> I re-built Boost 1.64.0 with gcc 7.1.0, re-cloned HPX into a new directory and started the whole build of HPX from scratch again
<hkaiser> uhh
<hkaiser> that's no thelpful ;)
<hkaiser> not*
<shoshijak> well I didn't do anything aside form that ... :/
<shoshijak> *from
<hkaiser> sure ;)
<shoshijak> I built boost with ./b2 cxxflags="-std=c++11" --layout=versioned threading=multi link=shared variant=release,debug address-model=64 --build-type=complete
<hkaiser> could be that our boost was not built using the same compiler
<shoshijak> that could be
<zao> Still, it's a compiler error.
<zao> Surely there's no headers generated in Boost based on compiler capabilities?
<zao> shoshijak: So has it completed successfully, or just not failed _yet_? :)
<hkaiser> shrug
bikineev has joined #ste||ar
<shoshijak> zao: just finished compiling, it completed successfully
shoshijak has quit [Ping timeout: 240 seconds]
denis_blank has joined #ste||ar
Matombo has joined #ste||ar
ajaivgeorge has joined #ste||ar
ajaivgeorge has quit [Client Quit]
ajaivgeorge has joined #ste||ar
bikineev has quit [Ping timeout: 240 seconds]
eschnett has quit [Quit: eschnett]
ajax67 has quit [Ping timeout: 240 seconds]
<github> [hpx] hkaiser closed pull request #2685: Add support of std::array to hpx::util::tuple_size and tuple_element (master...size_std_array) https://git.io/vHoKz
shoshijak has joined #ste||ar
ajaivgeorge_ has joined #ste||ar
ajaivgeorge_ has quit [Client Quit]
ajaivgeorge has quit [Ping timeout: 240 seconds]
pree has joined #ste||ar
<jbjnr> hkaiser: yt?
<jbjnr> any idea if anyone changed anything that might have casued this new error we've got (after rebasing onto latest master) https://gist.github.com/biddisco/a7e3555262c2ffd6cca037c8fa85c342#file-gistfile1-txt-L40
eschnett has joined #ste||ar
<hkaiser> hey jbjnr
<hkaiser> uhh
<jbjnr> some dodgy chunk type stuff and other errors I've not got to the bottom of yet
<jbjnr> the only commit I saw were from atrantan that affected this code AFAICT
<hkaiser> hmm, there are commits on a branch which might break that, but other than that I have no idea :/
<jbjnr> ok. I'll plod on and see what I can do
<hkaiser> jbjnr: is this against master?
<jbjnr> master + our nre resource partitioner stuff
<jbjnr> we may have broken something after a big rebase.
<jbjnr> we moved forwards by 2 months in our master tip
<jbjnr> all tests ok, but the custom executor seems to have trouble. must be something in there
<jbjnr> leaving office in a few minutes, so I'll look at it tonight after a swim :)
<hkaiser> jbjnr: I'm travelling all day today, might be offlin emost of the time
<hkaiser> jbjnr: did you move from pre-release to top of master?
<hkaiser> the executor interface has changed since then, however I thought that the compatibility layer should make things smooth...
<jbjnr> hkaiser: I'll check tonight. see you
Matombo has quit [Remote host closed the connection]
hkaiser has quit [Quit: bye]
david_pfander has quit [Ping timeout: 260 seconds]
hkaiser has joined #ste||ar
hkaiser has quit [Client Quit]
bikineev has joined #ste||ar
ajaivgeorge has joined #ste||ar
vamatya has joined #ste||ar
<mcopik> ajaivgeorge: how is the work going?
bikineev has quit [Ping timeout: 240 seconds]
jaafar has joined #ste||ar
bikineev has joined #ste||ar
EverYoung has joined #ste||ar
shoshijak has quit [Ping timeout: 240 seconds]
mcopik_ has joined #ste||ar
pree has quit [Quit: AaBbCc]
shoshijak has joined #ste||ar
bikineev has quit [Ping timeout: 260 seconds]
bikineev has joined #ste||ar
mcopik_ has quit [Ping timeout: 240 seconds]
<mcopik> ajaivgeorge: yt?
<ajaivgeorge> Didn't see the message. I have sent you a mail.
denis_blank has quit [Quit: denis_blank]
<mcopik> ajaivgeorge: I'll reply you later, just for a quick response: don't work with a segmented output vector in transform_scan
<mcopik> there is a scan version for that but for the transform, just do the version which assumes all iterators to be segmented
<mcopik> we'll think about non-segmented output iterators later
<mcopik> ajaivgeorge: send me a description of your problem with binary transform
<ajaivgeorge> ok, i will pm you.
EverYoun_ has joined #ste||ar
EverYoung has quit [Ping timeout: 246 seconds]
shoshijak has quit [Quit: Ex-Chat]
shoshijak has joined #ste||ar
bikineev has quit [Remote host closed the connection]
EverYoun_ has quit [Remote host closed the connection]
EverYoung has joined #ste||ar
eschnett has quit [Quit: eschnett]
mcopik_ has joined #ste||ar
bikineev has joined #ste||ar
shoshijak has quit [Ping timeout: 240 seconds]
mcopik_ has quit [Ping timeout: 240 seconds]
shoshijak has joined #ste||ar
EverYoun_ has joined #ste||ar
EverYoung has quit [Ping timeout: 246 seconds]
EverYoun_ has quit [Ping timeout: 240 seconds]
zbyerly_ has quit [Quit: Leaving]