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/
wash[m] has quit [Ping timeout: 272 seconds]
wash[m] has joined #ste||ar
zao has quit [Ping timeout: 248 seconds]
wash[m] has quit [Ping timeout: 260 seconds]
hkaiser has quit [Quit: bye]
nikunj has joined #ste||ar
nikunj has quit [Read error: Connection reset by peer]
nikunj has joined #ste||ar
nikunj has quit [Ping timeout: 240 seconds]
weilewei has joined #ste||ar
<weilewei> simbergm thanks, noted. I agreed with you that not to running tests before install. It is just giving module maintainer a hard time, and some tests occasionally fail
nikunj97 has joined #ste||ar
nikunj97 has quit [Ping timeout: 265 seconds]
nikunj97 has joined #ste||ar
nikunj97 has quit [Ping timeout: 265 seconds]
zao has joined #ste||ar
wash[m] has joined #ste||ar
kordejong has joined #ste||ar
jbjnr has joined #ste||ar
ritvik99 has joined #ste||ar
ritvik99 has quit [Ping timeout: 265 seconds]
adi_ahj has joined #ste||ar
ritvik99 has joined #ste||ar
hkaiser has joined #ste||ar
ritvik99 has quit [Ping timeout: 272 seconds]
hkaiser has quit [Read error: Connection reset by peer]
hkaiser has joined #ste||ar
<tarzeau> simbergm: debian uses spellintian with this data https://sources.debian.org/src/lintian/2.45.0/data/spelling/, but i guess aspell -a < sometext will do as well
adi_ahj has quit [Quit: adi_ahj]
<simbergm> tarzeau: thanks for the link, I'll have a look at that
<jbjnr> well my new dataflow annotation works, but eh names come out as "@#$#$%^" and suchlike :(
<hkaiser> jbjnr: so it might not actually work ;-)
<jbjnr> correct
<hkaiser> jbjnr: btw, I know how to solve the mpi executor return type issue you mentioned the other day
<jbjnr> it works in the sense that annotations are being passed through dataflow, ut eh lifetime of the char * is probably suspect
<jbjnr> hkaiser: mpi ?? please go on
<jbjnr> use auto? or something more
<hkaiser> create functional wrappers for the mpi_xxx functions and specialize future_result_type for those
<hkaiser> or rewrite the executor infrastructure to use decltype(auto), that would work as well ;-)
<jbjnr> I don't want to write a wrapper for every mpi_xxx function, but a generic one that covers all, would be fine
<hkaiser> jbjnr: I feel you're overdoing with the annotations in dataflow, there has to be a simple solution
adi_ahj has joined #ste||ar
<hkaiser> works as well, but more involved, I guess
<hkaiser> why not create wrappers for all supported functions, it's just a handful...
<hkaiser> you don't want users to be able to use the synchronous mpi function with your async anyways
<jbjnr> my solution is simple, but it is just being a bit tricky. The char * is going out of scope it seems - my task names come from std::string that are generated o the fly
<hkaiser> well, yesterday you asked about is_callable - if that's what you're using it for I wouldn't call it 'simple'
<jbjnr> no, I gave up on that
<jbjnr> new method is simple
<hkaiser> good
<jbjnr> I create a dataflow_finalize type that is callable and specialize get_function_annotation for it
<hkaiser> k
<jbjnr> some strings are munged
<jbjnr> but I'm getting close. This version at leaset doesn't breakl al the fancy executors
<hkaiser> gtg, let's talk mpi later
hkaiser has quit [Quit: bye]
adi_ahj_ has joined #ste||ar
adi_ahj has quit [Ping timeout: 265 seconds]
adi_ahj_ is now known as adi_ahj
hkaiser has joined #ste||ar
adi_ahj has quit [Quit: adi_ahj]
hkaiser has quit [Ping timeout: 260 seconds]
hkaiser has joined #ste||ar
<diehlpk_work> heller, Wer have a meeting with Rebecca tomorrow at 9 CST. Do you want to attend future meetings?
<diehlpk_work> So we could find a more suitable time for you
<heller> as you wish
weilewei has quit [Ping timeout: 260 seconds]
<diehlpk_work> Yes, please attend the meeting, since you had some nice ideas
<diehlpk_work> heise online will announce uour release again in their weekly news letter
<heller> ok
<heller> I'll try to attend tomorrow
adi_ahj has joined #ste||ar
adi_ahj_ has joined #ste||ar
adi_ahj has quit [Ping timeout: 272 seconds]
adi_ahj_ is now known as adi_ahj
adi_ahj has left #ste||ar [#ste||ar]
<diehlpk_work> jbjnr, Do you think you can get libfabric working again by January 24th?
<diehlpk_work> I intend to do the first runs for the SC20 by then?
K-ballo has quit [Ping timeout: 260 seconds]
hkaiser has quit [Quit: bye]
hkaiser has joined #ste||ar
weilewei has joined #ste||ar
<weilewei> hkaiser do you know why am I getting this error: https://gist.github.com/weilewei/b3e409d212f7609b0aed9ef5fbd6e733
<weilewei> nvcc fatal : Value 'c++17' is not defined for option 'std'
<weilewei> I am trying to build hpx tests with existing hpx
<hkaiser> well, you might to ask NVIdia why that is the case
<hkaiser> whether nvcc supports c++17 is outside of our control
<hkaiser> you might want to rebuild using c++14 as the target standard
<weilewei> ok let me try
<weilewei> ok, c++ error is gone after switching to hpx with c++14
<weilewei> [ 0%] Built target tests.unit.computeapi.host_[ 0%] Building NVCC (Device) object tests/unit/computeapi/cuda/CMakeFiles/for_loop_compute_test.dir/for_loop_compute_test_generated_for_loop_compute.cu.onvcc fatal : redefinition of argument 'default-stream'CMake Error at for_loop_compute_test_generated_for_loop_compute.cu.o.cmake:219 (message):