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

Add new API #16

Merged
merged 175 commits into from
Sep 18, 2023
Merged

Add new API #16

merged 175 commits into from
Sep 18, 2023

Commits on Jul 6, 2023

  1. Add grids

    utkinis committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    9615fbd View commit details
    Browse the repository at this point in the history
  2. Remove topology for now

    utkinis committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    da4375f View commit details
    Browse the repository at this point in the history
  3. Add immersed boundary

    utkinis committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    faa8e24 View commit details
    Browse the repository at this point in the history
  4. WIP fields

    utkinis committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    5fc9866 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Rename faces to vertices

    utkinis committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    53247c5 View commit details
    Browse the repository at this point in the history
  2. Rework grids

    utkinis committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    ad3499b View commit details
    Browse the repository at this point in the history
  3. Change order of APIs

    utkinis committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    63f3afa View commit details
    Browse the repository at this point in the history
  4. WIP "dream script"

    utkinis committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    cd88816 View commit details
    Browse the repository at this point in the history
  5. WIP "dream script"

    utkinis committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    a1ef54e View commit details
    Browse the repository at this point in the history
  6. Simplify coords code

    utkinis committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    34578a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. WIP grids

    utkinis committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    3b16859 View commit details
    Browse the repository at this point in the history
  2. WIP fields

    utkinis committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    f35fc30 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Add grids

    utkinis committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    197a993 View commit details
    Browse the repository at this point in the history
  2. Update Project.toml

    utkinis committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    326b568 View commit details
    Browse the repository at this point in the history
  3. Update Project.toml

    utkinis committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    1fb37c9 View commit details
    Browse the repository at this point in the history
  4. Update grids API

    utkinis committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    d498fb1 View commit details
    Browse the repository at this point in the history
  5. Add set! method for fields

    utkinis committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    62be1b2 View commit details
    Browse the repository at this point in the history
  6. Formatting

    utkinis committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    11654cd View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. WIP models

    utkinis committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    4287272 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1faf972 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. WIP

    utkinis committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    57f9ec0 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. WIP

    utkinis committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    5eb54e9 View commit details
    Browse the repository at this point in the history
  2. Clean up Project.toml

    utkinis committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    6aa7404 View commit details
    Browse the repository at this point in the history
  3. WIP boundary conditions

    utkinis committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    a616d75 View commit details
    Browse the repository at this point in the history
  4. Remove empty line

    utkinis committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    99adeb0 View commit details
    Browse the repository at this point in the history
  5. WIP boundary conditions

    utkinis committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    a83984b View commit details
    Browse the repository at this point in the history
  6. Auto format

    utkinis committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    5ff99d0 View commit details
    Browse the repository at this point in the history
  7. Add NoBC

    utkinis committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    7929117 View commit details
    Browse the repository at this point in the history
  8. Reorder lines

    utkinis committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    3f27fdc View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. WIP BCs

    utkinis committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    1bdc954 View commit details
    Browse the repository at this point in the history
  2. Add tests

    utkinis committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    ce55a65 View commit details
    Browse the repository at this point in the history
  3. Update tests

    utkinis committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    f42e1ba View commit details
    Browse the repository at this point in the history
  4. Add script

    utkinis committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    aa17306 View commit details
    Browse the repository at this point in the history
  5. Update script

    utkinis committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    42f8dde View commit details
    Browse the repository at this point in the history
  6. Add BCs

    utkinis committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    df51255 View commit details
    Browse the repository at this point in the history
  7. Add @inbounds to BCs

    utkinis committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    4555c1f View commit details
    Browse the repository at this point in the history
  8. Add exports

    utkinis committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    84d707f View commit details
    Browse the repository at this point in the history
  9. Update BC tests for val

    luraess committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    0054503 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3223cc4 View commit details
    Browse the repository at this point in the history
  11. Fixup

    luraess committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    c600ca9 View commit details
    Browse the repository at this point in the history
  12. Update isothermal

    utkinis committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    97a7f05 View commit details
    Browse the repository at this point in the history
  13. Fix Adapt bug

    utkinis committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    b5cc4d1 View commit details
    Browse the repository at this point in the history
  14. Fixup

    luraess committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    0987fb9 View commit details
    Browse the repository at this point in the history
  15. Update BCs

    utkinis committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    b4afbc8 View commit details
    Browse the repository at this point in the history
  16. Fix tests

    luraess committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    4819e68 View commit details
    Browse the repository at this point in the history
  17. Fixup tests

    luraess committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    a6bbad7 View commit details
    Browse the repository at this point in the history
  18. Update test

    luraess committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    c102975 View commit details
    Browse the repository at this point in the history
  19. Reshape test

    luraess committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    6ea814a View commit details
    Browse the repository at this point in the history
  20. Cleanup

    luraess committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    820d94d View commit details
    Browse the repository at this point in the history
  21. Add GH CI

    luraess committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    e4cc9cb View commit details
    Browse the repository at this point in the history
  22. Update

    luraess committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    fbe315b View commit details
    Browse the repository at this point in the history
  23. Add buidkite pipeline

    luraess committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    7a53413 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Update test_bc.jl

    luraess authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    647be3d View commit details
    Browse the repository at this point in the history
  2. Add GPU CI

    luraess committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    f0c09cf View commit details
    Browse the repository at this point in the history
  3. WIP model

    utkinis committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    f96dfee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    707e9da View commit details
    Browse the repository at this point in the history
  5. Fix Glen's law

    utkinis committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    4ef5401 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b04d2d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    417f621 View commit details
    Browse the repository at this point in the history
  8. Remove missing link

    utkinis committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    c7d5d8a View commit details
    Browse the repository at this point in the history
  9. Update fields

    Co-authored-by: Ludovic Räss <luraess@users.noreply.github.com>
    utkinis and luraess committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    44cc9e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Update fields

    utkinis committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    4d104a0 View commit details
    Browse the repository at this point in the history
  2. Update model

    utkinis committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    1ea65e6 View commit details
    Browse the repository at this point in the history
  3. Try fix

    utkinis committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    40e805e View commit details
    Browse the repository at this point in the history
  4. Fix try fix

    utkinis committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    5632312 View commit details
    Browse the repository at this point in the history
  5. Update buildkite yml

    luraess committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    8c28bf5 View commit details
    Browse the repository at this point in the history
  6. Fixup buildkite

    luraess committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    b073e00 View commit details
    Browse the repository at this point in the history
  7. Fix typo

    luraess committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    025de7d View commit details
    Browse the repository at this point in the history
  8. Inline coord

    utkinis committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    ba54ea8 View commit details
    Browse the repository at this point in the history
  9. Cleanup

    luraess committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    4998ce9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    937107b View commit details
    Browse the repository at this point in the history
  11. Update scripts

    utkinis committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    f891c4d View commit details
    Browse the repository at this point in the history
  12. Update model

    utkinis committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    9cc5e1b View commit details
    Browse the repository at this point in the history
  13. WIP inclusion test

    utkinis committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    914373a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Test codecov

    luraess committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    1adf7df View commit details
    Browse the repository at this point in the history
  2. Fixup codecov

    luraess committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    0f68786 View commit details
    Browse the repository at this point in the history
  3. Fixup CI

    luraess committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    9f1e2f2 View commit details
    Browse the repository at this point in the history
  4. Fixup codecov

    luraess committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    3f25c25 View commit details
    Browse the repository at this point in the history
  5. Update token

    luraess committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    6fad024 View commit details
    Browse the repository at this point in the history
  6. Update token

    luraess committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    589d999 View commit details
    Browse the repository at this point in the history
  7. Fix GPU codecov

    luraess committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    8623b92 View commit details
    Browse the repository at this point in the history
  8. Update

    luraess committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    f59ac58 View commit details
    Browse the repository at this point in the history
  9. Fix token

    luraess committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    46ca277 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Add kwarg in test

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

Commits on Aug 14, 2023

  1. Update token

    luraess committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    c925d35 View commit details
    Browse the repository at this point in the history
  2. Update fields API

    utkinis committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    03fa8a2 View commit details
    Browse the repository at this point in the history
  3. Fix unstable GPU code

    utkinis committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    2420ff5 View commit details
    Browse the repository at this point in the history
  4. Add view for fields

    utkinis committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    fc10e30 View commit details
    Browse the repository at this point in the history
  5. Fix tests

    utkinis committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    9aea8bb View commit details
    Browse the repository at this point in the history
  6. Fix Adapt for fields

    utkinis committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    beecbf2 View commit details
    Browse the repository at this point in the history
  7. Fix typo

    utkinis committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    6e92dbd View commit details
    Browse the repository at this point in the history
  8. Fix Adapt again

    utkinis committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    1fb14b7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c256d77 View commit details
    Browse the repository at this point in the history
  10. Fix align

    luraess committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    0f04878 View commit details
    Browse the repository at this point in the history
  11. Add heat model WIP

    luraess committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    1a70bca View commit details
    Browse the repository at this point in the history
  12. Add missing end

    luraess committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    53f54d7 View commit details
    Browse the repository at this point in the history
  13. Add codecov yml file

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

