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

[WIP] Replacing DART locality interface by dyloc #408

Open
wants to merge 20 commits into
base: development
Choose a base branch
from

Conversation

fuchsto
Copy link
Member

@fuchsto fuchsto commented May 19, 2017

Copy link
Member

@devreal devreal left a 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}
Copy link
Member

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
Copy link
Member

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}
Copy link
Member

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?

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

Successfully merging this pull request may close these issues.

2 participants