Commit bb6ed5b
Exodiff/EPU/io_shell changeset modifications (#547)
* EXODIFF: Modifications to support changesets
* EXODUS: Minor cleanup
* EXODUS: Possible change for changeset support. Need to decide if this is right
* Committing clang-format changes
* EXODIFF: Clean up change-set handling
* Committing clang-format changes
* EXODIFF: Fix memory issue with cached static vector size
* Clean up compiler warnings
* EXODUS: Handle cleanup of files with groups on ex_close
* Committing clang-format changes
* EXODIFF: Do not open file if empty name
* EXODIFF: Support summary flag, refactor changeset parsing
* Committing clang-format changes
* EXODIFF: Handle compare 1 file with cs, other with none
* EXODIFF: Need different method for supporting changesets with variable changes
* EXODIFF: Better handling of changeset with differing variable counts per changeset
* Committing clang-format changes
* IOSS: Get group writing working for parallel composed output
* Committing clang-format changes
* IOSS: Refactor some uses of IOSS_ERROR
* Committing clang-format changes
* EPU: Refactor template int / double handling
* EPU: Refactor and initial changeset
* Detect changesets in input file(s) and error if count is different.
* If contain changesets, open first changeset
* Throw from initialize instead of returning bool and then throwing.
* EPU: Add option to select a specific change set on input file
* EPU: Working with change sets now (alpha)
* Committing clang-format changes
* CI: Install x11
* CI: Another try at fixing x11 dependency
* CI: Fix x11 dependency
* EPU: Clean up of change set handling
* Committing clang-format changes
* EPU: Fix change set selection logic for files with no change sets
* CI: Rebuild intel cache to see if fixes fmt issue
* CI: See if affects intel build
* CI: See if affects intel build
* CI: Another try at intel - rebuild cache
* CI: Update intel compiler name
* CI: Update kokkos version
* CI: Fix kokkos tpl install
* CI: See if can get parallel threadsafe running
* CI: fix syntax
* APREPRO: Fix compiler warning
* CONJOIN: first handling of change set files
* Committing clang-format changes
* CONJOIN: Do not read sets if there are not any
* IOSS: Add tinit and tdelta to generated mesh to control timestep output
* IOSS: Add two conjoin changeset tests
* Committing clang-format changes
* CONJOIN: Fix potential memory issue in group name inquiry
* Committing clang-format changes
* CI: Add testing of cs decomp/compose/epu
* CONJOIN: Fix integer 64/32 bit handling
* CONJOIN: Enable using single input file with no change sets
* Committing clang-format changes
* Fix spelling errors
* EXPLORE: Basic support for change sets
* EXODUS_FOR: Basic support for change sets
* Committing clang-format changes
* IOSS: cgns - minor tweak to decomposition algorithm to avoid 0 intervals
* GREPOS: Add selection of input change set
* EXPLORE: If invalid change set selected, exit
* Committing clang-format changes
* basic support for change sets in fortran codes
* SVDI: Remove some very old ignored debug output
* SCRIPTS: Change set support for blot, remove tabs
* SCRIPTS: Unify blot and blot.in
* Committing clang-format changes
* EXO_FORMAT: Output change set count; refactor better C
* ALGEBRA: Basic change set support
* Clean up copyright dates
* EXO2MAT: basic change set support; minor refactoring
* SLICE: Fix argument parsing
* Committing clang-format changes
* NEM_SLICE: Allow selecting input change set
* NEM_SPREAD: Basic support for reading a specific change set index
* SCRIPTS: Support change set selection in decomp script
* Committing clang-format changes
* IOSS: Minor formatting improvement
* APREPRO: Add basic support for change sets
* Committing clang-format changes
* APREPRO: Clang-format files
* CI: Also format cc files
* Committing clang-format changes
* CI: Make filenames unique so multiple tests can be run simultaneously
* Committing clang-format changes
* EXODUS_FOR: Handle large integer parameter correctly
* EXODUS_FOR: Use new style parameter statements
* SCRIPTS: Use braces when passing arg >= 10
* NEM_SLICE, NEM_SPREAD: Use correct variable in error message
* Committing clang-format changes
* APREPRO: Add exodus_query_change_sets function
* Committing clang-format changes
* Committing clang-format changes
* Committing clang-format changes
* Committing clang-format changes
---------
Signed-off-by: Greg Sjaardema <gsjaardema@gmail.com>
Co-authored-by: Greg Sjaardema <gdsjaar@sandia.gov>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>1 parent a31653d commit bb6ed5b
File tree
114 files changed
+13610
-3228
lines changed- .github/workflows
- TPL
- packages/seacas
- applications
- algebra
- blot
- cgi
- conjoin
- ejoin
- epu
- exo2mat
- exo_format
- exodiff
- explore
- fastq
- cgi
- grepos
- nem_slice
- nem_spread
- slice
- zellij
- libraries
- aprepro_lib
- exodus_for
- include
- src
- exodus/src
- ioss/src
- cgns
- exodus
- gen_struc
- generated
- heartbeat
- main
- suplib_cpp
- svdi/cgi
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
114 files changed
+13610
-3228
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
| 49 | + | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
815 | 815 | | |
816 | 816 | | |
817 | 817 | | |
818 | | - | |
819 | 818 | | |
820 | 819 | | |
821 | 820 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
| |||
137 | 138 | | |
138 | 139 | | |
139 | 140 | | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
| 141 | + | |
149 | 142 | | |
150 | 143 | | |
151 | 144 | | |
152 | 145 | | |
153 | 146 | | |
154 | 147 | | |
155 | 148 | | |
156 | | - | |
| 149 | + | |
157 | 150 | | |
158 | 151 | | |
159 | 152 | | |
| |||
162 | 155 | | |
163 | 156 | | |
164 | 157 | | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
165 | 187 | | |
166 | 188 | | |
167 | 189 | | |
| |||
504 | 526 | | |
505 | 527 | | |
506 | 528 | | |
507 | | - | |
| 529 | + | |
508 | 530 | | |
509 | 531 | | |
510 | 532 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
| 242 | + | |
| 243 | + | |
243 | 244 | | |
244 | 245 | | |
245 | 246 | | |
| |||
254 | 255 | | |
255 | 256 | | |
256 | 257 | | |
257 | | - | |
| 258 | + | |
| 259 | + | |
258 | 260 | | |
259 | 261 | | |
260 | 262 | | |
| |||
323 | 325 | | |
324 | 326 | | |
325 | 327 | | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
326 | 351 | | |
327 | 352 | | |
328 | 353 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
1659 | 1659 | | |
1660 | 1660 | | |
1661 | 1661 | | |
1662 | | - | |
| 1662 | + | |
1663 | 1663 | | |
1664 | 1664 | | |
1665 | 1665 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
1657 | 1657 | | |
1658 | 1658 | | |
1659 | 1659 | | |
1660 | | - | |
| 1660 | + | |
1661 | 1661 | | |
1662 | 1662 | | |
1663 | 1663 | | |
| |||
0 commit comments