Commits on Aug 15, 2023

  1. Add MPI test

    utkinis committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    a8aa416 View commit details
    Browse the repository at this point in the history
  2. Add CUDA

    utkinis committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    58d99a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Fix indent

    luraess committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    c522672 View commit details
    Browse the repository at this point in the history
  2. Rename macros

    luraess committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    9518087 View commit details
    Browse the repository at this point in the history
  3. Adapt to new macro names

    luraess committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    9730ee8 View commit details
    Browse the repository at this point in the history
  4. Add heat example - wip

    luraess committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    2b24acf View commit details
    Browse the repository at this point in the history
  5. Add exchanger2 - wip

    luraess committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    b983bbe View commit details
    Browse the repository at this point in the history
  6. Fix Val BC and indent

    luraess committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    e0a707f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a3addba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    942e33e View commit details
    Browse the repository at this point in the history
  9. Improve plotting

    luraess committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    bfa6aa9 View commit details
    Browse the repository at this point in the history
  10. Restore the truth

    luraess committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    7a6a074 View commit details
    Browse the repository at this point in the history
  11. Now with correct CFL

    luraess committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    a8a5ca9 View commit details
    Browse the repository at this point in the history
  12. Generalise CFL

    luraess committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    f144b3e View commit details
    Browse the repository at this point in the history
  13. Cleanup

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

