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

New benchmark programs that write multiple variables #150

Merged
merged 1 commit into from
Aug 29, 2024
Merged

Conversation

wkliao
Copy link
Member

@wkliao wkliao commented Aug 29, 2024

  • benchmarks/C/pnetcdf_put_vara.c
    • This program writes a series of 3D variables with 2D block-block partitioning pattern. Each variable is a record variable. The number of variables, variable size, number of time records, and the NetCDF file format can be customized through command-line options. In addition, option '-i', if set, PnetCDF nonblocking APIs will be used to write to the file.
  • benchmarks/C/netcdf_put_vara.c
    • This sequential NetCDF-C program writes a series of 3D variables. Each variable is a record variable. The number of variables, variable size, number of time records, and the NetCDF file format can be customized through command-line options.
    • This program and C/pnetcdf_put_vara.c can be used to compare the performance of NetCDF and PnetCDF when running sequentially, i.e. one process.

* benchmarks/C/pnetcdf_put_vara.c
    This program writes a series of 3D variables with 2D block-block
    partitioning pattern. Each variable is a record variable. The number of
    variables, variable size, number of time records, and the NetCDF file
    format can be customized through command-line options. In addition, option
    '-i', if set, PnetCDF nonblocking APIs will be used to write to the file.
* benchmarks/C/netcdf_put_vara.c
    This sequential NetCDF-C program writes a series of 3D variables.  Each
    variable is a record variable. The number of variables, variable size,
    number of time records, and the NetCDF file format can be customized
    through command-line options.
    This program and `C/pnetcdf_put_vara.c` can be used to compare the
    performance of NetCDF and PnetCDF when running sequentially, i.e. one
    process.
@wkliao wkliao merged commit efc3a3c into master Aug 29, 2024
4 checks passed
@wkliao wkliao deleted the vara_benchmark branch August 29, 2024 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant