hkaiser 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/
Anushi1998 has joined #ste||ar
hkaiser has quit [Quit: bye]
nanashi55 has quit [Ping timeout: 245 seconds]
nanashi55 has joined #ste||ar
david_pfander has joined #ste||ar
Anushi1998 has quit [Ping timeout: 245 seconds]
Anushi1998 has joined #ste||ar
mcopik has quit [Ping timeout: 244 seconds]
mcopik has joined #ste||ar
mcopik has quit [Ping timeout: 246 seconds]
Anushi1998 has quit [Ping timeout: 252 seconds]
mcopik has joined #ste||ar
hkaiser has joined #ste||ar
mdiers_ has quit [Remote host closed the connection]
aserio has joined #ste||ar
hkaiser has quit [Quit: bye]
david_pfander has quit [Ping timeout: 252 seconds]
hkaiser has joined #ste||ar
aserio has quit [Ping timeout: 252 seconds]
mcopik has quit [Ping timeout: 260 seconds]
parsa[w] has quit [Read error: Connection reset by peer]
parsa[w] has joined #ste||ar
aserio has joined #ste||ar
<aserio>
K-ballo: yt?
<K-ballo>
aserio: yes
<aserio>
K-ballo: I wanted to let you know that I will be out of town for the first part of your visit
<aserio>
forgot to let you know
<aserio>
I plan on seeing you on Wednesday
<K-ballo>
:/
mcopik has joined #ste||ar
mbremer has joined #ste||ar
<mbremer>
I'm having issues building hpx for a docker container with an ubuntu/18.04 base image. I'm getting a linker error along the lineas of "undefined reference to `MPI::Datatype::Free()`, I've tried explicitly passing -DMPI_CXX_COMPILER to cmake and that hasn't worked. Would any one be willing to help me trouble shoot this? Thanks! I can also open an issue if that's better/easier
<heller_>
mbremer: this should be fixed on latest master
<mbremer>
heller_: I believe i am using the current master (i.e. just cloning from github). I'm rerunning the tool chain, to get you the exact commit hash
<mbremer>
(and maybe just a gist with the full error)
<mbremer>
Here's the dockerfile I'm using. Everything else I believe has worked in the past. (The only thing I install by hand is jemalloc)
mcopik has quit [Ping timeout: 272 seconds]
mcopik has joined #ste||ar
<heller_>
mbremer: that's very strange ... I have no idea how to fix that right now. You might find some hints when going through the history of the PR on how to fix it
<mbremer>
Hmm, it's a very small PR. It looks like the only thing that really happens is set(MPI_CXX_SKIP_MPICXX TRUE)
<mbremer>
It might even be a cmake issue... Let me dig a little