Skip to content
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

Feature/arkode sts #541

Open
wants to merge 383 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 250 commits
Commits
Show all changes
383 commits
Select commit Hold shift + click to select a range
3ba03a8
Merge branch 'feature/arkode-sts' of github.com:LLNL/sundials into fe…
maggul Sep 11, 2024
bb398eb
Formatting
maggul Sep 11, 2024
49ec1a8
Formatting
maggul Sep 11, 2024
f22d899
Formatting
maggul Sep 11, 2024
302977f
Formatting
maggul Sep 11, 2024
fff136f
Formatting
maggul Sep 11, 2024
f193d77
Update CHANGELOG.md
maggul Sep 11, 2024
3a28bc1
Update doc/shared/RecentChanges.rst
maggul Sep 11, 2024
809d698
Update doc/arkode/guide/source/Constants.rst
maggul Sep 11, 2024
bdd1164
Update doc/arkode/guide/source/Mathematics.rst
maggul Sep 11, 2024
c3c2fa8
Update doc/arkode/guide/source/Mathematics.rst
maggul Sep 11, 2024
450c589
revision
maggul Sep 11, 2024
74e3234
Update doc/arkode/guide/source/Usage/LSRKStep/User_callable.rst
maggul Sep 11, 2024
45ef083
Update doc/arkode/guide/source/Mathematics.rst
maggul Sep 11, 2024
4c8d799
Update doc/arkode/guide/source/Usage/LSRKStep/User_callable.rst
maggul Sep 11, 2024
dde6b09
Update doc/arkode/guide/source/Usage/LSRKStep/User_callable.rst
maggul Sep 11, 2024
0febd35
Update doc/arkode/guide/source/Usage/LSRKStep/User_callable.rst
maggul Sep 11, 2024
fd5ce2e
Update doc/arkode/guide/source/Usage/LSRKStep/User_callable.rst
maggul Sep 11, 2024
e2b8ee9
Update doc/arkode/guide/source/Usage/LSRKStep/User_callable.rst
maggul Sep 11, 2024
e8cb4fa
Update doc/arkode/guide/source/Usage/LSRKStep/User_callable.rst
maggul Sep 11, 2024
0a191e7
Update doc/arkode/guide/source/Usage/LSRKStep/User_callable.rst
maggul Sep 11, 2024
b65f104
Update doc/arkode/guide/source/Usage/LSRKStep/User_callable.rst
maggul Sep 11, 2024
c82cd10
Update doc/arkode/guide/source/Usage/LSRKStep/User_callable.rst
maggul Sep 11, 2024
d5c551d
Update doc/arkode/guide/source/Usage/LSRKStep/User_callable.rst
maggul Sep 11, 2024
1b9baab
Update doc/arkode/guide/source/Usage/LSRKStep/User_callable.rst
maggul Sep 11, 2024
e87e4ab
Update doc/arkode/guide/source/Usage/LSRKStep/User_callable.rst
maggul Sep 11, 2024
84b7fb1
Update doc/arkode/guide/source/Mathematics.rst
maggul Sep 11, 2024
570f97e
Update doc/arkode/guide/source/Usage/LSRKStep/User_callable.rst
maggul Sep 11, 2024
cf9ad4f
Update doc/arkode/guide/source/Usage/LSRKStep/User_callable.rst
maggul Sep 11, 2024
5e3f41e
Update doc/arkode/guide/source/Usage/LSRKStep/User_callable.rst
maggul Sep 11, 2024
e5e717f
Update doc/arkode/guide/source/Usage/LSRKStep/User_callable.rst
maggul Sep 11, 2024
dccd7ee
Update doc/arkode/guide/source/Usage/LSRKStep/User_callable.rst
maggul Sep 11, 2024
02705f2
Update doc/arkode/guide/source/Usage/LSRKStep/User_callable.rst
maggul Sep 11, 2024
dd1bd39
Update doc/arkode/guide/source/Usage/LSRKStep/User_supplied.rst
maggul Sep 11, 2024
f5097e1
Update doc/arkode/guide/source/Usage/LSRKStep/User_supplied.rst
maggul Sep 11, 2024
183de6a
Update doc/shared/sundials.bib
maggul Sep 11, 2024
79c27fa
Update src/arkode/arkode_lsrkstep_io.c
maggul Sep 11, 2024
bdef9ba
reinit updates
maggul Sep 11, 2024
1e4e9be
Update src/arkode/arkode_lsrkstep.c
maggul Sep 11, 2024
c611a4a
Update examples/arkode/C_serial/lsrk_analytic.c
maggul Sep 11, 2024
0bb539d
Update examples/arkode/C_serial/lsrk_analytic.c
maggul Sep 11, 2024
86759b5
Apply suggestions from code review
maggul Sep 12, 2024
17f57b3
Formatting
maggul Sep 12, 2024
26a4e41
Update src/arkode/arkode_lsrkstep_io.c
maggul Sep 12, 2024
38a2e3c
Fixed Num of RHS evaluations
maggul Sep 13, 2024
542c038
added new functions
maggul Sep 13, 2024
96ba076
printf to arkProcessError
maggul Sep 13, 2024
95dd72f
printf to arkProcessError
maggul Sep 13, 2024
f0233cd
N_VLinearSum to N_VLinearCombination
maggul Sep 13, 2024
e7e20ee
step module parameters
maggul Sep 13, 2024
a0f90e2
step_mem->q update
maggul Sep 13, 2024
ca895a1
comment update
maggul Sep 13, 2024
3ccf73b
match updates with a different branch
maggul Sep 13, 2024
d8df120
order updates
maggul Sep 16, 2024
6cdad46
stagemaxlimit problem
maggul Sep 16, 2024
3f15b08
Fixed LSRK constant descriptions in table
drreynolds Sep 17, 2024
48a9be4
Ran formatter, and regenerated Fortran interfaces
drreynolds Sep 17, 2024
56ab7ea
Fixed vestigial documentation references to ARKStep in other stepper …
drreynolds Sep 17, 2024
2c90942
Minor cleanup
drreynolds Sep 17, 2024
c688249
Renamed 'explicit' to 'explicitSTS'
drreynolds Sep 17, 2024
a97df27
Fixed conversion 'error'
drreynolds Sep 17, 2024
9a3c241
formatting
drreynolds Sep 17, 2024
d54bccc
Fixed conversion 'error'
drreynolds Sep 17, 2024
8abb3ff
Fixed unused variable 'error'
drreynolds Sep 17, 2024
5c16d7f
Fixed unused variable, shadow, and reorder 'errors'
drreynolds Sep 17, 2024
03536f5
Fixed newly-introduced compilation error; added analytical solution f…
drreynolds Sep 17, 2024
93c9f79
Fixed unused variable 'error'
drreynolds Sep 17, 2024
5544e8d
formatting
drreynolds Sep 17, 2024
85ba7cb
formatting
drreynolds Sep 17, 2024
08e764d
revision
maggul Sep 17, 2024
e28bdfd
revision
maggul Sep 17, 2024
3b35ba1
formatting
maggul Sep 17, 2024
ac99a77
precision
maggul Sep 18, 2024
8a39c1a
revision
maggul Sep 18, 2024
dc7f680
Applied some suggestions from code review
drreynolds Sep 19, 2024
65b62df
Made recommended changes from code review
drreynolds Sep 19, 2024
22b75fe
revision
maggul Sep 19, 2024
1187945
Moved 'using namespace std' to .cpp file
drreynolds Sep 19, 2024
9bfeb7c
removed use of SUNR* math functions
drreynolds Sep 19, 2024
8850586
merged
drreynolds Sep 19, 2024
bf8c1dd
formatting
drreynolds Sep 19, 2024
9fc1e3a
nfe
maggul Sep 19, 2024
90c4ea6
Merge branch 'feature/arkode-sts' of github.com:LLNL/sundials into fe…
maggul Sep 19, 2024
7cd161f
revision
maggul Sep 19, 2024
3edafa9
Applied recommendation from code review
drreynolds Sep 20, 2024
bbb16e6
revision
maggul Sep 20, 2024
031dbb2
Formatting
maggul Sep 21, 2024
1eeb4b8
Formatting
maggul Sep 21, 2024
d2725f3
Formatting
maggul Sep 21, 2024
8c259ba
revision
maggul Sep 21, 2024
77fe55a
Formatting
maggul Sep 21, 2024
bcd1524
Formatting
maggul Sep 21, 2024
eae9a3c
revision
maggul Sep 21, 2024
b4a4088
Bugfix & formatting
maggul Sep 21, 2024
65fa17c
Formatting
maggul Sep 21, 2024
37c014b
Formatting
maggul Sep 21, 2024
f75f0d3
Test Failure issue
maggul Sep 21, 2024
c0f7738
revert for testing failure
maggul Sep 21, 2024
1b285ae
Formatting
maggul Sep 21, 2024
529a95b
revision
maggul Sep 23, 2024
fd68978
revision
maggul Sep 24, 2024
1d8f635
Formatting
maggul Sep 24, 2024
cb2d142
revision
maggul Sep 25, 2024
88eef15
revision
maggul Sep 25, 2024
247f441
Updated diffusion_2D benchmarkbased on PR feedback
drreynolds Sep 25, 2024
ab3b556
Merge branch 'feature/arkode-sts' of github.com:LLNL/sundials into fe…
drreynolds Sep 25, 2024
1ebe007
Apply suggestions from code review
drreynolds Sep 25, 2024
a55d757
Added braces (I feel like I'm at the orthodontist) and changed some c…
drreynolds Sep 25, 2024
a449946
Apply suggestions from code review
drreynolds Sep 25, 2024
42e99d9
more braces
drreynolds Sep 25, 2024
1376c18
Formatting
drreynolds Sep 25, 2024
17e7283
two more NULL -> nullptr
drreynolds Sep 25, 2024
641aaa3
Apply suggestions from code review
drreynolds Sep 25, 2024
05ef2e1
revision
maggul Sep 25, 2024
9caf35a
Merge branch 'feature/arkode-sts' of github.com:LLNL/sundials into fe…
maggul Sep 25, 2024
6a712cc
Apply suggestions from code review
drreynolds Sep 25, 2024
91bd48b
revert NV_Ith_S
maggul Sep 26, 2024
f3fee73
revision
maggul Sep 26, 2024
1bda3a9
revision
maggul Sep 26, 2024
7f10591
Formatting
maggul Sep 27, 2024
418f60b
revision
maggul Sep 27, 2024
9eb4bff
suncomplextype
maggul Sep 28, 2024
3b56e31
Formatting
maggul Sep 28, 2024
7725ba2
N_Vector Fe
maggul Sep 29, 2024
125e637
Revert "suncomplextype"
gardner48 Sep 30, 2024
9048733
post revert fixes
gardner48 Sep 30, 2024
b6b9251
apply formatting
gardner48 Sep 30, 2024
6117e71
update swig
gardner48 Sep 30, 2024
60288dd
fixed time step and fn issues
maggul Oct 1, 2024
78355ea
ss fixed
maggul Oct 1, 2024
75e71d6
Formatting
maggul Oct 1, 2024
2376683
Apply suggestions from code review
maggul Oct 1, 2024
c14f039
output updates
maggul Oct 1, 2024
273ff5b
SSP43
maggul Oct 1, 2024
ba066a8
Formatting
maggul Oct 1, 2024
f367198
Revision
maggul Oct 1, 2024
d74bb7d
revision
maggul Oct 1, 2024
d10e580
Formatting
maggul Oct 1, 2024
382da55
ProcessStage and DEBUG modes
maggul Oct 2, 2024
f70d36f
Revision
maggul Oct 2, 2024
1c73a1f
reduce redundancy
maggul Oct 3, 2024
ffb3402
reduce redundancy vol.2
maggul Oct 3, 2024
a21dde5
reduce reduncancy
maggul Oct 3, 2024
1f2dae8
Bug fix
maggul Oct 3, 2024
842f280
revision
maggul Oct 3, 2024
67740dd
Revision
maggul Oct 3, 2024
69e9975
Revision
maggul Oct 3, 2024
7249041
retry_contraction_fac
maggul Oct 3, 2024
1223171
num_of_retries
maggul Oct 4, 2024
92cc337
default controller is removed
maggul Oct 4, 2024
b16b67e
LSRKStepSetSSPStageNum
maggul Oct 4, 2024
0851b0b
LSRKStepSetDomEigFrequency
maggul Oct 4, 2024
afc5eb6
LSRKStepSetDomEigSafetyFactor
maggul Oct 4, 2024
637aa06
dom_eig_fn check
maggul Oct 4, 2024
b4b0ee8
output files
maggul Oct 4, 2024
45df944
Formatting
maggul Oct 4, 2024
2d13cd9
build and test failure fix
maggul Oct 4, 2024
7d5cd6c
build and test
maggul Oct 4, 2024
9b7777a
build and test failure
maggul Oct 4, 2024
4ddd292
Revert and bug fix
maggul Oct 4, 2024
0ce3309
Fixed broken LSRKStepCreateSTS call due to PR revisions
drreynolds Oct 4, 2024
537d4e1
Formatting
maggul Oct 4, 2024
1abda8f
Merge branch 'feature/arkode-sts' of github.com:LLNL/sundials into fe…
drreynolds Oct 4, 2024
32bde67
fixedstep
maggul Oct 4, 2024
437e947
fn_is_current
maggul Oct 5, 2024
09ceda6
returns
maggul Oct 5, 2024
5a7abdb
consistency
maggul Oct 5, 2024
70666b4
revision
maggul Oct 5, 2024
19d3735
Formatting
maggul Oct 5, 2024
898820b
Build-Test Fixes
maggul Oct 7, 2024
07ae3f7
Formatting
maggul Oct 7, 2024
c00540a
Unresolved issues and build test failure
maggul Oct 8, 2024
d655f55
Formatting & build test failure
maggul Oct 8, 2024
7b6a627
Formatting
maggul Oct 8, 2024
9e76020
adjust which test runs in single presicion and updated tolerances
maggul Oct 8, 2024
58aeb0b
Merge branch 'feature/arkode-sts' of github.com:LLNL/sundials into fe…
maggul Oct 8, 2024
adb2a0c
updated answers repo
maggul Oct 8, 2024
1d2c835
update the test problem stiffness for single
maggul Oct 8, 2024
2d4709f
Formatting
maggul Oct 8, 2024
7ecda0b
Merge branch 'develop' into feature/arkode-sts
drreynolds Oct 8, 2024
fd70097
Removed single precision CI test, updated ordering to fit alphabetica…
drreynolds Oct 8, 2024
4c96b1b
Merge branch 'feature/arkode-sts' of github.com:LLNL/sundials into fe…
drreynolds Oct 8, 2024
c9473c4
CI test bug-fix
maggul Oct 9, 2024
1e6fcf6
CI testing bug-fix
maggul Oct 9, 2024
6e45043
Updated answer files
maggul Oct 9, 2024
b56e827
Cleaned up lsrkStep_PrintAllStats
drreynolds Oct 9, 2024
b0465b2
Cleaned up Init function to properly handle the case where an SSP sol…
drreynolds Oct 9, 2024
ca787c1
bugfix
drreynolds Oct 9, 2024
aaeddd1
Fixed uninitialized warning
drreynolds Oct 9, 2024
e7ae79b
Formatting
drreynolds Oct 9, 2024
4bf7ed8
Merge branch 'feature/arkode-sts' of github.com:LLNL/sundials into fe…
drreynolds Oct 9, 2024
2a7fa04
updated answers commit
maggul Oct 9, 2024
1885df9
merged
maggul Oct 9, 2024
f2e68f3
Update answers
maggul Oct 9, 2024
c8b9f24
update output files for testing with doubles
maggul Oct 9, 2024
efac0ac
Added missing .out files
drreynolds Oct 9, 2024
55a1f55
Merge branch 'feature/arkode-sts' of github.com:LLNL/sundials into fe…
drreynolds Oct 9, 2024
4bf38a9
update output files
gardner48 Oct 9, 2024
518c220
extended presicion debug
maggul Oct 10, 2024
2f2fc23
update output files
maggul Oct 10, 2024
ddf677b
Formatting
maggul Oct 10, 2024
67e2272
update output files
maggul Oct 10, 2024
4436648
update output files
maggul Oct 10, 2024
52766a9
Fixed specification of Lagrange interpolation default
drreynolds Oct 10, 2024
eb06cd2
Updated mechanism for setting up default SSP and STS methods
drreynolds Oct 10, 2024
bb6b15a
Merge branch 'feature/arkode-sts' of github.com:LLNL/sundials into fe…
drreynolds Oct 10, 2024
9c2eb5c
formatting
drreynolds Oct 10, 2024
e9f30fc
A few more minor cleanup items
drreynolds Oct 10, 2024
dc090e9
Merge branch 'develop' into feature/arkode-sts
drreynolds Oct 15, 2024
1e3bafd
merge with develop
maggul Oct 15, 2024
65b2ddd
GetNumRhsEvals
maggul Oct 16, 2024
62cb9ec
Formatting and swig
maggul Oct 16, 2024
cc81dfd
update outputs
maggul Oct 16, 2024
8ddc778
functions reordering
maggul Oct 16, 2024
4e89b8e
formatting
maggul Oct 16, 2024
5e530ec
documentation
maggul Oct 16, 2024
fad0406
comment on ARK_RETRY_STEP
maggul Oct 20, 2024
bbc8f5c
revision
maggul Oct 22, 2024
3544773
update outputs
maggul Oct 22, 2024
737a0f4
update output files
maggul Oct 22, 2024
a9c716a
revision
maggul Oct 23, 2024
7815632
Merge branch 'feature/arkode-sts' of https://github.com/LLNL/sundials…
maggul Oct 23, 2024
16570eb
formatting
maggul Oct 23, 2024
f0c13cb
Postpostprocessing
maggul Oct 23, 2024
4a47450
ARK_RETRY_STEP counter
maggul Oct 23, 2024
c8ca95b
formatting
maggul Oct 24, 2024
cbc1a61
dom eig update logic
maggul Oct 24, 2024
ae9e27c
RHS recoverable logic
maggul Oct 24, 2024
ddd275d
dom_eig_nst type update
maggul Oct 24, 2024
53448fb
formatting
maggul Oct 24, 2024
e2ec8cc
update output files
maggul Oct 24, 2024
6c0a099
update output files
maggul Oct 24, 2024
8b69095
RHS evaluations
maggul Oct 28, 2024
5dbf9cc
Removed resize function
maggul Oct 28, 2024
6413b13
formatting
maggul Oct 28, 2024
b8550b8
RHS evaluation logic with int
maggul Oct 28, 2024
2a76c02
SetSTS and SetSSP methods
maggul Oct 28, 2024
cda3b22
swig and formatting
maggul Oct 28, 2024
2ce9dda
Merge branch 'develop' into feature/arkode-sts
drreynolds Nov 4, 2024
95d4d5b
update .out files
gardner48 Nov 4, 2024
6edf6ce
comment and WriteParameters update
maggul Nov 5, 2024
dc65165
STAGE_MAX_LIMIT_DEFAULT
maggul Nov 6, 2024
ce3111a
correcting a typo
maggul Nov 6, 2024
0233ca2
fomatting
maggul Nov 6, 2024
c70a518
gitlab issue
maggul Nov 6, 2024
48dac95
Updated comment
drreynolds Nov 6, 2024
6fb02ff
casting req_stages issue
maggul Nov 6, 2024
09bc9f2
formatting
maggul Nov 6, 2024
bfe960e
STAGE_MAX_LIMIT_DEFAULT
maggul Nov 6, 2024
a9537fd
formatting
maggul Nov 6, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ compile_commands.json
*.orig
*.nvvp
*.ptp-sync*
*.project
*.cproject
*~
\#*

Expand Down
2 changes: 1 addition & 1 deletion .gitlab/radiuss-spack-configs
Submodule radiuss-spack-configs updated 57 files
+0 −1 .gitignore
+0 −7 .mailmap
+0 −22 .readthedocs.yml
+3 −4 README.md
+529 −0 blueos_3_ppc64le_ib/compilers.yaml
+108 −0 blueos_3_ppc64le_ib/packages.yaml
+0 −792 blueos_3_ppc64le_ib/spack.yaml
+206 −0 config.yaml
+93 −0 darwin/compilers.yaml
+29 −0 darwin/packages.yaml
+0 −131 darwin/spack.yaml
+0 −15 docs/CMakeLists.txt
+0 −3 docs/requirements.txt
+0 −140 docs/sphinx/conf.py
+0 −78 docs/sphinx/index.rst
+0 −122 docs/sphinx/user_guide/build_and_test.rst
+0 −454 docs/sphinx/user_guide/how_to.rst
+ docs/sphinx/user_guide/images/Full-CI-Infrastructure.png
+ docs/sphinx/user_guide/images/Shared-Build-Infrastructure.png
+ docs/sphinx/user_guide/images/SharedCI_Dependencies.png
+0 −16 docs/sphinx/user_guide/images/build-infrastructure-components.dot
+ docs/sphinx/user_guide/images/build-infrastructure-components.png
+0 −61 docs/sphinx/user_guide/index.rst
+0 −213 docs/sphinx/user_guide/use_spack.rst
+0 −11 gitlab/radiuss-jobs/corona.yml
+0 −42 gitlab/radiuss-jobs/lassen.yml
+0 −22 gitlab/radiuss-jobs/poodle.yml
+0 −22 gitlab/radiuss-jobs/ruby.yml
+0 −16 gitlab/radiuss-jobs/tioga.yml
+2 −60 packages/blt/package.py
+65 −136 packages/caliper/package.py
+0 −15 packages/camp/camp-rocm6.patch
+0 −24 packages/camp/libstdc++-13-missing-header.patch
+99 −115 packages/camp/package.py
+0 −291 packages/care/package.py
+0 −13 packages/chai/change_mpi_target_name_umpire_patch.patch
+108 −178 packages/chai/package.py
+0 −13 packages/fmt/fmt-attributes-cpp11_4.1.0.patch
+0 −13 packages/fmt/fmt-no-export-cpp11flag_3.0.0.patch
+0 −22 packages/fmt/fmt-no-variable-initialize_10.0.0.patch
+0 −15 packages/fmt/fmt-use-cmake-cxx-standard_3.0.0.patch
+0 −141 packages/fmt/package.py
+0 −352 packages/raja-perf/package.py
+154 −362 packages/raja/package.py
+252 −0 packages/raja_perf/package.py
+0 −106 packages/umpire/dual_blt_import_umpire_2022.10_2023.06.patch
+0 −130 packages/umpire/export_includes.patch
+196 −348 packages/umpire/package.py
+0 −2 repo.yaml
+560 −0 toss_3_x86_64_ib/compilers.yaml
+140 −0 toss_3_x86_64_ib/packages.yaml
+176 −0 toss_4_x86_64_ib/compilers.yaml
+228 −0 toss_4_x86_64_ib/packages.yaml
+0 −571 toss_4_x86_64_ib/spack.yaml
+157 −0 toss_4_x86_64_ib_cray/compilers.yaml
+128 −0 toss_4_x86_64_ib_cray/packages.yaml
+0 −672 toss_4_x86_64_ib_cray/spack.yaml
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ Volta GPUs while the automatically selected value will vary across compilers and
compiler versions. As such, users are encouraged to override this value with the
architecture for their system.

Added a time-stepping module to ARKODE for low storage Runge--Kutta methods, LSRKStep.
This currently supports five explicit low-storage methods: the second-order Runge--Kutta--Chebyshev
and Runge--Kutta--Legendre methods, and the second- through fourth-order optimal strong stability
preserving Runge--Kutta methods. All methods include embeddings for temporal adaptivity.

The Trilinos Teptra NVector interface has been updated to utilize CMake
imported targets added in Trilinos 14 to improve support for different Kokkos
backends with Trilinos. As such, Trilinos 14 or newer is required and the
Expand Down
Loading
Loading