Skip to content

Commit 7bd12fb

Browse files
committed
Use lower max threads to reduce the testing time on AIX.
1 parent 50d837e commit 7bd12fb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

openmp/runtime/test/worksharing/for/collapse_test.inc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@
1515
#define LOOP_TYPE2 LOOP_TYPES
1616
#define LOOP_STYPE2 LOOP_TYPES
1717

18+
#if defined _AIX
19+
// Use lower max threads to reduce the testing time
20+
#define MAX_THREADS 64
21+
#else
1822
#define MAX_THREADS 256
23+
#endif
1924

2025
#if defined VERBOSE
2126
#define PRINTF(...) printf(__VA_ARGS__)

0 commit comments

Comments
 (0)