Skip to content

Commit

Permalink
trilinos16 added
Browse files Browse the repository at this point in the history
  • Loading branch information
LutzGross committed Sep 30, 2024
1 parent 5624390 commit 44ca198
Show file tree
Hide file tree
Showing 51,002 changed files with 27,055,336 additions and 2 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 1 addition & 2 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ vars.AddVariables(
EnumVariable('build_trilinos', 'Instructs scons to build the trilinos library.', "make", allowed_values = build_trilinos_flavours),
('trilinos_prefix', 'Prefix/Paths to Trilinos installation (need to be set if build_trilinos = False).', default_prefix),
('trilinos_libs', 'Trilinos libraries to link with', []),
PathVariable('trilinos_src', 'Top-level source directory for trilinos.', Dir('trilinos_source15').abspath, PathVariable.PathIsDir),
PathVariable('trilinos_src', 'Top-level source directory for trilinos.', Dir('trilinos_source16').abspath, PathVariable.PathIsDir),
PathVariable('trilinos_build', 'Top-level build directory for trilinos.', Dir('#/build_trilinos').abspath, PathVariable.PathIsDirCreate),
PathVariable('trilinos_install', 'Top-level install directory for trilinos when built', Dir('#/esys.trilinos').abspath, PathVariable.PathIsDirCreate),
#('trilinos_install', 'path to install trilinos libs, default is <prefix>/lib/esys', 'default'),
Expand Down Expand Up @@ -528,7 +528,6 @@ if not ( env['build_trilinos'] == "False" or env['build_trilinos'] == 'never' ):
SHARGS = [ env['trilinos_install'], env['CC'], env['CXX'], OPENMPFLAG, env['trilinos_src'] ]

print("Initialization of Trilinos build using", SHARGS )

if env['trilinos_make_sh'] == 'default':
if env['mpi'] not in [ 'none', 'no', True]:
#source=startdir + "/scripts/trilinos_mpi.sh"
Expand Down
9 changes: 9 additions & 0 deletions trilinos_source16/.git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# first run of clang-format over MueLu
1b1b032cf67a001d7c7595e3ccea653d5bcd1277
27387a814f72487f5a3fbb634cd5d1b298dfe4c5
# clang-format for Tempus
586c87a8f1d21a837401aed54973689ac1177fba
# Removed CRs from several package files
f2718045d03fc5622b05e62e3a28be6a89475989
# Removed CRs in cmake/ctest/drivers/ascicgpu031/drakify-email.pl
ca64fb4e4a495946d98e6e77060d5c03de6e21d7
22 changes: 22 additions & 0 deletions trilinos_source16/.gitdist.default
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
.
packages/moocho
packages/Sundance
packages/CTrilinos
packages/ForTrilinos
package/optika
packages/mesquite
packages/xSDKTrilinos
packages/framework/GenConfig
packages/framework/son-ini-files
packages/framework/srn-ini-files
packages/trilinos_linear_solvers
TriBITS
TriBITS/TriBITSDoc
run_trilinos_pr_builds
kokkos
kokkos-kernels
seacas
DataTransferKit
preCopyrightTrilinos
DrekarBase
DrekarResearch
87 changes: 87 additions & 0 deletions trilinos_source16/.github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
/packages/amesos/ @trilinos/amesos

/packages/amesos2/ @trilinos/amesos2

/packages/anasazi/ @trilinos/anasazi

/packages/aztecoo/ @trilinos/aztecoo

/packages/belos/ @trilinos/belos

/packages/epetra/ @trilinos/epetra

/packages/epetraext/ @trilinos/epetraext

/packages/framework/ @trilinos/framework

/packages/ifpack/ @trilinos/ifpack

/packages/ifpack2/ @trilinos/ifpack2

/packages/intrepid/ @trilinos/intrepid

/packages/intrepid2/ @trilinos/intrepid2

/packages/isorropia/ @trilinos/isorropia

/packages/kokkos/ @trilinos/kokkos

/packages/kokkos-kernels/ @trilinos/kokkos-kernels

/packages/ml/ @trilinos/ml

/packages/muelu/ @trilinos/muelu

/packages/new_package/ @trilinos/new_package

/packages/nox/ @trilinos/nox

/packages/pamgen/ @trilinos/pamgen

/packages/panzer/ @trilinos/panzer

/packages/phalanx/ @trilinos/phalanx

/packages/piro/ @trilinos/piro

/packages/pliris/ @trilinos/pliris

/packages/PyTrilinos/ @trilinos/pytrilinos

/packages/rol/ @trilinos/rol

/packages/rtop/ @trilinos/rtop

/packages/sacado/ @trilinos/sacado

/packages/seacas/ @trilinos/seacas

/packages/shards/ @trilinos/shards

/packages/shylu/ @trilinos/shylu

/packages/stk/ @trilinos/stk

/packages/stokhos/ @trilinos/stokhos

/packages/stratimikos/ @trilinos/stratimikos

/packages/teko/ @trilinos/teko

/packages/tempus/ @trilinos/tempus

/packages/teuchos/ @trilinos/teuchos

/packages/thyra/ @trilinos/thyra

/packages/tpetra/ @trilinos/tpetra

/packages/trilinoscouplings/ @trilinos/trilinoscouplings

/packages/triutils/ @trilinos/triutils

/packages/xpetra/ @trilinos/xpetra

/packages/zoltan/ @trilinos/zoltan

/packages/zoltan2/ @trilinos/zoltan2
28 changes: 28 additions & 0 deletions trilinos_source16/.github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
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 organization members, please @ mention the correct package team.
If you are not a member, please refer to https://github.com/trilinos/Trilinos/wiki/Trilinos-Package-Owners to mention the correct parties (because non-members cannot mention Github teams).

### 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]
17 changes: 17 additions & 0 deletions trilinos_source16/.github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Documentation
about: Help us improve our documentation.
title: "PackageName: General Summary of the Documentation Needed"
labels: "impacting: documentation"
assignees: ''

---

## Documentation
Trilinos organization members, please @ mention the correct package team.
If you are not a member, please refer to https://github.com/trilinos/Trilinos/wiki/Trilinos-Package-Owners to mention the correct parties (because non-members cannot mention Github teams).

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?
18 changes: 18 additions & 0 deletions trilinos_source16/.github/ISSUE_TEMPLATE/enhancement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Enhancement
about: Help us fix something that's broken.
title: "PackageName: General Summary of the Enhancement"
labels: "type: enhancement"
assignees: ''

---

## Enhancement
Trilinos organization members, please @ mention the correct package team.
If you are not a member, please refer to https://github.com/trilinos/Trilinos/wiki/Trilinos-Package-Owners to mention the correct parties (because non-members cannot mention Github teams).

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?
16 changes: 16 additions & 0 deletions trilinos_source16/.github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Question
about: What's something you need help with?
title: "PackageName: General Summary of the Question"
labels: "type: question"
assignees: ''

---

## Question
Trilinos organization members, please @ mention the correct package team.
If you are not a member, please refer to https://github.com/trilinos/Trilinos/wiki/Trilinos-Package-Owners to mention the correct parties (because non-members cannot mention Github teams).

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?
10 changes: 10 additions & 0 deletions trilinos_source16/.github/ISSUE_TEMPLATE/triage_issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Triage
about: Help us fix something that's broken.
title: "<TestName> failing in Trilinos builds starting <Date>"
labels: "type: bug, impacting: tests, Primary Build"
projects: 'Build Triage'
assignees: ''

---

75 changes: 75 additions & 0 deletions trilinos_source16/.github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
<!---
Note that anything between these delimiters is a comment that will not appear
in the pull request description once created. Most areas in this message are
commented out and can be easily added by removing the comment delimiters.
CHOOSE APPROPRIATE BRANCH
Be sure to select `develop` as the `base` branch against which to create this
pull request. Only pull requests against `develop` will undergo Trilinos'
automated testing. Pull requests against `master` will be ignored.
TITLE
Provide a general summary of your changes in the Title above. If this pull
request pertains to a particular package in Trilinos, it's worthwhile to start
the title with "PackageName: ".
REVIEWERS
Please make sure to mark:
* Reviewers
* Assignees
* Labels
SHOULD THIS PR BE IN THE RELEASE NOTES?
If the changes in the PR should be considered for inclusion in the release notes,
please apply the label "xx.y release note" where xx.y is the version of the
upcoming release.
NOTIFY THE RIGHT TEAMS
Replace <teamName> below with the appropriate Trilinos package/team name.
-->
@trilinos/<teamName>

## Motivation
<!---
Why is this change required? What problem does it solve? Please link to a github
issue that describes the problem/issue/bug this PR solves.
-->

## Related Issues
<!---
If applicable, let us know how this merge request is related to any other open
issues or pull requests:
-->

* Closes `put-issue-number-here`

<!--
Other options are
* Blocks
* Is blocked by
* Follows
* Precedes
* Related to
* Part of
* Composed of
-->


## Stakeholder Feedback
<!---
If a github issue includes feedback from the relevant stakeholder(s), please link it.
If the stakeholder(s) communicated that feedback through a different medium, please note that you did so.
-->

## Testing
<!---
Please confirm that any classes or functions in the Trilinos library that this PR touches are
exercised by at least one test in Trilinos. Please specify which test that is. For untestable
changes (e.g. changes to the nightly testing system) or changes to Trilinos tests, please say "N/A".
-->

<!---
## Additional Information
Anything else we need to know in evaluating this merge request?
-->
8 changes: 8 additions & 0 deletions trilinos_source16/.github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
target-branch: develop

Loading

0 comments on commit 44ca198

Please sign in to comment.