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/ | GSoC2018: https://wp.me/p4pxJf-k1
diehlpk has joined #ste||ar
eschnett has joined #ste||ar
diehlpk has quit [Ping timeout: 264 seconds]
hkaiser has quit [Quit: bye]
K-ballo has quit [Quit: K-ballo]
Anushi1998 has quit [Quit: Bye]
diehlpk_work has quit [Remote host closed the connection]
diehlpk_work has joined #ste||ar
nikunj has joined #ste||ar
nanashi55 has quit [Ping timeout: 264 seconds]
nanashi55 has joined #ste||ar
titzi has quit [Ping timeout: 265 seconds]
titzi has joined #ste||ar
anushi has joined #ste||ar
quaz0r has quit [Ping timeout: 268 seconds]
quaz0r has joined #ste||ar
anushi has quit [Read error: Connection reset by peer]
anushi has quit [Remote host closed the connection]
anushi has joined #ste||ar
diehlpk has quit [Ping timeout: 260 seconds]
AnujSharma has joined #ste||ar
anushi has quit [Ping timeout: 260 seconds]
quaz0r has quit [Ping timeout: 260 seconds]
anushi has joined #ste||ar
anushi has quit [Ping timeout: 265 seconds]
anushi has joined #ste||ar
anushi has quit [Ping timeout: 256 seconds]
anushi has joined #ste||ar
zura has quit [Ping timeout: 276 seconds]
<M-ms>
jakub_golinowski: could you also update the ifdef around #include hpx_main
<jakub_golinowski>
M-ms, here
<jakub_golinowski>
M-ms, where exactly? in test_main?
<M-ms>
did you see my question about HAVE_HPX/HAVE_TBB earlier?
<M-ms>
jakub_golinowski: yep
<jakub_golinowski>
M-ms, I did not see any message before now, checking the log right now
aserio has joined #ste||ar
AnujSharma has quit [Ping timeout: 268 seconds]
<M-ms>
jakub_golinowski: ok, no problem
quaz0r has joined #ste||ar
<jakub_golinowski>
M-ms, to answer your question from before: HAVE_HPX is already set in the analogous way to the HAVE_TBB it is in file /cmake/OpenCVFindLibsPerf.cmake
<jakub_golinowski>
I mean the set(HAVE_TBB... command itself is in another file (cmake/OpenCVDetectTBB.cmake) but we do not have a similar file for HPX so I just do it in the OpenCVFindLibsPerf
<jakub_golinowski>
M-ms, but I still do not understand what do you mean by updating the #ifdef around #include hpx_main?
<M-ms>
ok, that's good
<M-ms>
assuming I'm looking at the correct version, you have #ifndef HPX_STARTSTOP include hpx_main...
<jakub_golinowski>
yes
<M-ms>
if you're using another non-hpx backend I guess HPX_STARTSTOP is not going to be defined
<jakub_golinowski>
damn
<M-ms>
:)
AnujSharma has joined #ste||ar
eschnett has quit [Ping timeout: 264 seconds]
zura has joined #ste||ar
<jakub_golinowski>
M-ms, is sth like this safe for all compilers: