forked from trilinos/Trilinos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge 'trilinos/Trilinos:develop' (8c5bac7) into 'tcad-charon/Trilino…
…s:develop' (7db7806). * trilinos-develop: (128 commits) MueLu: Better configure time checks for matlab EXODUS: Fix a few off-by-one in copy_string (trilinos#4961) Phalanx: Evalautor Typo Fix tpetra: added scalar = int instantiation as suggested in trilinos#4951 Belos,Ifpack2,ShyLU: Fix use of deprecated Tpetra features MueLu: fix link issue Tpetra: Fix trilinos#4857 Tpetra::CrsGraph: Hide CrsGraphCopier in deprecated macro Tpetra::MultiVector: Hide MultiVectorCloner in deprecated macro Ifpack2: Fix use of deprecated Tpetra::Map constructor Tpetra,Ifpack2: Finish hiding methods deprecated by trilinos#2630 IOSS: Fix name length handling one last time SUPES: Fix off-by-one error xpetra: removed default types in deprecated code Set Trilinos_MAKE_INSTALL_WORLD_READABLE=ON by default (trilinos#2689) Automatic snapshot commit from tribits at 747ad3d KokkosKernels: Patching in test size reduction to D2GC unit test MueLu: Fixing issue identified by Yingzhou Li (4927) MueLu: Fixing issue identified by Yingzhou Li (4927) MueLu: Fixing issue identified by Yingzhou Li (4927) ...
- Loading branch information
Showing
379 changed files
with
8,889 additions
and
6,370 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
name: Bug Report | ||
about: Help us fix something that's broken. | ||
title: "PackageName: General Summary of the Bug" | ||
labels: "type: bug" | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Bug Report | ||
@trilinos/\<PackageName\> | ||
|
||
### Description | ||
What went wrong? What should have happened? Do you have an idea what might | ||
fix things? How has this bug affected you? What are you trying to accomplish? | ||
What specifically must we demonstrate to call this work complete? | ||
|
||
### Steps to Reproduce | ||
1. SHA1: [insert here] | ||
1. Configure script: [attach here] | ||
1. Configure log: [attach here] | ||
1. Build log: [attach here] | ||
1. Input deck: [attach here] | ||
1. Do this. | ||
1. Do that. | ||
1. Shake fist angrily at computer. | ||
1. Run log: [attach here] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
name: Documentation | ||
about: Help us improve our documentation. | ||
title: "PackageName: General Summary of the Documentation Needed" | ||
labels: "impacting: documentation" | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Documentation | ||
@trilinos/\<PackageName\> | ||
|
||
What would you like to see in the documentation? How does our current | ||
documentation not meet your needs? How has this lack of documentation affected | ||
you? What are you trying to accomplish? What specifically must we demonstrate | ||
to call this work complete? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: Enhancement | ||
about: Help us fix something that's broken. | ||
title: "PackageName: General Summary of the Enhancement" | ||
labels: "type: enhancement" | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Enhancement | ||
@trilinos/\<PackageName\> | ||
|
||
What feature/addition is needed? How does this differ from what we currently | ||
have? Are there any alternative solutions you've considered? Do you have | ||
suggestions on implementation? How has the lack of this feature affected you? | ||
What are you trying to accomplish? What specifically must we demonstrate to | ||
call this work complete? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
name: Question | ||
about: What's something you need help with? | ||
title: "PackageName: General Summary of the Question" | ||
labels: "type: question" | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Question | ||
@trilinos/\<PackageName\> | ||
|
||
What are you wondering about? What has you confused? What answers do you | ||
need? What are you trying to accomplish? How does your question fit into what | ||
you're trying to do? |
File renamed without changes.
8 changes: 8 additions & 0 deletions
8
...rs/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-10.1-gnu-7.2.0-rdc-release-debug-pt.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
if [ "${Trilinos_TRACK}" == "" ] ; then | ||
export Trilinos_TRACK=Specialized | ||
fi | ||
if [ "${ATDM_CONFIG_KNOWN_HOSTNAME}" == "ride" ] ; then | ||
export EXCLUDE_NODES_FROM_BSUB="-R hname!=ride7" | ||
fi | ||
$WORKSPACE/Trilinos/cmake/ctest/drivers/atdm/ride/local-driver.sh |
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
...e/ctest/drivers/atdm/ride/drivers/Trilinos-atdm-white-ride-cuda-10.1-gnu-7.2.0-release.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/bin/bash | ||
if [ "${Trilinos_TRACK}" == "" ] ; then | ||
export Trilinos_TRACK=Specialized | ||
fi | ||
$WORKSPACE/Trilinos/cmake/ctest/drivers/atdm/ride/local-driver.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.