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

Set up CTest #5068

Merged
merged 183 commits into from
Sep 5, 2024
Merged

Set up CTest #5068

merged 183 commits into from
Sep 5, 2024

Commits on Jul 22, 2024

  1. Set up CTest

    EZoni committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    a0725af View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    73df3eb View commit details
    Browse the repository at this point in the history
  2. Add missing input files

    EZoni committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    23d379e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e71252c View commit details
    Browse the repository at this point in the history
  4. Add more tests

    EZoni committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b32882c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c818ee0 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Add more tests

    EZoni committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    9affb1a View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

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

Commits on Jul 26, 2024

  1. Add more tests

    EZoni committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    84b9e00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    feecc4f View commit details
    Browse the repository at this point in the history
  3. Add more tests

    EZoni committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    53d85b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Fix broken test

    EZoni committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    b251431 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Add more tests

    EZoni committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    fe1990e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14fc9d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Fix broken test

    EZoni committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    0524fdc View commit details
    Browse the repository at this point in the history
  2. Do not enforce backward compatibility

    - Comment out from WarpX-tests.ini entries
      related to tests that have been migrated.
    - WarpX-tests.ini will be deleted at the end
      of the migration to CTest.
    EZoni committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    d9cb4c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3b5641 View commit details
    Browse the repository at this point in the history
  4. Testing Azure pipeline

    EZoni committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    3660b91 View commit details
    Browse the repository at this point in the history
  5. Azure Update

    ax3l committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    b9669f9 View commit details
    Browse the repository at this point in the history
  6. Tests: Individual CMakeLists.txt per test

    Less collisions as people expand tests.
    ax3l committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    57b414a View commit details
    Browse the repository at this point in the history
  7. CI: CTest registered_tests Script

    Updates to search for `add_warpx_test` registration locations.
    ax3l committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    ef10e0d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ce82a8c View commit details
    Browse the repository at this point in the history
  9. Cleanup

    EZoni committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    f7aa261 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    78afd77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56bef3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e0362e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    feaaeda View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5bf6de4 View commit details
    Browse the repository at this point in the history
  6. Do not pass number of MPI procs

    - Hard-coded to 2 for all MPI tests
    - Run single-proc tests without MPI
    EZoni committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    f405bbc View commit details
    Browse the repository at this point in the history
  7. Cleanup

    EZoni committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    3d672fc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b0176fc View commit details
    Browse the repository at this point in the history
  9. Cleanup

    EZoni committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    19be7d6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    675259f View commit details
    Browse the repository at this point in the history
  11. Cleanup

    EZoni committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    065675d View commit details
    Browse the repository at this point in the history
  12. Fix broken dependencies

    EZoni committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    d86ea62 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    6d2bf40 View commit details
    Browse the repository at this point in the history
  2. Install correct requirements

    EZoni committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    8717ce6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99638c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    680f25e View commit details
    Browse the repository at this point in the history
  5. Fix path of warpx-data repo

    EZoni committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    62953aa View commit details
    Browse the repository at this point in the history
  6. Fix broken test

    EZoni committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    9867448 View commit details
    Browse the repository at this point in the history
  7. Cleanup

    EZoni committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    38c6d36 View commit details
    Browse the repository at this point in the history
  8. Add support for Python tests

    EZoni committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    4535223 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    09899bd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dc305fd View commit details
    Browse the repository at this point in the history
  11. Build always with WarpX_FFT=ON

    EZoni committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    bfb68de View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bde15c4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d46b442 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a899610 View commit details
    Browse the repository at this point in the history
  15. Cleanup

    EZoni committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    2c7d317 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Fix logic for Python tests

    EZoni committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    29846f2 View commit details
    Browse the repository at this point in the history
  2. Add more Python tests

    EZoni committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    897ec8f View commit details
    Browse the repository at this point in the history
  3. Fix Azure pipeline YAML file

    EZoni committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    0808934 View commit details
    Browse the repository at this point in the history
  4. Add more tests

    EZoni committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    274901b View commit details
    Browse the repository at this point in the history
  5. More Azure matrix elements

    EZoni committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    1e0f514 View commit details
    Browse the repository at this point in the history
  6. Add more tests

    EZoni committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    fd38878 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9a255b9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    036d6af View commit details
    Browse the repository at this point in the history
  9. Add more tests

    EZoni committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    14113e0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fef7d16 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Add more tests

    EZoni committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    c20eff7 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    1d9643a View commit details
    Browse the repository at this point in the history
  2. Clear pip cache

    EZoni committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    2e68590 View commit details
    Browse the repository at this point in the history
  3. Clean up input file names

    EZoni committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    1163763 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

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

