[OpenMP][AIX] XFAIL capacity tests on AIX in 32-bit (#83014)

This patch XFAILs two capacity tests on AIX in 32-bit because running
out resource with `4 x omp_get_max_threads()` in 32-bit mode.
This commit is contained in:
Xing Xue
2024-02-26 13:13:05 -05:00
committed by GitHub
parent 01450dd1c6
commit a4dcfbcb78
2 changed files with 6 additions and 0 deletions

View File

@@ -1,4 +1,7 @@
// RUN: %libomp-cxx-compile-and-run
//
// AIX runs out of resource in 32-bit with 4*omp_get_max_threads() threads.
// XFAIL: aix && ppc
#include <omp.h>

View File

@@ -1,4 +1,7 @@
// RUN: %libomp-cxx-compile-and-run
//
// AIX runs out of resource in 32-bit with 4*omp_get_max_threads() threads.
// XFAIL: aix && ppc
#include <omp.h>