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

979-shortenwinnames #1000

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

jpopelar
Copy link

This branch aims to trim down the length of some of the variable names used in kokkos-kernels/cmake, as on Windows there are link errors if the names generated in CMake are too long. Currently, we replace instances of MEMSPACE_HOSTSPACE to HOSTSP.

We are submitting this pull request to initiate a discussion on the desired approach. We note that TPetra does something similar, but with shorter instance names, and there are no problems in building TPetra.

…nces of MEMSPACE_HOSTSPACE with HOSTSP to trim down on some of the long variable names. Similar replacements made for KokkosKernels_config.h.in
@jpopelar jpopelar changed the base branch from master to develop May 27, 2021 20:21
@kokkos-devops-admin
Copy link

Status Flag 'Pre-Test Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging
WARNING: NO REVIEWERS HAVE BEEN REQUESTED FOR THIS PULL REQUEST!

@kokkos-devops-admin
Copy link

Status Flag 'Pre-Test Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging
NO INSPECTION HAS BEEN PERFORMED ON THIS PULL REQUEST! - This PR must be inspected by setting label 'AT: PRE-TEST INSPECTED'.

@cwpearson
Copy link
Contributor

This looks newer than related #395

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

Successfully merging this pull request may close these issues.

3 participants