-
Notifications
You must be signed in to change notification settings - Fork 769
{perf}[lompi/2025b] MUST v1.11.2 #24658
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
base: develop
Are you sure you want to change the base?
Conversation
Updated software
|
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
…asyconfigs into 20251123122242_new_pr_MUST1112
|
@boegelbot please test @ jsc-zen3 |
|
Test report by @Thyre |
|
@Thyre: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de PR test command '
Test results coming soon (I hope)... - notification for comment with ID 3627791203 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @Thyre Build on Neoverse V2 is failing with: This is the code around the failure: size = va_arg(va_alist, int);
if (type & PNMPI_PCONTROL_VARGorPTR)
{
/* PTR */
start = (TRANSTYPE *)(va_arg(va_alist, void *));
}
else
{
start = (TRANSTYPE *)va_alist;
}
leni = (size + sizeof(TRANSTYPE) - 1) / sizeof(TRANSTYPE);This general failure seems to be due to how varadic arguments are handled on aarch64. A similar small reproducer can trigger a build failure on aarch64 with GCC / LLVM but not on x86. |
|
Test report by @Thyre |
|
Test report by @Thyre |
|
Test report by @boegelbot |
(created using
eb --new-pr)Requires: