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

added openPMD-api support for I/O #3666

Open
wants to merge 27 commits into
base: development
Choose a base branch
from

Commits on Dec 13, 2023

  1. added openPMD-api support for I/O

    guj committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    dd3c0c9 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    082b97d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77cb149 View commit details
    Browse the repository at this point in the history
  3. fixed spelling errors

    guj committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    7743fe0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04be86b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea95312 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    52bb537 View commit details
    Browse the repository at this point in the history
  2. Add GNU Make support

    WeiqunZhang committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    ed71097 View commit details
    Browse the repository at this point in the history
  3. Add CI test

    WeiqunZhang committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    25f4e2e View commit details
    Browse the repository at this point in the history
  4. Fix warnings

    WeiqunZhang committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    0bf1636 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. bug fix

    guj committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    f6a8e7d View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Added function SetWriter

    guj committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    991055b View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    996b0ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    819d7cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f3e742 View commit details
    Browse the repository at this point in the history
  4. update CI

    WeiqunZhang committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    963dcac View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. removed setOpenPMDUnit, and it will be handled by applications

    set default axis labels to be "x/y/z" for 1/2/3-Dims
    other behaviours should be done in application codes
    removed print statements
    guj committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    4281967 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Update .github/workflows/clang.yml

    Co-authored-by: Axel Huebl <[email protected]>
    guj and ax3l authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    3097051 View commit details
    Browse the repository at this point in the history
  2. Update Src/Extern/openPMD-api/AMReX_PlotFileUtilOPENPMD_PTLImpl.H

    remove commented code
    
    Co-authored-by: Axel Huebl <[email protected]>
    guj and ax3l authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    2a25e66 View commit details
    Browse the repository at this point in the history
  3. Update Tools/CMake/AMReX_Config_ND.H.in

    reduce AMREX_USE_OPENPMD_API to  AMREX_USE_OPENPMD
    
    Co-authored-by: Axel Huebl <[email protected]>
    guj and ax3l authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    0de2a0c View commit details
    Browse the repository at this point in the history
  4. Update .github/workflows/clang.yml

    reduce AMReX_OPENPMD_API to AMReX_OPENPMD
    
    Co-authored-by: Axel Huebl <[email protected]>
    guj and ax3l authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    7fa311b View commit details
    Browse the repository at this point in the history
  5. Update Tools/GNUMake/packages/Make.openpmd

    AMREX_USE_OPENPMD instead of AMREX_USE_OPENPMD_API
    
    Co-authored-by: Axel Huebl <[email protected]>
    guj and ax3l authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    5089ffe View commit details
    Browse the repository at this point in the history
  6. Update Src/CMakeLists.txt

    Use AMReX_OPENPMD instead of AMReX_OPENPMD_API
    
    Co-authored-by: Axel Huebl <[email protected]>
    guj and ax3l authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    fe80e2c View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

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

Commits on Mar 18, 2024

  1. Apply suggestions from code review

    Co-authored-by: Axel Huebl <[email protected]>
    WeiqunZhang and ax3l authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    6d206ca View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    a129a8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13f7ff5 View commit details
    Browse the repository at this point in the history