Commits on Aug 17, 2023

  1. Add diff 3d - not working

    luraess committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    ea68ea9 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Fix bench3d

    utkinis committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    81d2d1d View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Remove line

    Ludovic Räss committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    0902d65 View commit details
    Browse the repository at this point in the history
  2. Fix indent

    luraess committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    6e7f207 View commit details
    Browse the repository at this point in the history
  3. Add correct ∆

    luraess committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    5fa7cb3 View commit details
    Browse the repository at this point in the history
  4. Update

    luraess committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    a61c9df View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Update

    luraess committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    6420ae7 View commit details
    Browse the repository at this point in the history
  2. Hotfix

    luraess committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    d6fe3f5 View commit details
    Browse the repository at this point in the history
  3. Uppdate hotfix

    luraess committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    585ba09 View commit details
    Browse the repository at this point in the history
  4. Fixup hotfix

    luraess committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    ab9006b View commit details
    Browse the repository at this point in the history
  5. Fixup

    luraess committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    ad5e6f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Test CI

    luraess committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    62a6e28 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Update conditional testing

    luraess committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    f3ca45d View commit details
    Browse the repository at this point in the history
  2. Fix conditional testing

    luraess committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    47940c0 View commit details
    Browse the repository at this point in the history
  3. Fix error

    luraess committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    5f00e1f View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Rework BCs

    utkinis committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    b3c55b1 View commit details
    Browse the repository at this point in the history
  2. Change fields API

    utkinis committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    c86b8fb View commit details
    Browse the repository at this point in the history
  3. Remove space

    utkinis committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    03051b8 View commit details
    Browse the repository at this point in the history
  4. Rename folder

    utkinis authored Sep 3, 2023
    Configuration menu
    Copy the full SHA
    a33ae7b View commit details
    Browse the repository at this point in the history
  5. Revert to discrete keyword

    utkinis committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    227a664 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Adapt to new BC API - WIP

    luraess committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    73bf48e View commit details
    Browse the repository at this point in the history
  2. Fix BCs

    utkinis committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    a22dc19 View commit details
    Browse the repository at this point in the history
  3. Finalise new BC in heat.

    luraess committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    202cb40 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Add MPi test

    luraess committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    1c02f31 View commit details
    Browse the repository at this point in the history
  2. Update deps

    luraess committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    86dca4c View commit details
    Browse the repository at this point in the history
  3. Fixup

    luraess committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    d9eb456 View commit details
    Browse the repository at this point in the history
  4. Update MPI

    utkinis committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    264c093 View commit details
    Browse the repository at this point in the history
  5. Remove IGG files

    utkinis committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    dae68f7 View commit details
    Browse the repository at this point in the history
  6. WIP distributed

    utkinis committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    47d9898 View commit details
    Browse the repository at this point in the history
  7. WIP MPI

    utkinis committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    49b8a3b View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. MPI WIP

    luraess committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    d553215 View commit details
    Browse the repository at this point in the history
  2. WIP MPI

    Co-authored-by: Ivan Utkin <iutkin@ethz.ch>
    luraess and utkinis committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    63d84b3 View commit details
    Browse the repository at this point in the history
  3. Update MPI

    luraess committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    df91ed0 View commit details
    Browse the repository at this point in the history
  4. Update MPI mwe

    luraess committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    b0b40b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Bump AMDGPU compat

    luraess authored Sep 9, 2023
    Configuration menu
    Copy the full SHA
    4240862 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Update exchanger API

    utkinis committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    cca98e5 View commit details
    Browse the repository at this point in the history
  2. Update exchanger API

    utkinis committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    65f39c9 View commit details
    Browse the repository at this point in the history
  3. Fix bug

    utkinis committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    cfcda1c View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Update files

    luraess committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    747e2f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c213d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d398f02 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7df87d View commit details
    Browse the repository at this point in the history
  5. Add custom TagBot

    luraess committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    a94d177 View commit details
    Browse the repository at this point in the history
  6. Distributed WIP

    utkinis committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    5c79fdd View commit details
    Browse the repository at this point in the history
  7. changes

    luraess committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    bb7441b View commit details
    Browse the repository at this point in the history
  8. Comment WIP submodule

    luraess committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    dfc860e View commit details
    Browse the repository at this point in the history
  9. Add docs

    luraess committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    8005d0d View commit details
    Browse the repository at this point in the history
  10. Add yml

    luraess committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    f95f3b1 View commit details
    Browse the repository at this point in the history
  11. Add badge

    luraess committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    35269d3 View commit details
    Browse the repository at this point in the history
  12. Fixup

    luraess committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    fd20832 View commit details
    Browse the repository at this point in the history
  13. Update branch name

    luraess committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    4a41267 View commit details
    Browse the repository at this point in the history
  14. Add documentation (#26)

    using documenter
    luraess authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    aa9a378 View commit details
    Browse the repository at this point in the history
  15. Fix doc yml

    luraess committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    214d434 View commit details
    Browse the repository at this point in the history
  16. Add info

    luraess committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    b6f3bf9 View commit details
    Browse the repository at this point in the history
  17. Fixup

    luraess committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    8bef3e7 View commit details
    Browse the repository at this point in the history
  18. Add link

    luraess committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    c8a3ae5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d8ac8ff View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Update MPI init

    luraess committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    330f43a View commit details
    Browse the repository at this point in the history
  2. revert init

    luraess committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    66f102f View commit details
    Browse the repository at this point in the history
  3. Fix potential deadlock

    utkinis committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    85883d0 View commit details
    Browse the repository at this point in the history
  4. Move synchronize

    utkinis committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    96be20c View commit details
    Browse the repository at this point in the history
  5. test exch on lumi

    luraess committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    cefb1c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Prepare for merging into main

    luraess committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    113f9be View commit details
    Browse the repository at this point in the history