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

dholladay00/separate get sg eos #245

Merged
merged 57 commits into from
Aug 16, 2023
Merged

Commits on Mar 23, 2023

  1. Initial commit on splitting out get_sg_eos to a separate compilation …

    …unit. This is the first step to moving that code out of sg-eos.
    dholladay00 committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    289f39c View commit details
    Browse the repository at this point in the history
  2. Merge main.

    dholladay00 committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    e56b44b View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. format.

    dholladay00 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    4c948da View commit details
    Browse the repository at this point in the history
  2. Included file locations moved to correct place, mixed cell models onl…

    …y needed in the new file.
    dholladay00 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    8ba8a2a View commit details
    Browse the repository at this point in the history
  3. format

    dholladay00 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    ef62d59 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

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

Commits on Apr 25, 2023

  1. Split get sg eos into several compilation units to reduce compile tim…

    …es. Add no warn to eospac on gpus to reduce known and not useful warnings.
    Daniel Holladay committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    fffa84c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98ad54c View commit details
    Browse the repository at this point in the history
  3. Formatting.

    dholladay00 committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    4d35a16 View commit details
    Browse the repository at this point in the history
  4. guard the nowarn.

    dholladay00 committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    da798cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5df26b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    acd3349 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    1fbcfac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54dfeec View commit details
    Browse the repository at this point in the history
  3. Make macro on new line.

    dholladay00 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    de35b08 View commit details
    Browse the repository at this point in the history
  4. The macro I created won't work b/c the pragma needs a new line and ne…

    …wlines cannot be generated by macros.
    dholladay00 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    7f1997a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    30de7d3 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    53ef4db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf23fd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e196b55 View commit details
    Browse the repository at this point in the history
  4. Using execution space arguments for deep copies. This may not improve…

    … performance in this case, but it demonstrates correct usage and paves the way for future streams usaged via kokkos partition space.
    dholladay00 committed May 22, 2023
    Configuration menu
    Copy the full SHA
    be1268d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2080ef6 View commit details
    Browse the repository at this point in the history
  6. Format

    dholladay00 committed May 22, 2023
    Configuration menu
    Copy the full SHA
    ecff459 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    52dc1c9 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    9151751 View commit details
    Browse the repository at this point in the history
  2. Updating the cuda compatibility patch to make more usage of constexpr…

    …, less hostdevice, and more warning suppression.
    dholladay00 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    3f2cbf9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea59f83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c284b2 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Fixing test failure from setting mutable member in a GPU kernel which…

    … resulted in errors, adding fences in test.
    dholladay00 committed May 26, 2023
    Configuration menu
    Copy the full SHA
    946720c View commit details
    Browse the repository at this point in the history
  2. format.

    dholladay00 committed May 26, 2023
    Configuration menu
    Copy the full SHA
    fc07762 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b3bdb0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7650792 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

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

Commits on Jun 28, 2023

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

Commits on Aug 3, 2023

  1. Merge main.

    dholladay00 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    4fd4cfd View commit details
    Browse the repository at this point in the history
  2. Only build the get_sg files when closure and (fortran or testing), sh…

    …ould improve build times for native c++ projects. Remove unused variable.
    dholladay00 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    63456b3 View commit details
    Browse the repository at this point in the history
  3. Fix more warnings. Some related to capturing this in modifiers, this …

    …should get rid of those.
    dholladay00 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    f7736f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    0aab253 View commit details
    Browse the repository at this point in the history
  2. try to fix warning.

    dholladay00 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    1f77a51 View commit details
    Browse the repository at this point in the history
  3. Remove unused variables.

    dholladay00 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    1d4fc85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3748a69 View commit details
    Browse the repository at this point in the history
  5. format.

    dholladay00 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    0dd0268 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

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

Commits on Aug 14, 2023

  1. Test refactor. The getsgeos tests are now in their own file that resp…

    …ect build restrictions that reduce compile times. PTE tests still built under normal conditions.
    dholladay00 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    9774621 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9823d2 View commit details
    Browse the repository at this point in the history
  3. Format.

    dholladay00 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    bdf02e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    a77b090 View commit details
    Browse the repository at this point in the history
  2. Merg main.

    dholladay00 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    0e37800 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4179042 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7129f96 View commit details
    Browse the repository at this point in the history
  5. Using individual functions instead of ptofre, this was the source of …

    …long compile timesgit status Removing unnecessary function args.
    dholladay00 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    ff334d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4b6c859 View commit details
    Browse the repository at this point in the history
  7. Remove unused variables.

    dholladay00 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    a225052 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5ad4058 View commit details
    Browse the repository at this point in the history
  9. format.

    dholladay00 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    55ceed2 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Correct cmake logic for get_sg_eos. Previously, built with closure an…

    …d tests. Now only builds with closure and fortran.
    dholladay00 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    305f7e6 View commit details
    Browse the repository at this point in the history
  2. Edit changelog.

    dholladay00 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    ed5a121 View commit details
    Browse the repository at this point in the history