Skip to content

Commit 4deb79a

Browse files
committed
[External][SOLLVE_V&V] Disable failing test.
Un-whitelist the test 5.0/target/test_target_allocate.c which has been changed upstream in is now failing with test_target_allocate.c:27:32: error: allocator must be specified in the 'uses_allocators' clause #pragma omp target allocate(omp_default_mem_alloc:x) firstprivate(x) map(from: device_result) ^~~~~~~~~~~~~~~~~~~~~ Responsible upstream commit (SOLLVE/sollve_vv@f129ede): commit f129edeb595668056a7d117b0f00db40a05dd48e Author: Seyong Lee <[email protected]> Date: Fri Mar 11 12:10:04 2022 -0500 Add new_test/test_target_allocate.F90. (#460) * Add new_test/test_target_allocate.F90. Test fails with both GCC11.1.0 and XLF16.1.1-10 (not supported). * add the default allocator expression to the allocate clause (allocate(omp_default_mem_alloc: x)) in both C and Fortran versions.
1 parent 9fb1916 commit 4deb79a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

External/sollve_vv/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ set(TEST_SUITE_SOLLVEVV_EXPECT_PASS
134134
5.0/simd/test_simd_if.c
135135
5.0/simd/test_simd_nontemporal.c
136136
5.0/simd/test_simd_order_concurrent.c
137-
5.0/target/test_target_allocate.c
138137
5.0/target/test_target_defaultmap_default.c
139138
5.0/target/test_target_defaultmap_firstprivate.c
140139
5.0/target/test_target_defaultmap_none.c

0 commit comments

Comments
 (0)