hkaiser changed the topic of #ste||ar to: STE||AR: Systems Technology, Emergent Parallelism, and Algorithm Research | stellar-group.org | HPX: A cure for performance impaired parallel applications | github.com/STEllAR-GROUP/hpx | This channel is logged: irclog.cct.lsu.edu
Yorlik__ has joined #ste||ar
Yorlik_ has quit [Ping timeout: 265 seconds]
<satacker[m]> <HHN93> "Can someone please help me..." <- Download the patch provided in the artifacts and apply it and commit without verification
<satacker[m]> Different clang-format versions may have different formatting styles
<satacker[m]> <HHN93> "how do I use HPX_MOVE and..." <- It can be included through hpx/config iirc
<ShubhamKumar[m]> Is there a recommended way of building HPX release and debug . b'cos I was building the debug ver of hpx and i think both release and and debug binaries are in the same place . cmake command
<ShubhamKumar[m]> `cmake -DCMAKE_BUILD_TYPE=Debug -DHPX_DEBUG=ON -DHPX_WITH_MALLOC=system ~/pyhpx/hpx `
<satacker[m]> ShubhamKumar[m]: > <@matrix_bot_:matrix.org> Is there a recommended way of building HPX release and debug . b'cos I was building the debug ver of hpx and i think both release and and debug binaries are in the same place . cmake command
<satacker[m]> > `cmake -DCMAKE_BUILD_TYPE=Debug -DHPX_DEBUG=ON -DHPX_WITH_MALLOC=system ~/pyhpx/hpx `
<satacker[m]> specify `CMAKE_BUILD_TYPE` no?
<satacker[m]> Oh wait you mean the path?
<ShubhamKumar[m]> satacker[m]: i dont know if i did that for release version
<ShubhamKumar[m]> satacker[m]: yes
<satacker[m]> ShubhamKumar[m]: grep CMAKE_BUILD_TYPE build/CMakeCache.txt
<srinivasyadav18[> maybe you can use `-B <build_dir_path>`
<srinivasyadav18[> for example for building debug, cmake -B hpx_build_debug ...
<srinivasyadav18[> for release build cmake -B hpx_build_release ...
<ShubhamKumar[m]> srinivasyadav18[: okay i might have to do that all the binaries are mixed up
<ShubhamKumar[m]> i thought just by mentioning the build type different folder will be created
<ShubhamKumar[m]> that is why `set(CMAKE_BUILD_TYPE "Debug")` is not working
<srinivasyadav18[> yeah. use different build directories for different build types
<rtohid[m]> <ShubhamKumar[m]> "Is there a recommended way of..." <- > <@matrix_bot_:matrix.org> Is there a recommended way of building HPX release and debug . b'cos I was building the debug ver of hpx and i think both release and and debug binaries are in the same place . cmake command
<rtohid[m]> > `cmake -DCMAKE_BUILD_TYPE=Debug -DHPX_DEBUG=ON -DHPX_WITH_MALLOC=system ~/pyhpx/hpx `
<rtohid[m]> I wouldn't say recommended, but you can use this:
HHN93 has joined #ste||ar
HHN93 has quit [Client Quit]
<ShubhamKumar[m]> is debug version not same as release version
tufei_ has joined #ste||ar
tufei has quit [Remote host closed the connection]
<gonidelis[m]> matrixbot: nop
<gonidelis[m]> debug is for debugging. release is for perf runs
<gonidelis[m]> you should have two directories /build_debug and /build_release each one having the corresponding build