-
Notifications
You must be signed in to change notification settings - Fork 587
Remove Xpetra warnings when compiling for CUDA #1148
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
Labels
Comments
@trilinos/xpetra |
Examples here. |
So, does it work for all compilers? Different compilers produce different warnings? |
I think this is just meant to address the particular CUDA warning |
jhux2
added a commit
that referenced
this issue
Aug 4, 2017
To eliminate "warning: dynamic initialization in unreachable code". See github issues #1133 and #1148. Build/Test Cases Summary Enabled Packages: MueLu, Xpetra Disabled Packages: PyTrilinos,Claps,TriKota Enabled all Forward Packages 0) MPI_RELEASE_DEBUG_SHARED_PT => passed: passed=585,notpassed=0 (103.63 min) Other local commits for this build/test group: 5470ba5, ae1c06a
lxmota
pushed a commit
that referenced
this issue
Aug 8, 2017
To eliminate "warning: dynamic initialization in unreachable code". See github issues #1133 and #1148. Build/Test Cases Summary Enabled Packages: MueLu, Xpetra Disabled Packages: PyTrilinos,Claps,TriKota Enabled all Forward Packages 0) MPI_RELEASE_DEBUG_SHARED_PT => passed: passed=585,notpassed=0 (103.63 min) Other local commits for this build/test group: 5470ba5, ae1c06a
crtrott
pushed a commit
to mndevec/Trilinos
that referenced
this issue
Aug 17, 2017
To eliminate "warning: dynamic initialization in unreachable code". See github issues trilinos#1133 and trilinos#1148. Build/Test Cases Summary Enabled Packages: MueLu, Xpetra Disabled Packages: PyTrilinos,Claps,TriKota Enabled all Forward Packages 0) MPI_RELEASE_DEBUG_SHARED_PT => passed: passed=585,notpassed=0 (103.63 min) Other local commits for this build/test group: 5470ba5, ae1c06a
Closing, as these warnings have been addressed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
We can use the macro
TEUCHOS_NONREACHABLE_RETURN(RETURN_VAL)
as in issue #1140 to get rid of warnings likeThe text was updated successfully, but these errors were encountered: