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/
daissgr has quit [Quit: WeeChat 1.4]
daissgr has joined #ste||ar
daissgr has quit [Client Quit]
Smasher has quit [Remote host closed the connection]
parsa has joined #ste||ar
EverYoung has joined #ste||ar
joshypoo has joined #ste||ar
EverYoung has quit [Ping timeout: 265 seconds]
joshypoo has quit [Client Quit]
joshypoo has joined #ste||ar
parsa has quit [Quit: Zzzzzzzzzzzz]
joshypoo is now known as ZeroCIA
ZeroCIA is now known as Pompinahoe
Pompinahoe has quit [Quit: Mutter: www.mutterirc.com]
Pompinahoe has joined #ste||ar
Pompinahoe has quit [Client Quit]
Aalice has quit [Quit: Leaving.]
Aalice has joined #ste||ar
Aalice has quit [Client Quit]
Aalice has joined #ste||ar
Aalice has quit [Client Quit]
Aalice has joined #ste||ar
Aalice has quit [Client Quit]
K-ballo has quit [Quit: K-ballo]
EverYoung has joined #ste||ar
EverYoung has quit [Ping timeout: 255 seconds]
mcopik has joined #ste||ar
parsa has joined #ste||ar
EverYoung has joined #ste||ar
EverYoung has quit [Ping timeout: 265 seconds]
parsa has quit [Quit: Zzzzzzzzzzzz]
EverYoung has joined #ste||ar
EverYoung has quit [Ping timeout: 265 seconds]
EverYoung has joined #ste||ar
EverYoung has quit [Remote host closed the connection]
EverYoung has joined #ste||ar
hkaiser has joined #ste||ar
<hkaiser> jbjnr: I'll try to do something about #2997 next week, once I'm back - sorry for the lack of response
Smasher has joined #ste||ar
jaafar has quit [Ping timeout: 240 seconds]
Smasher has quit [Remote host closed the connection]
<github> [hpx] msimberg pushed 6 new commits to master: https://git.io/vbPhS
<github> hpx/master cf9f31a Mikael Simberg: Ignore double promotion warnings in tuple test
<github> hpx/master 1d53564 Mikael Simberg: Ignore uninitialized field warnings in parse_affinity_options test...
<github> hpx/master d5d3cb4 Mikael Simberg: Ignore warnings about about casting away const in mpi.h
EverYoung has quit [Ping timeout: 255 seconds]
david_pfander has joined #ste||ar
hkaiser has quit [Quit: bye]
wash has quit [Ping timeout: 256 seconds]
hkaiser has joined #ste||ar
hkaiser has quit [Quit: bye]
K-ballo has joined #ste||ar
wash has joined #ste||ar
<github> [hpx] msimberg closed pull request #3081: Pre-decay template arguments early (master...pre-decay) https://git.io/vb6Vv
<Guest2397> [hpx] K-ballo deleted pre-decay at d3c0163: https://git.io/vbX4x
david_pfander has quit [Remote host closed the connection]
<github> [hpx] msimberg opened pull request #3083: Fix typo HPX_WITH_MM_PREFECTH (master...fix-mm-prefetch-typo) https://git.io/vbX2q
mcopik has quit [Remote host closed the connection]
mcopik has joined #ste||ar
david_pfander has joined #ste||ar
aserio has joined #ste||ar
simbergm has quit [Ping timeout: 264 seconds]
simbergm has joined #ste||ar
Smasher has joined #ste||ar
simbergm has quit [Quit: WeeChat 1.4]
simbergm has joined #ste||ar
eschnett has joined #ste||ar
hkaiser has joined #ste||ar
simbergm has quit [Quit: WeeChat 1.4]
simbergm has joined #ste||ar
eschnett has quit [Quit: eschnett]
eschnett has joined #ste||ar
hkaiser has quit [Quit: bye]
jaafar has joined #ste||ar
david_pfander has quit [Ping timeout: 248 seconds]
EverYoung has joined #ste||ar
EverYoung has quit [Remote host closed the connection]
EverYoung has joined #ste||ar
aserio has quit [Ping timeout: 265 seconds]
aserio has joined #ste||ar
hkaiser has joined #ste||ar
eschnett has quit [Quit: eschnett]
EverYoung has quit [Ping timeout: 265 seconds]
<aserio> hkaiser: yt?
<hkaiser> aserio: here
<aserio> hkaiser: I hope your travels were uneventful
<hkaiser> all is well, thanks
<aserio> hkaiser: I am having issues with checkpointing a shared pointer
<hkaiser> ok
<aserio> Let me find the error line...
<hkaiser> aserio: yu need to include the serialization/shared_ptr.hpp file
<aserio> "c:\users\adria\git\hpx\hpx\runtime\serialization\access.hpp(27): error C2665: 'hpx::serialization::serialize': none of the 3 overloads could convert all the argument types
<aserio> 6>c:\users\adria\git\hpx\hpx\util\serialize_exception.hpp(56): note: could be 'void hpx::serialization::serialize(hpx::serialization::output_archive &,std::exception_ptr &,unsigned int)'
<aserio> 6>c:\users\adria\git\hpx\hpx\util\serialize_exception.hpp(56): note: or 'void hpx::serialization::serialize(hpx::serialization::input_archive &,std::exception_ptr &,unsigned int)'
<aserio> 6>c:\users\adria\git\hpx\hpx\util\tuple.hpp(1089): note: or 'void hpx::serialization::serialize<hpx::serialization::output_archive>(Archive &,hpx::util::tuple<> &,const unsigned int)'?
<aserio> ah
<aserio> hkaiser: lets see if that does the trick
nanashi55 has quit [Ping timeout: 264 seconds]
nanashi55 has joined #ste||ar
<K-ballo> just 3 overloads?
<hkaiser> there're probably more
<aserio> hkaiser, K-ballo: While I have you how do I get rid of this warning: warning C4996: 'sprintf': ...?
<K-ballo> I don't know, msvc is really really bad at that, listing ALL THE OVERLOADS
<K-ballo> aserio: is that an "unsafe" warning?
<zao> I for one welcome our alien overloads.
<hkaiser> include the hpx #includes first should take care of those warnings
<hkaiser> sorry, gtg
<hkaiser> ttyl
hkaiser has quit [Quit: bye]
<aserio> K-ballo: fliping the headers seems to have worked
aserio has quit [Quit: aserio]
Michel_ has joined #ste||ar
<Michel_> Hi.
<Michel_> I want to explore HPX and downloaded the source on a linux cluster. The docs mention OpenMPI 1.10.0. Does 3.0.0 work as well?
<zao> Probably does, unless they broke something.
<zao> I'm building on artful's 2.1.1, IIRC.
<Michel_> I will try then.
Smasher has quit [Remote host closed the connection]
<zao> (I'm on 2.0.2, forgot I was building in a Debian container)
EverYoung has joined #ste||ar
EverYoung has quit [Remote host closed the connection]
EverYoung has joined #ste||ar
<heller> Michel_: 3.0.0 works
<Michel_> Thanks for the info. I'm installing other pre-requisites as well now.
<heller> We don't have any special requirements on the actual mpi implementation