Commits on Aug 9, 2024

  1. Add more tests

    EZoni committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    b93908a View commit details
    Browse the repository at this point in the history
  2. Fix broken tests

    EZoni committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    427643a View commit details
    Browse the repository at this point in the history
  3. Add more tests

    EZoni committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    0a4cad1 View commit details
    Browse the repository at this point in the history
  4. Fix broken tests

    EZoni committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    8eeaf67 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Add more tests

    EZoni committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    ffc8d4b View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    86bf7f9 View commit details
    Browse the repository at this point in the history
  2. Fix broken tests

    EZoni committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    c1aee66 View commit details
    Browse the repository at this point in the history
  3. Add more tests

    EZoni committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    67a8dcf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5ba747 View commit details
    Browse the repository at this point in the history
  5. Add more tests

    EZoni committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    2790738 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Fix broken tests

    EZoni committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    edc08d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2adaf15 View commit details
    Browse the repository at this point in the history
  3. Add more tests

    EZoni committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    ec7e34c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de7b61f View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Add more tests

    EZoni committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e511632 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c278299 View commit details
    Browse the repository at this point in the history
  3. Cleanup

    EZoni committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    ca9ec12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c32d6d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Add more tests

    EZoni committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    a0b5c44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    932ffa6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02bc245 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Add more tests

    EZoni committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    980e897 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    942e9c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Fix broken tests

    EZoni committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    c4e49d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    6bce799 View commit details
    Browse the repository at this point in the history
  2. Fix broken tests

    EZoni committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    c41c109 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccd3e05 View commit details
    Browse the repository at this point in the history
  4. Fix broken tests

    EZoni committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    5786d3c View commit details
    Browse the repository at this point in the history
  5. Add default AMReX CMake flags

    EZoni committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    406bc7c View commit details
    Browse the repository at this point in the history
  6. Add more tests

    EZoni committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    b071143 View commit details
    Browse the repository at this point in the history
  7. Fix broken tests

    EZoni committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    89b3854 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c5b0e71 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7903470 View commit details
    Browse the repository at this point in the history
  10. Fix codeQL warning

    EZoni committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    ddacf8d View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Add more tests

    EZoni committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    1534e1f View commit details
    Browse the repository at this point in the history
  2. Fix GitHub Action's YAML files

    EZoni committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    35d9b1f View commit details
    Browse the repository at this point in the history
  3. Add more tests

    EZoni committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    5d2f6c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e63b2af View commit details
    Browse the repository at this point in the history
  5. Fix GitHub Action's YAML files

    EZoni committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    0688042 View commit details
    Browse the repository at this point in the history
  6. Add more tests

    EZoni committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    2cfe3c2 View commit details
    Browse the repository at this point in the history
  7. Fix GitHub Action's YAML files

    EZoni committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    0469a21 View commit details
    Browse the repository at this point in the history
  8. Remove unused checksum file

    EZoni committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    36021db View commit details
    Browse the repository at this point in the history
  9. Add more tests

    EZoni committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    ca90c32 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4186d30 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Add more tests

    EZoni committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    1d92ce3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fa7374 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7083ed View commit details
    Browse the repository at this point in the history
  4. Cleanup

    EZoni committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    67e3ee2 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Cleanup

    EZoni committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    63fd720 View commit details
    Browse the repository at this point in the history
  2. Fix broken tests

    EZoni committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    5a2e449 View commit details
    Browse the repository at this point in the history
  3. Fix style checks

    EZoni committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    2567497 View commit details
    Browse the repository at this point in the history
  4. WarpX_CI: Cleanup After Run

    ax3l committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    5ce42e1 View commit details
    Browse the repository at this point in the history
  5. Fix: CTest independent of PWD/CWD

    Can run now from any working dir
    ax3l committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    7d48286 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    e68415a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e65284 View commit details
    Browse the repository at this point in the history
  3. Fix typo in CMakeLists.txt

    EZoni committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    2271c6b View commit details
    Browse the repository at this point in the history
  4. Fix tests dependency cycle

    EZoni committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    38cbfca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    436c323 View commit details
    Browse the repository at this point in the history
  6. Clean up CMakeLists.txt

    EZoni committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    21bff3b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ca1bb50 View commit details
    Browse the repository at this point in the history
  8. Fix Clang pywarpx build

    EZoni committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    412c5b8 View commit details
    Browse the repository at this point in the history
  9. Fix bug in CMakeLists.txt

    EZoni committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    33b69d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Cleanup

    EZoni committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    c71c906 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f067dd3 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

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

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    8049f0d View commit details
    Browse the repository at this point in the history
  2. Fix broken tests

    EZoni committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    df929ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9857090 View commit details
    Browse the repository at this point in the history
  4. Fix calls to add_warpx_test

    EZoni committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    ffe04a3 View commit details
    Browse the repository at this point in the history
  5. Fix restart tests

    EZoni committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    a3dae26 View commit details
    Browse the repository at this point in the history
  6. Cleanup

    EZoni committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    9ae0062 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Fix restart tests

    EZoni committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    68c25eb View commit details
    Browse the repository at this point in the history
  2. Fix Python tests

    EZoni committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    296215b View commit details
    Browse the repository at this point in the history
  3. Fix GitHub Action's YAML files

    EZoni committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    429982d View commit details
    Browse the repository at this point in the history
  4. Fix broken tests

    EZoni committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    57bc134 View commit details
    Browse the repository at this point in the history
  5. Add more tests

    EZoni committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    e31269f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e1f8aa0 View commit details
    Browse the repository at this point in the history
  7. Add more tests

    EZoni committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    b345064 View commit details
    Browse the repository at this point in the history
  8. Add LASY laser tests

    EZoni committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    3c4942b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5a2cb9f View commit details
    Browse the repository at this point in the history
  10. Fix test names

    EZoni committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    aae3a1b View commit details
    Browse the repository at this point in the history
  11. Add LASY laser tests

    EZoni committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    7455916 View commit details
    Browse the repository at this point in the history
  12. Add more tests

    EZoni committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    20f0e91 View commit details
    Browse the repository at this point in the history
  13. Fix Langmuir tests

    EZoni committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    bc01fb5 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Add more tests

    EZoni committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5185679 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bb4770 View commit details
    Browse the repository at this point in the history
  3. Add more tests

    EZoni committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ba7fdb3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7b4733 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a90b5fb View commit details
    Browse the repository at this point in the history
  6. Debugging LASY tests

    EZoni committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    a202748 View commit details
    Browse the repository at this point in the history
  7. Add missing tests

    EZoni committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d32b3d3 View commit details
    Browse the repository at this point in the history
  8. Fix restart tests

    EZoni committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    fa02152 View commit details
    Browse the repository at this point in the history
  9. Revert LASY debugging

    EZoni committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    21aae4e View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Debugging LASY tests

    EZoni committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    10fa399 View commit details
    Browse the repository at this point in the history
  2. CMake: Dependency Must Exist (run)

    Do not create a test that has an unfulfilled dependency.
    This can happen if the dependency has stricter compile-time requirements
    (e.g., needs Python) than the dependent (e.g., pure inputs file).
    ax3l committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e948f41 View commit details
    Browse the repository at this point in the history
  3. LASY Scripts: Recent 0.5.0 Changes

    Adopt inputs for breaking changes from 0.5.0 LASY update.
    ax3l committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    065e2b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7bce9c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Restore all tests

    EZoni committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    f7d35a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a99a6a View commit details
    Browse the repository at this point in the history
  3. Add missing tests

    EZoni committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    5c75f81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d36e9e0 View commit details
    Browse the repository at this point in the history
  5. Cleanup

    EZoni committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    f89bb58 View commit details
    Browse the repository at this point in the history
  6. Rename WarpX_CI flag

    EZoni committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    7f4dcc3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0a3cd9a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d4d58eb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ac9ff7f View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Address two Fixme Comments

    ax3l committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ba017dc View commit details
    Browse the repository at this point in the history
  2. Docs first draft

    EZoni committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    af246bc View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

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

Commits on Sep 5, 2024

  1. Update docs

    EZoni committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    8e64870 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d4396f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c62ca2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    013ddd6 View commit details
    Browse the repository at this point in the history
  5. Fix indentation in docs

    EZoni committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    cb5e42c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c7a134 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d63c920 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2a6496d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    086330d View commit details
    Browse the repository at this point in the history