Files
ResInsight/ApplicationLibCode/FileInterface
Magne Sjaastad a7684a14d6 #14596 Use #pragma omp parallel for when building corner point grids
The loops were annotated with #pragma omp for, which is a work-sharing construct that does nothing outside an enclosing parallel region. Replace it with #pragma omp parallel for so the cell loops actually run in parallel.
2026-08-25 08:22:29 +02:00
..
2023-10-03 09:04:08 +02:00
2024-10-28 13:09:18 +01:00
2024-10-29 18:17:31 +01:00
2025-09-26 10:26:43 +02:00
2023-04-23 08:10:28 +02:00