Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hpx:attach-debugger=startup does not work any more #2924

Closed
biddisco opened this issue Oct 2, 2017 · 2 comments · Fixed by #2930
Closed

hpx:attach-debugger=startup does not work any more #2924

biddisco opened this issue Oct 2, 2017 · 2 comments · Fixed by #2930

Comments

@biddisco
Copy link
Contributor

biddisco commented Oct 2, 2017

No description provided.

@Naios
Copy link
Contributor

Naios commented Oct 2, 2017

Maybe this is caused through b1b1deb or a3e1cfb.
@biddisco could you elaborate please, which flags you passed through the runtime or CMake configuration?

@biddisco
Copy link
Contributor Author

biddisco commented Oct 2, 2017

I believe my cmake settings are very close to these

cmake \
 -DCMAKE_BUILD_TYPE=Debug \
 -DCMAKE_INSTALL_PREFIX=$INSTALL_ROOT/hpx/master \
 -DCMAKE_CXX_FLAGS=$CXXFLAGS \
 -DCMAKE_EXE_LINKER_FLAGS=$LDCXXFLAGS \
 -DHWLOC_ROOT=$INSTALL_ROOT/hwloc/$HWLOC_VER \
 -DJEMALLOC_ROOT=$INSTALL_ROOT/jemalloc/$JEMALLOC_VER \
 -DBOOST_ROOT=$INSTALL_ROOT/boost/$BOOST_VER \
 -DLIBFABRIC_ROOT=$INSTALL_ROOT/libfabric \
 -DOTF2_ROOT=$INSTALL_ROOT/otf2/$OTF2_VER \
 -DPAPI_ROOT=$INSTALL_ROOT/papi/$PAPI_VER \
 -DPAPI_INCLUDE_DIR=$INSTALL_ROOT/papi/$PAPI_VER/include \
 -DPAPI_LIBRARY=/home/biddisco/apps/papi/5.5.1/lib/libpfm.so \
 -DHPX_WITH_MALLOC=JEMALLOC \
 -DHPX_WITH_TESTS:BOOL=ON \
 -DHPX_WITH_TESTS_BENCHMARKS:BOOL=ON \
 -DHPX_WITH_TESTS_EXTERNAL_BUILD:BOOL=OFF \
 -DHPX_WITH_TESTS_HEADERS:BOOL=OFF \
 -DHPX_WITH_TESTS_REGRESSIONS:BOOL=ON \
 -DHPX_WITH_TESTS_UNIT:BOOL=ON \
 -DHPX_WITH_EXAMPLES:BOOL=ON \
 -DHPX_WITH_HWLOC:BOOL=ON \
 -DHPX_WITH_PARCELPORT_MPI:BOOL=OFF \
 -DHPX_WITH_PAPI:BOOL=ON \
 -DHPX_WITH_APEX:BOOL=ON \
 -DHPX_WITH_APEX_NO_UPDATE:BOOL=ON \
 -DAPEX_WITH_OTF2:BOOL=ON \
 -DHPX_WITH_THREAD_IDLE_RATES:BOOL=ON \
 /home/biddisco/src/hpx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants