Mpi char buffer test with new images#4667
Draft
scottwittenburg wants to merge 3 commits intoornladios:masterfrom
Draft
Mpi char buffer test with new images#4667scottwittenburg wants to merge 3 commits intoornladios:masterfrom
scottwittenburg wants to merge 3 commits intoornladios:masterfrom
Conversation
* Update to use Ubuntu 22.04 instead of 20.04 * Replace gcc8 with gcc12 * Replace clang 6 and 10 with clang 11 and 14 * Update to 2025 version of spack and E4S mirror * Remove custom blosc2 build in favor of spack-built version * Remove unneeded adios2 patch, update the xrootd patch
The largest value "digit" could assume is 333, when NVARS is the largest
possible int.
../source/testing/adios2/performance/manyvars/PerfManyVars.c:94:39: warning: '%d'
directive output may be truncated writing between 1 and 10 bytes into a region of
size between 3 and 12 [-Wformat-truncation=]
94 | snprintf(fmt, sizeof(fmt), "v%%%d.%dd", digit, digit);
| ^~
../source/testing/adios2/performance/manyvars/PerfManyVars.c:94:32: note:
directive argument in the range [1, 2147483647]
94 | snprintf(fmt, sizeof(fmt), "v%%%d.%dd", digit, digit);
| ^~~~~~~~~~~
../source/testing/adios2/performance/manyvars/PerfManyVars.c:94:5: note:
'snprintf' output between 7 and 25 bytes into a destination of size 16
94 | snprintf(fmt, sizeof(fmt), "v%%%d.%dd", digit, digit);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
This PR is stale because it has been open 6 months with no activity. Remove stale label or comment or this will be closed in 30 days. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DO NOT MERGE!
Test whether the error in #4664 is fixed by the new ci images in #4666.