scorpio icon indicating copy to clipboard operation
scorpio copied to clipboard

A high-level Parallel I/O Library for structured grid applications

Results 111 scorpio issues
Sort by recently updated
recently updated
newest added

Moving all C source files to C++. This change should allow us add more C++ code/features without explicit C interfaces (internal).

enhancement
Next Release

When trying to build `homme_tool` on Perlmutter I hit hundreds of lines of linker errors. After some trial and error I confirmed that adding `-lstdc++` to the linker line fixed...

bug
High Priority

This PR removes CMake warnings like the following, which are polluting the output quite a bit. ``` CMake Warning (dev) at /home/lbertag/workdir/utils/cmake/cmake-install/share/cmake-3.27/Modules/FindPackageHandleStandardArgs.cmake:438 (message): The package name passed to `find_package_handle_standard_args` (PnetCDF_C)...

cmake

-- DRAFT -- **ADIOS I/O TYPE LIMITATIONS** **SCORPIO** * Reading/writing with different I/O decompositions does not work * Reading/writing with different number of MPI processes does not work * Open...

enhancement
ADIOS

Hello, I tried to compile scorpio with adios2 at derecho.ucar.edu, I got the following error: /glade/derecho/scratch/haiyingx/scorpio/src/clib/pioc_support.c:360:58: error: expected expression file->max_step_calls = PIO_MAX_CACHED_STEPS_FOR_ADIOS; It looks like PIO_MAX_CACHED_STEPS_FOR_ADIOS is set by during...

Within a union communicator, IO tasks constitute a subset of compute tasks, wherein the rank of the IO root task may not necessarily be 0. For instance, in a scenario...

bug
ADIOS

This issue was initially reproduced on Frontier when building a scream ne1024 F case with ADIOS support. ``` machine: frontier-scream-gpu compiler: crayclang-scream LND_NTHRDS: set to a value larger than 1...

bug
Low Priority

PR #525 has introduced support for new CDF-5 external data types in SCORPIO. Presently, only the C interface has been updated to utilize these new data types. It is essential...

enhancement

In tests/general/util/pio_tutil.F90, several macros, namely _NETCDF4, _NETCDF, _PNETCDF, _ADIOS2, and _HDF5, are utilized. In the case of NetCDF/PnetCDF libraries, the macros _NETCDF4, _NETCDF, and _PNETCDF are directly defined for lib...

enhancement
ADIOS
cmake

With PR #536 (Configure check for NC4 chunking consts), the following CMake messages are expected when we configure SCORPIO with NetCDF4 support: ``` -- Checking Whether the NetCDF4 chunking constants...

bug
cmake