OpenMP-Validation-and-Verification / OpenMP_VV

OpenMP Offloading Validation & Verification Suite; Official repository. We have migrated from bitbucket!! For documentation, results, publication and presentations, please check out our website ->
https://crpl.cis.udel.edu/ompvvsollve/
Other
54 stars 19 forks source link

Add uses_allocators to fix compiler error #802

Closed fel-cab closed 6 months ago

fel-cab commented 6 months ago

LLVM error: error: allocator must be specified in the 'uses_allocators' clause adding uses_allocators(omp_default_mem_alloc) fixes the problem