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

Sundials merge, continue #576

Open
wants to merge 53 commits into
base: develop_sundials
Choose a base branch
from

Commits on Sep 30, 2024

  1. fixing mac omp threading

    ashleymedin committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    75f35b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2534c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    385e77b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b40d091 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    06380e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd4f5b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff83e89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4dbfea4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd82132 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. utils

    ashleymedin committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    cd8f61e View commit details
    Browse the repository at this point in the history
  2. utils

    ashleymedin committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    04b4939 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. utils

    ashleymedin committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    ebfe0c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. Updates to parent CMakeLists.txt and build.pc.bash -- LIBRARY_LINKS e…

    …nvironment variable has been restored for non-apple builds.
    seantrim committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    7dc924b View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    d8953b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    b67a101 View commit details
    Browse the repository at this point in the history
  2. Updates to debug build - optimization level changed for best debugger…

    … output and floating-point exception traps removed (those can be introduced in ).
    seantrim committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    819b459 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    540c7d2 View commit details
    Browse the repository at this point in the history
  4. Update to soil_utils - parameter used to avoid floating-point excepti…

    …on is now proportional to machine epsilon.
    seantrim committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    cfed33f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dba01ed View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    5cc7151 View commit details
    Browse the repository at this point in the history
  2. Added -DSPECIFY_LAPACK_LINKS build option so that user-specified LAPA…

    …CK library links may be used instead of automatic detection (which is the default).
    seantrim committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a0a0e1d View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    65e6033 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a834707 View commit details
    Browse the repository at this point in the history
  3. Added ifx compoiler flags for release builds -- some derived type def…

    …initions will have to be updated before compiling with ifx is successful.
    seantrim committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    b7a3239 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9f5e78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3db9f2e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    941b4ca View commit details
    Browse the repository at this point in the history
  7. Update to CMake so that serial OpenBLAS is loaded using find_package …

    …- disabled call to openblas_set_num_threads as it is no longer needed.
    seantrim committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    3a2108f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #48 from seantrim/SUMMA-ROO

    CMake build updates for user-specified LAPACK libraries and Intel Fortran flags
    ashleymedin authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    5d0cc50 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    35ce7b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0c450b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0eba73 View commit details
    Browse the repository at this point in the history
  4. bug in enthalpy restart

    ashleymedin committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    83687a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Configuration menu
    Copy the full SHA
    7cc5025 View commit details
    Browse the repository at this point in the history
  2. Added initialize_coupled_em internal subroutine to remedy potential u…

    …se of uninitialized variables in computations.
    seantrim committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    7fd55a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d614991 View commit details
    Browse the repository at this point in the history
  4. Initialize derivative value.

    seantrim committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    b3d2e77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76d0e10 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. fixing build for mac

    ashleymedin committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    77f7628 View commit details
    Browse the repository at this point in the history
  2. fixing cmake for mac

    ashleymedin committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    01728e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    15cd5f6 View commit details
    Browse the repository at this point in the history
  2. spaces

    ashleymedin committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    d4ef8c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Added checks for memory allocation and updated syntax to avoid uninte…

    …ntional automatic array allocation in opSplittin.
    seantrim committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    c3eab85 View commit details
    Browse the repository at this point in the history
  2. Updates to compiler flags: debug checks were expanded, frecursive add…

    …ed to gfortran release builds, and Intel flags updated for the future.
    seantrim committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1e8b44d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5cc1e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Merge pull request #49 from seantrim/SUMMA-ROO

    Updates to prevent potential segmentation errors in opSplitting.f90 and  build flags in CMakeLists.txt
    ashleymedin authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    9044978 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    141b580 View commit details
    Browse the repository at this point in the history
  3. get nSubset

    ashleymedin committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    724336e View commit details
    Browse the repository at this point in the history
  4. now the user needs to create a file named "openwq_mainJSONFile_fullPa…

    …th.txt" that contains the full path to the main entry input file for openwq
    Diogo Costa committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    52fe244 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    e376278 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Merge pull request #50 from ue-hydro/develop

    now the user needs to create a file named "openwq_mainJSONFile_fullPa…
    ashleymedin authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    22cc168 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f5b5c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    3e8062f View commit details
    Browse the repository at this point in the history