-
Notifications
You must be signed in to change notification settings - Fork 129
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
Translated F77 and F90 examples to F2003 examples (with one new addition in IDA) #302
Commits on Jul 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 78ace6f - Browse repository at this point
Copy the full SHA 78ace6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90334e9 - Browse repository at this point
Copy the full SHA 90334e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5aa4dd - Browse repository at this point
Copy the full SHA a5aa4ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbeae61 - Browse repository at this point
Copy the full SHA dbeae61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bc070b - Browse repository at this point
Copy the full SHA 2bc070bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7fc813 - Browse repository at this point
Copy the full SHA d7fc813View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2f516c - Browse repository at this point
Copy the full SHA d2f516cView commit details
Commits on Jul 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 410f056 - Browse repository at this point
Copy the full SHA 410f056View commit details
Commits on Jul 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f7993e9 - Browse repository at this point
Copy the full SHA f7993e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f4cc46 - Browse repository at this point
Copy the full SHA 3f4cc46View commit details
Commits on Jul 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 41bd21c - Browse repository at this point
Copy the full SHA 41bd21cView commit details
Commits on Jul 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 430db54 - Browse repository at this point
Copy the full SHA 430db54View commit details
Commits on Jul 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 15417b7 - Browse repository at this point
Copy the full SHA 15417b7View commit details -
Added *.out files, fixed a CMakeList.txt file, and added function hea…
…ders where necessary.
Configuration menu - View commit details
-
Copy full SHA for 8104715 - Browse repository at this point
Copy the full SHA 8104715View commit details
Commits on Jul 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7b72b06 - Browse repository at this point
Copy the full SHA 7b72b06View commit details
Commits on Jul 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 50958ab - Browse repository at this point
Copy the full SHA 50958abView commit details
Commits on Sep 13, 2023
-
Examples: add missing include (LLNL#331)
example_utilities.hpp requires `stoi` and similar methods. These are declared in `<string>`, but `<string>` is not included. This means this file will break any TU it's included in. Resolves LLNL#330 Co-authored-by: Cody Balos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 01ae7d7 - Browse repository at this point
Copy the full SHA 01ae7d7View commit details -
append to CMAKE_MODULE_PATH instead of overwrite (LLNL#336)
Fixes LLNL#335 Co-authored-by: David Gardner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 75ffe46 - Browse repository at this point
Copy the full SHA 75ffe46View commit details
Commits on Sep 14, 2023
-
Change typedefs names to allow simulateous use of idas and cvodes (LL…
…NL#337) Fixes LLNL#333. Some other typedefs already had specialized (towards idas or cvodes) prefixed names, it won't harm to generalize this. --------- Co-authored-by: Cody Balos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 235a506 - Browse repository at this point
Copy the full SHA 235a506View commit details
Commits on Sep 15, 2023
-
Feature/compare califiles (LLNL#318)
Add scripts for comparing benchmark and example timings against release timings and a notebook using Thicket to visualize data --------- Co-authored-by: David J. Gardner <[email protected]> Co-authored-by: Cody J. Balos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5aebf44 - Browse repository at this point
Copy the full SHA 5aebf44View commit details
Commits on Sep 18, 2023
-
Fix time complexity issue for sparse matrix (LLNL#257)
Fixes part of LLNL#253 by avoiding nested loops that take `O(M*N)` operations. Also fixes LLNL#256. --------- Signed-off-by: phannebohm <[email protected]> Co-authored-by: Cody Balos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0ece42c - Browse repository at this point
Copy the full SHA 0ece42cView commit details
Commits on Sep 27, 2023
-
Fix missing soversion (LLNL#343)
Fix missing soversion on some SUNLinSol and SUNNonlinSol targets --------- Signed-off-by: Julien Schueller <[email protected]> Co-authored-by: Cody Balos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 60b5849 - Browse repository at this point
Copy the full SHA 60b5849View commit details
Commits on Sep 28, 2023
-
Update ARKODE methods docs (LLNL#344)
1. Adds missing implicit tables to the ARKODE constants docs 2. Makes formatting of constants consistent in ARKODE docs 3. Groups implicit tables by order --------- Co-authored-by: David Gardner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a4e18e5 - Browse repository at this point
Copy the full SHA a4e18e5View commit details
Commits on Sep 29, 2023
-
Bugfix: Support ARK2-3-1-2 in ARKStepSetTableNum (LLNL#346)
Update ARKStepSetTableNum to recognize ARK2-3-1-2 as a valid ARK pair.
Configuration menu - View commit details
-
Copy full SHA for b557eea - Browse repository at this point
Copy the full SHA b557eeaView commit details
Commits on Oct 4, 2023
-
Bugfix: stop time and output time reached in same step (LLNL#349)
Fixes LLNL#339: A regression was introduced by the stop time bug fix in v6.6.1 causing integrators to return at the stop time rather than the requested output time if the stop time was reached in the same step in which the output time was passed. Also fixes a missing check in ARKODE to interpolate (or not) the solution at the stop time.
Configuration menu - View commit details
-
Copy full SHA for e800b15 - Browse repository at this point
Copy the full SHA e800b15View commit details
Commits on Oct 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 62f81c2 - Browse repository at this point
Copy the full SHA 62f81c2View commit details -
Bugfix: docs missing cvodequadsstolerances (LLNL#352)
Fix CVodeQuadSStolerances docs, add CVodeQuadSVtolerances docs (Fixes LLNL#340)
Configuration menu - View commit details
-
Copy full SHA for df0b211 - Browse repository at this point
Copy the full SHA df0b211View commit details
Commits on Oct 26, 2023
-
Add Sofroniou-Spaletta-5-3-4 method only (LLNL#355)
Only adding the `Sofroniou-Spaletta-5-3-4` method but not changing the defaults like LLNL#345 --------- Co-authored-by: Daniel R. Reynolds <[email protected]> Co-authored-by: David Gardner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6ae281e - Browse repository at this point
Copy the full SHA 6ae281eView commit details -
Add Ginkgo dpcpp into example (LLNL#351)
This PR adds the ginkgo dpcpp support in the examples: sunmatrix, sunlinsol, and cvode/cv_heat2D I currently only know `queue->wait_and_throw()` to synchronize which requires queue unlike `cudaDeviceSynchronize` or `hipDeviceSynchronize` In sunlinsol and cv_heat2D, some function signatures are also used in other files such that I can not pass an additional parameter. I use global variable to store ginkgo executor and then get the queue when SYCL needs sync or submit the kernel in those functions. --------- Signed-off-by: Yu-Hsiang M. Tsai <[email protected]> Co-authored-by: Cody Balos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 747da2e - Browse repository at this point
Copy the full SHA 747da2eView commit details
Commits on Oct 27, 2023
-
Bugfix: CMake FindMAGMA (LLNL#356)
Always append hipblas and hipsparse CMake targets with HIP backend as these libraries are not reliably included in the pkgconfig file. Replace cublas and cusparse with the CMake targets because the library path in the pkgconfig file is not reliable. Specifically, the path is wrong on systems using the NVIDIA HPC SDK. --------- Co-authored-by: David Gardner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b84b330 - Browse repository at this point
Copy the full SHA b84b330View commit details -
Feature: Fortran interface for lapack dense solver (LLNL#353)
Added Fortran support for the LAPACK dense SUNLinearSolver implementation. --------- Co-authored-by: Daniel R. Reynolds <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9717d6d - Browse repository at this point
Copy the full SHA 9717d6dView commit details
Commits on Oct 28, 2023
-
Additional embedded explicit Runge--Kutta methods to ARKODE. --------- Co-authored-by: Steven Roberts <[email protected]> Co-authored-by: David J. Gardner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6c60a56 - Browse repository at this point
Copy the full SHA 6c60a56View commit details
Commits on Nov 2, 2023
-
Bugfix: Remove MPI wtime in profiler (LLNL#317)
Updated `SUNProfiler` to note rely on `MPI_WTime`. Fixes LLNL#312 --------- Co-authored-by: David Gardner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 26317e2 - Browse repository at this point
Copy the full SHA 26317e2View commit details -
Bugfix: ARKODE ONE_STEP Description (LLNL#362)
Fix the description of `ONE_STEP` mode in ARKODE. The solution at the end of the step is always returned and interpolation is not performed.
Configuration menu - View commit details
-
Copy full SHA for ebf92db - Browse repository at this point
Copy the full SHA ebf92dbView commit details
Commits on Nov 3, 2023
-
CI: Upload only test outputs (LLNL#364)
Upload artifact with just output files so the artifact is smaller --------- Co-authored-by: David Gardner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 15071ae - Browse repository at this point
Copy the full SHA 15071aeView commit details
Commits on Nov 6, 2023
-
Maintenance: Remove unused files (LLNL#366)
Remove unused files from the repo
Configuration menu - View commit details
-
Copy full SHA for 37d75e1 - Browse repository at this point
Copy the full SHA 37d75e1View commit details -
* Cancel existing workflow on new push * Add dispatch trigger for all actions * Upload all outputs from testing directory --------- Co-authored-by: Cody Balos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1184484 - Browse repository at this point
Copy the full SHA 1184484View commit details -
Maintenance: Remove F77 interface examples (LLNL#367)
Remove F77 interface examples from `develop` branch. Once this PR is merged, a new `archive` branch can be created for easy reference until LLNL#302 is merged and the `archive` branch can be deleted. --------- Co-authored-by: Cody Balos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9b01e93 - Browse repository at this point
Copy the full SHA 9b01e93View commit details -
Maintenance: Simplify tarscripts (LLNL#365)
Simplify tarscript to include directories rather than individual files --------- Co-authored-by: Cody Balos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e5de4c - Browse repository at this point
Copy the full SHA 4e5de4cView commit details
Commits on Nov 8, 2023
-
Feature: Update Full RHS Calls (LLNL#324)
Fixed a bug in ERKStep where methods with `c[s-1] = 1` but `a[s-1,j] != b[j]` were incorrectly treated as having the first same as last (FSAL) property. Fixed a bug in `MRIStepCoupling_Write` where explicit coupling tables were not written to the output file pointer. ARKStep, ERKStep, MRIStep, and SPRKStep were updated to remove a potentially unnecessary right-hand side evaluation at the end of an integration. ARKStep was additionally updated to remove extra right-hand side evaluations when using an explicit method or an implicit method with an explicit first stage. The `MRIStepInnerStepper` class in MRIStep was updated to make supplying an `MRIStepInnerFullRhsFn` optional. --------- Co-authored-by: Daniel R. Reynolds <[email protected]> Co-authored-by: Cody Balos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da23565 - Browse repository at this point
Copy the full SHA da23565View commit details
Commits on Nov 9, 2023
-
Feature/oo adaptivity2 (LLNL#358)
New object-oriented infrastructure for time step adaptivity controllers. --------- Co-authored-by: David J. Gardner <[email protected]> Co-authored-by: Balos, Cody, J <[email protected]> Co-authored-by: Cody Balos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 110a6d9 - Browse repository at this point
Copy the full SHA 110a6d9View commit details
Commits on Nov 12, 2023
-
Add developer docs to RTD superbuild Add instructions for updating answers in the developer docs. --------- Co-authored-by: David Gardner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1b913be - Browse repository at this point
Copy the full SHA 1b913beView commit details
Commits on Nov 13, 2023
-
Remove deprecated code (LLNL#360)
Remove deprecated functions --------- Co-authored-by: Daniel R. Reynolds <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 551f676 - Browse repository at this point
Copy the full SHA 551f676View commit details
Commits on Nov 14, 2023
-
Remove deprecated types (LLNL#369)
Remove `realtype`, `booleantype`, and related deprecated macros. --------- Co-authored-by: Daniel R. Reynolds <[email protected]> Co-authored-by: Steven Roberts <[email protected]> Co-authored-by: David J. Gardner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e75d0c0 - Browse repository at this point
Copy the full SHA e75d0c0View commit details
Commits on Nov 16, 2023
-
Docs: Fix table name (LLNL#374)
Fix table name for the implicit part of 5th order IMEX-ARK methods
Configuration menu - View commit details
-
Copy full SHA for 6838fad - Browse repository at this point
Copy the full SHA 6838fadView commit details
Commits on Nov 17, 2023
-
Docs: Display graphviz figures (LLNL#376)
Add graphviz to Read the Docs config to display graphviz figures
Configuration menu - View commit details
-
Copy full SHA for de253fb - Browse repository at this point
Copy the full SHA de253fbView commit details
Commits on Nov 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7c389bf - Browse repository at this point
Copy the full SHA 7c389bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35fa67a - Browse repository at this point
Copy the full SHA 35fa67aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 378c9e0 - Browse repository at this point
Copy the full SHA 378c9e0View commit details
Commits on Nov 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 00f9d17 - Browse repository at this point
Copy the full SHA 00f9d17View commit details -
Updated ida/F2003_openmp/CMakeLists.txt to allow repeated runs of the…
… same example with different arguments
Configuration menu - View commit details
-
Copy full SHA for b4f256c - Browse repository at this point
Copy the full SHA b4f256cView commit details
Commits on Nov 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c6f2209 - Browse repository at this point
Copy the full SHA c6f2209View commit details
Commits on Nov 28, 2023
-
Feature: Add SUNComm type (LLNL#370)
Addresses LLNL#275. Requires MPI to be linked to SUNDIALS core if it is enabled thus all-in-one MPI and non-MPI builds are no longer supported. Instead user will have to separately build and install with and without MPI. --------- Co-authored-by: Daniel R. Reynolds <[email protected]> Co-authored-by: Steven Roberts <[email protected]> Co-authored-by: David J. Gardner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 12d8fb3 - Browse repository at this point
Copy the full SHA 12d8fb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cc9ea9 - Browse repository at this point
Copy the full SHA 4cc9ea9View commit details
Commits on Nov 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 80398b4 - Browse repository at this point
Copy the full SHA 80398b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 388fe09 - Browse repository at this point
Copy the full SHA 388fe09View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8e953a - Browse repository at this point
Copy the full SHA d8e953aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 856e8d6 - Browse repository at this point
Copy the full SHA 856e8d6View commit details
Commits on Nov 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a4dd996 - Browse repository at this point
Copy the full SHA a4dd996View commit details -
Configuration menu - View commit details
-
Copy full SHA for b687003 - Browse repository at this point
Copy the full SHA b687003View commit details
Commits on Dec 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fac76cd - Browse repository at this point
Copy the full SHA fac76cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3784d10 - Browse repository at this point
Copy the full SHA 3784d10View commit details -
Configuration menu - View commit details
-
Copy full SHA for f475fdd - Browse repository at this point
Copy the full SHA f475fddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94eb775 - Browse repository at this point
Copy the full SHA 94eb775View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32f8e21 - Browse repository at this point
Copy the full SHA 32f8e21View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6db71e - Browse repository at this point
Copy the full SHA b6db71eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f005f3 - Browse repository at this point
Copy the full SHA 4f005f3View commit details
Commits on Dec 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 79242af - Browse repository at this point
Copy the full SHA 79242afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90eca5c - Browse repository at this point
Copy the full SHA 90eca5cView commit details
Commits on Dec 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 12ca7ff - Browse repository at this point
Copy the full SHA 12ca7ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d17715 - Browse repository at this point
Copy the full SHA 0d17715View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7c52db - Browse repository at this point
Copy the full SHA c7c52dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a313406 - Browse repository at this point
Copy the full SHA a313406View commit details
Commits on Dec 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a2e13c9 - Browse repository at this point
Copy the full SHA a2e13c9View commit details -
Merge branch 'feature/f2003-examples' of github.com:danmm16/sundials-…
…f2003-examples into feature/f2003-examples
Configuration menu - View commit details
-
Copy full SHA for 47ef793 - Browse repository at this point
Copy the full SHA 47ef793View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe0ce3f - Browse repository at this point
Copy the full SHA fe0ce3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22a5b46 - Browse repository at this point
Copy the full SHA 22a5b46View commit details
Commits on Dec 7, 2023
-
Removed inaccurate README files from F2003 example folders, and updat…
…ed CMakeLists.txt accordingly
Configuration menu - View commit details
-
Copy full SHA for 17af9e9 - Browse repository at this point
Copy the full SHA 17af9e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4aabaa - Browse repository at this point
Copy the full SHA f4aabaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2161eaf - Browse repository at this point
Copy the full SHA 2161eafView commit details -
Feature: Error handling core (LLNL#373)
Add core error handling functions and macros --------- Co-authored-by: Daniel R. Reynolds <[email protected]> Co-authored-by: David J. Gardner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6454095 - Browse repository at this point
Copy the full SHA 6454095View commit details
Commits on Dec 8, 2023
-
Feature/error handling just the core formatted (LLNL#379)
Apply clang-format and clang-tidy. There are changes/additions in the following files: - .clang-format - .clang-tidy - .github/actions/free-space-ubuntu/action.yml - .github/workflows/build-llvm-container.yml - .github/workflows/check-clang-format.yml - cmake/SundialsSetupCompilers.cmake - scripts/format.sh - scripts/tidy_and_format.sh --------- Co-authored-by: Daniel R. Reynolds <[email protected]> Co-authored-by: David J. Gardner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 78770ef - Browse repository at this point
Copy the full SHA 78770efView commit details
Commits on Dec 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f8a17f3 - Browse repository at this point
Copy the full SHA f8a17f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 110f3a5 - Browse repository at this point
Copy the full SHA 110f3a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d6e086 - Browse repository at this point
Copy the full SHA 6d6e086View commit details
Commits on Dec 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0f47678 - Browse repository at this point
Copy the full SHA 0f47678View commit details -
Configuration menu - View commit details
-
Copy full SHA for 001bb88 - Browse repository at this point
Copy the full SHA 001bb88View commit details
Commits on Dec 14, 2023
-
Updated CHANGELOG and 'recent changes' sections of user guides to not…
…e the new F2003 examples
Configuration menu - View commit details
-
Copy full SHA for 82c6d32 - Browse repository at this point
Copy the full SHA 82c6d32View commit details -
Merge branch 'feature/f2003-examples' of github.com:danmm16/sundials-…
…f2003-examples into feature/f2003-examples
Configuration menu - View commit details
-
Copy full SHA for 550732b - Browse repository at this point
Copy the full SHA 550732bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37ca9d8 - Browse repository at this point
Copy the full SHA 37ca9d8View commit details