You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/README.md
-8Lines changed: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,6 @@
4
4
5
5
Runs on push, this action runs our perl script in `buildsystem/tools/file_naming_conventions.pl` to enforce certain name restrictions defined in our developer guidelines (P003). We use one action to checkout the code, then another to install perl before running the script.
6
6
7
-
## `ornl_ascent_mirror.yaml`
8
-
9
-
This pushes to a GitLab at ORNL and runs CI/CD on Ascent. This also can re-build modules for testing newer versions of ExaGO and it's dependencies without needing to monitor builds by hand.
10
-
11
-
## `pnnl_mirror.yaml`
12
-
13
-
Similar to `ornl_ascent_mirror.yaml`, this mirrors to PNNL GitLab, but also supports Incline, Decpeption and Newell.
14
-
15
7
## `pre_commit.yaml`
16
8
17
9
This enforces and runs pre-commit, and automatically commits fixes to any tests that it can. Noteably applies clang formatting, and cmake formatting most often, and requires developers to either install locally, or rebase to incorporate changes.
1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) to redistribute and use the Software in source and binary forms, with or without modification. Such person or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and may permit others to do so, subject to the following conditions:
4
-
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimers.
5
-
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
6
-
- Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any form whatsoever without the express written consent of Battelle.
7
-
2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4
+
ExaGO™ version 2
8
5
9
-
This license DOES NOT apply to any third-party libraries used. Those libraries are covered by their own license.
6
+
7
+
Open Source License:
8
+
9
+
Subject to the conditions of this License, UT-Battelle, LLC, hereby grants
10
+
free of charge, to any person obtaining a copy of this software and associated
11
+
documentation files (the "Software"), a perpetual, worldwide, non-exclusive,
12
+
no-charge, royalty-free, irrevocable copyright license to use, copy, modify,
13
+
merge, publish, distribute, and/or sublicense copies of the Software.
14
+
15
+
1. Redistributions of Software must retain the above open source license grant,
16
+
copyright and license notices, this list of conditions, and the disclaimer
17
+
listed below. Changes or modifications to, or derivative works of the
18
+
Software must be noted with comments and the contributor and organization's
19
+
name. If the Software is protected by a proprietary trademark owned by
20
+
UT-Battelle, LLC or the Department of Energy, then derivative works of the
21
+
Software may not be distributed using the trademark without the prior written
22
+
approval of the trademark owner.
23
+
24
+
2. Neither the names of Licensor nor the Department of Energy may be used to
25
+
endorse or promote products derived from this Software without their specific
26
+
prior written permission.
27
+
28
+
3. The Software, with or without modification, must include the following
29
+
acknowledgment: "This product includes software produced by UT-Battelle, LLC
30
+
under Contract No. DE-AC05-00OR22725 with the Department of Energy.”
1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) to redistribute and use the Software in source and binary forms, with or without modification. Such person or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and may permit others to do so, subject to the following conditions:
4
+
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimers.
5
+
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
6
+
- Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any form whatsoever without the express written consent of Battelle.
7
+
2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
8
+
9
+
This license DOES NOT apply to any third-party libraries used. Those libraries are covered by their own license.
@@ -64,7 +64,8 @@ Instructions for executing the different ExaGO<sup>TM</sup> applications is give
64
64
-[SCOPFLOW](docs/web/scopflow.md)
65
65
-[PFLOW](docs/web/pflow.md)
66
66
67
-
We also provide our user manual as a pdf [manual.pdf](docs/manual/manual.pdf) -> need to update this regularly with CI / move to quarto docs.
67
+
We also provide our user manual as a pdf [manual.pdf](docs/manual/manual.pdf)
68
+
-> need to update this regularly with CI / move to quarto docs.
68
69
69
70
## Tutorials
70
71
@@ -79,7 +80,9 @@ We also provide our user manual as a pdf [manual.pdf](docs/manual/manual.pdf) ->
79
80
80
81
### Options
81
82
82
-
Each application has a different set of options that are described in depth in the usage notes. These options can be passed optionally through an options file (`-optionsfile <option_file>`), or directly on the command line.
83
+
Each application has a different set of options that are described in depth in
84
+
the usage notes. These options can be passed optionally through an options file
85
+
(`-optionsfile <option_file>`), or directly on the command line.
83
86
84
87
Since options may be specified in more than one location (on the command line, and through an options file), it is worth noting that the option specified on the command line supersede those in the options file. For example, if `opflowoptions` options file set the network file via the option `-netfile case9mod.m`, the following behavior occurs:
85
88
@@ -92,35 +95,50 @@ Since options may be specified in more than one location (on the command line, a
92
95
```
93
96
94
97
## Visualization (experimental)
95
-
ExaGO has an experimental visualization to display the results of `OPFLOW` application on a map. See the [visualization README](viz/README.md) for more information.
98
+
ExaGO has an experimental visualization to display the results of `OPFLOW`
99
+
application on a map. See the [visualization README](viz/README.md) for more
100
+
information.
96
101
97
102
## Contributing
98
103
99
-
Please see [the developer guidelines](docs/developer_guidelines.md) before attempting to contribute.
100
-
Feel free to raise an issue or contact the team if the guidelines are ambiguous or you have a particular question.
104
+
Please see [the developer guidelines](docs/developer_guidelines.md) before
105
+
attempting to contribute. Feel free to raise an issue or contact the team if
106
+
the guidelines are ambiguous or you have a particular question.
101
107
102
108
## Authors
103
-
- Shrirang Abhyankar
109
+
ExaGO<sup>TM</sup> was designed and implemented by Shrirang Abhyankar. It has
110
+
received significant from following developers:
104
111
- Slaven Peles
112
+
- Nicholson Koukpaizan
113
+
- Maksudul Alam
105
114
- Asher Mancinelli
106
115
- Cameron Rutherford
116
+
- Joshua Hambrick
117
+
- Philip Fackler
118
+
- Eve Tsybina
107
119
- Bruce Palmer
108
120
- Jaelyn Litzinger
109
121
- William Perkins
110
122
- Sayef Azad Sakin
111
123
- Joseph Macam
112
124
- Ryan Danehy
113
-
- Nicholson Koukpaizan
114
125
115
126
## Acknowledgement
116
-
This package is developed as a part of [ExaSGD](https://www.exascaleproject.org/research-project/exasgd/) project under the [Exascale computing project](https://www.exascaleproject.org/).
127
+
ExaGO<sup>TM</sup> has been originally developed as a part of
ExaGO<sup>TM</sup> is a free software distributed under a BSD 2-clause license. You may reuse, modify, and redistribute the software. See the [license](LICENSE) file for details.
ExaGO<sup>TM</sup> (v2) is a free software distributed under a BSD-style
136
+
license. See the [LICENSE](LICENSE) and [NOTICE](NOTICE) files for details.
137
+
All new contributions to ExaGO<sup>TM</sup> must be made under the same
138
+
licensing terms. ExaGO<sup>TM</sup> v2 contains code from ExaGO v1.6.0,
139
+
licensed under 2-clause BSD [license](LICENSE-1.6.0).
123
140
124
-
## Disclaimer
125
-
This material was prepared as an account of work sponsored by an agency of the United States Government. Neither the United States Government nor the United States Department of Energy, nor Battelle, nor any of their employees, nor any jurisdiction or organization that has cooperated in the development of these materials, makes any warranty, express or implied, or assumes any legal liability or responsibility for the accuracy, completeness, or usefulness or any information, apparatus, product, software, or process disclosed, or represents that its use would not infringe privately owned rights.
126
-
Reference herein to any specific commercial product, process, or service by trade name, trademark, manufacturer, or otherwise does not necessarily constitute or imply its endorsement, recommendation, or favoring by the United States Government or any agency thereof, or Battelle Memorial Institute. The views and opinions of authors expressed herein do not necessarily state or reflect those of the United States Government or any agency thereof.
141
+
Please Note If you are using ExaGO<sup>TM</sup> with any third party libraries
142
+
linked in (e.g., CoinHSL), be sure to review the respective license of the
143
+
package as that license may have more restrictive terms than the
0 commit comments