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

PNetCDF support #278

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

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    7d5091a View commit details
    Browse the repository at this point in the history
  2. replace netcdf with pnetcdf

    need to use
    make USE_PNETCDF=TRUE DEBUG=TRUE -j8
    
    there is no par_access anymore
    collective calls will need to be made with *_all methods
    so far, everything is independent, which is not allowed
    iulian787 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    41a6ab3 View commit details
    Browse the repository at this point in the history
  3. def mode change

    iulian787 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    260aff8 View commit details
    Browse the repository at this point in the history
  4. add independent data and put_all method

    this methd is collective, while some header data is written only
    on master task
    (descriptive data)
    
    still need to fix the coordinates data
    iulian787 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    77b331e View commit details
    Browse the repository at this point in the history
  5. add rest of collective calls

    add the strided versions, and float and integer put_all calls
    also, add all get_all calls, for doble, float, int, strided too
    iulian787 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    86d0d9f View commit details
    Browse the repository at this point in the history