-
Notifications
You must be signed in to change notification settings - Fork 44
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
[WIP] Replacing DART locality interface by dyloc #408
base: development
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good so far. Will dyloc be mandatory to build DASH applications even if locality information are not used?
@@ -120,6 +120,11 @@ set_target_properties( | |||
COMPILE_FLAGS ${ADDITIONAL_COMPILE_FLAGS} | |||
) | |||
|
|||
set_target_properties( | |||
${DASH_DART_BASE_LIBRARY} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this required for dyloc? Related to #405?
@@ -7,6 +7,8 @@ | |||
#ifndef DART__MPI__DART_LOCALITY_PRIV_H__ | |||
#define DART__MPI__DART_LOCALITY_PRIV_H__ | |||
|
|||
#if 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove file?
@@ -287,6 +299,12 @@ foreach (dart_variant ${DART_IMPLEMENTATIONS_LIST}) | |||
${ADDITIONAL_LINK_FLAGS} | |||
${ADDITIONAL_LIBRARIES} | |||
) | |||
|
|||
set_target_properties( | |||
${DASH_LIBRARY} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this required for dyloc? Related to #405?
…dyloc Conflicts: dash/include/dash/Array.h
https://github.com/google/googletest/tree/master/googletest#incorporating-into-an-existing-cmake-project