jayeshkrishna
jayeshkrishna
@bartgol reported this issue (and provided a fix), When calling `find_package` with specific components requested, the current implementation of LibFind generates several warnings, like the following: ``` CMake Warning (dev)...
@JS-WRF-SBM reported this issue when running ne30 + FC5AV1C-L for 1+ years on compy. The fails with the following error, ``` 1080: PIO: FATAL ERROR: Aborting... An error occured, Writing...
The fortran interface library (piof) configure looks for C NetCDF headers to determine if parallel I/O is supported by the NetCDF library. This test fails when NetCDF Fortran and C...
We need to add tests for the Scorpio tools, * Replay tool * File info tool * ADIOS tool (handled in Issue #359)
@ndk mentioned this issue on slack. In Fortran, variables initialized using an initialization expression implicitly assume the save attribute (essentially behaving like static variables in C) and this behavior can...
The docs currently contain a lot of information on how to use Scorpio with PnetCDF and NetCDF. However we have limited information in the docs (although we have these information...
@amametjanov found that the GPTL library inside Scorpio is built when Scorpio is used inside E3SM. When Scorpio is built inside E3SM it should be using the GPTL library built...
We do not have any tests in the test suite to test the ADIOS conversion tool. All the ADIOS tests perform conversion within the library. We need to test the...
There are some functions where the logging seems to indicate that ADIOS support is not available. However these functions silently succeed (instead of returning a NOT_IMPL kind of error the...
Some Scorpio fortran tests (pio_copy, pio_async*) do not work, and are not supported, with ADIOS. We should disable these tests when ADIOS is enabled. Without fixing this issue, Danqing has...