Skip to content

Commit e6a3761

Browse files
committed
make disjoint pool a C structure
1 parent 4b06f40 commit e6a3761

40 files changed

+1650
-1545
lines changed

.github/workflows/coverity.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
-DUMF_FORMAT_CODE_STYLE=OFF
5050
-DUMF_DEVELOPER_MODE=OFF
5151
-DUMF_TESTS_FAIL_ON_SKIP=ON
52-
-DUMF_BUILD_LIBUMF_POOL_DISJOINT=ON
5352
-DUMF_BUILD_LIBUMF_POOL_JEMALLOC=ON
5453
5554
- name: Build

.github/workflows/nightly.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ jobs:
7676
-DCMAKE_BUILD_TYPE=Debug
7777
-DUMF_FORMAT_CODE_STYLE=OFF
7878
-DUMF_DEVELOPER_MODE=ON
79-
-DUMF_BUILD_LIBUMF_POOL_DISJOINT=ON
8079
-DUMF_BUILD_LIBUMF_POOL_JEMALLOC=ON
8180
-DUMF_BUILD_LEVEL_ZERO_PROVIDER=OFF
8281
-DUMF_BUILD_CUDA_PROVIDER=OFF
@@ -156,7 +155,6 @@ jobs:
156155
# -DUMF_BUILD_SHARED_LIBRARY=${{matrix.shared_library}} ^
157156
# -DUMF_FORMAT_CODE_STYLE=OFF ^
158157
# -DUMF_DEVELOPER_MODE=ON ^
159-
# -DUMF_BUILD_LIBUMF_POOL_DISJOINT=ON ^
160158
# -DUMF_BUILD_LIBUMF_POOL_JEMALLOC=ON ^
161159
# -DUMF_BUILD_LEVEL_ZERO_PROVIDER=ON ^
162160
# -DUMF_BUILD_CUDA_PROVIDER=ON ^

.github/workflows/performance.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ jobs:
7777
-DUMF_DEVELOPER_MODE=OFF
7878
-DUMF_BUILD_LEVEL_ZERO_PROVIDER=ON
7979
-DUMF_BUILD_CUDA_PROVIDER=ON
80-
-DUMF_BUILD_LIBUMF_POOL_DISJOINT=ON
8180
-DUMF_BUILD_LIBUMF_POOL_JEMALLOC=ON
8281
8382
- name: Build

.github/workflows/reusable_basic.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ jobs:
165165
-DUMF_FORMAT_CODE_STYLE=OFF
166166
-DUMF_DEVELOPER_MODE=ON
167167
-DUMF_BUILD_LIBUMF_POOL_JEMALLOC=ON
168-
-DUMF_BUILD_LIBUMF_POOL_DISJOINT=ON
169168
-DUMF_TESTS_FAIL_ON_SKIP=ON
170169
-DUMF_DISABLE_HWLOC=${{matrix.disable_hwloc}}
171170
-DUMF_LINK_HWLOC_STATICALLY=${{matrix.link_hwloc_statically}}
@@ -207,7 +206,6 @@ jobs:
207206
--build-dir ${{env.BUILD_DIR}}
208207
--install-dir ${{env.INSTL_DIR}}
209208
--build-type ${{matrix.build_type}}
210-
--disjoint-pool
211209
${{ matrix.install_tbb == 'ON' && matrix.disable_hwloc != 'ON' && matrix.shared_library == 'ON' && '--proxy' || '' }}
212210
--umf-version ${{env.UMF_VERSION}}
213211
${{ matrix.shared_library == 'ON' && '--shared-library' || '' }}
@@ -283,7 +281,6 @@ jobs:
283281
-DUMF_BUILD_SHARED_LIBRARY=${{matrix.shared_library}}
284282
-DUMF_FORMAT_CODE_STYLE=OFF
285283
-DUMF_DEVELOPER_MODE=ON
286-
-DUMF_BUILD_LIBUMF_POOL_DISJOINT=ON
287284
-DUMF_BUILD_LIBUMF_POOL_JEMALLOC=ON
288285
-DUMF_BUILD_LEVEL_ZERO_PROVIDER=${{matrix.level_zero_provider}}
289286
-DUMF_BUILD_CUDA_PROVIDER=${{matrix.cuda_provider}}
@@ -303,7 +300,6 @@ jobs:
303300
--build-dir ${{env.BUILD_DIR}}
304301
--install-dir ${{env.INSTL_DIR}}
305302
--build-type ${{matrix.build_type}}
306-
--disjoint-pool
307303
${{matrix.shared_library == 'ON' && '--proxy' || '' }}
308304
--umf-version ${{env.UMF_VERSION}}
309305
${{ matrix.shared_library == 'ON' && '--shared-library' || ''}}
@@ -341,7 +337,6 @@ jobs:
341337
-DUMF_BUILD_EXAMPLES=ON
342338
-DUMF_FORMAT_CODE_STYLE=OFF
343339
-DUMF_DEVELOPER_MODE=ON
344-
-DUMF_BUILD_LIBUMF_POOL_DISJOINT=ON
345340
-DUMF_BUILD_LIBUMF_POOL_JEMALLOC=OFF
346341
-DUMF_BUILD_LEVEL_ZERO_PROVIDER=ON
347342
-DUMF_BUILD_CUDA_PROVIDER=ON
@@ -384,7 +379,6 @@ jobs:
384379
-DUMF_BUILD_EXAMPLES=ON
385380
-DUMF_FORMAT_CODE_STYLE=OFF
386381
-DUMF_DEVELOPER_MODE=ON
387-
-DUMF_BUILD_LIBUMF_POOL_DISJOINT=ON
388382
-DUMF_BUILD_LIBUMF_POOL_JEMALLOC=OFF
389383
-DUMF_BUILD_LEVEL_ZERO_PROVIDER=ON
390384
-DUMF_BUILD_CUDA_PROVIDER=ON
@@ -488,7 +482,6 @@ jobs:
488482
-DUMF_FORMAT_CODE_STYLE=OFF
489483
-DUMF_DEVELOPER_MODE=ON
490484
-DUMF_BUILD_LEVEL_ZERO_PROVIDER=OFF
491-
-DUMF_BUILD_LIBUMF_POOL_DISJOINT=ON
492485
-DUMF_BUILD_LIBUMF_POOL_JEMALLOC=ON
493486
-DUMF_BUILD_SHARED_LIBRARY=ON
494487
-DUMF_TESTS_FAIL_ON_SKIP=ON
@@ -502,7 +495,6 @@ jobs:
502495
--build-dir ${{env.BUILD_DIR}}
503496
--install-dir ${{env.INSTL_DIR}}
504497
--build-type ${{env.BUILD_TYPE}}
505-
--disjoint-pool
506498
--proxy
507499
--umf-version ${{env.UMF_VERSION}}
508500
--shared-library

.github/workflows/reusable_benchmarks.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464
-DUMF_DEVELOPER_MODE=OFF
6565
-DUMF_BUILD_LEVEL_ZERO_PROVIDER=ON
6666
-DUMF_BUILD_CUDA_PROVIDER=ON
67-
-DUMF_BUILD_LIBUMF_POOL_DISJOINT=ON
6867
-DUMF_BUILD_LIBUMF_POOL_JEMALLOC=ON
6968
7069
- name: Build UMF on Linux

.github/workflows/reusable_dax.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ jobs:
8484
-DUMF_BUILD_GPU_EXAMPLES=OFF
8585
-DUMF_FORMAT_CODE_STYLE=OFF
8686
-DUMF_DEVELOPER_MODE=ON
87-
-DUMF_BUILD_LIBUMF_POOL_DISJOINT=ON
8887
-DUMF_BUILD_LIBUMF_POOL_JEMALLOC=ON
8988
-DUMF_BUILD_LEVEL_ZERO_PROVIDER=OFF
9089
-DUMF_TESTS_FAIL_ON_SKIP=ON

.github/workflows/reusable_fast.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,38 +19,32 @@ jobs:
1919
matrix:
2020
include:
2121
- os: windows-latest
22-
disjoint: 'OFF'
2322
build_tests: 'ON'
2423
simple_cmake: 'OFF'
2524
# pure C build (Windows)
2625
- os: windows-latest
27-
disjoint: 'OFF'
2826
# Tests' building is off for a pure C build
2927
build_tests: 'OFF'
3028
simple_cmake: 'OFF'
3129
- os: ubuntu-latest
32-
disjoint: 'ON'
3330
build_tests: 'ON'
3431
# Windows doesn't recognize 'CMAKE_BUILD_TYPE', it uses '--config' param in build command
3532
extra_build_options: '-DCMAKE_BUILD_TYPE=Release -DUMF_BUILD_BENCHMARKS=ON -DUMF_BUILD_BENCHMARKS_MT=ON'
3633
simple_cmake: 'OFF'
3734
# pure C build (Linux)
3835
- os: ubuntu-latest
39-
disjoint: 'OFF'
4036
# Windows doesn't recognize 'CMAKE_BUILD_TYPE', it uses '--config' param in build command
4137
# Tests' building is off for a pure C build
4238
build_tests: 'OFF'
4339
extra_build_options: '-DCMAKE_BUILD_TYPE=Release -DUMF_BUILD_BENCHMARKS=ON'
4440
simple_cmake: 'OFF'
4541
# simplest CMake on ubuntu-latest
4642
- os: ubuntu-latest
47-
disjoint: 'OFF'
4843
build_tests: 'ON'
4944
extra_build_options: '-DCMAKE_BUILD_TYPE=Release'
5045
simple_cmake: 'ON'
5146
# simplest CMake ubuntu-20.04
5247
- os: ubuntu-20.04
53-
disjoint: 'OFF'
5448
build_tests: 'ON'
5549
extra_build_options: '-DCMAKE_BUILD_TYPE=Release'
5650
simple_cmake: 'ON'
@@ -97,7 +91,6 @@ jobs:
9791
-DCMAKE_PREFIX_PATH="${{env.VCPKG_PATH}}"
9892
-DUMF_FORMAT_CODE_STYLE=OFF
9993
-DUMF_DEVELOPER_MODE=ON
100-
-DUMF_BUILD_LIBUMF_POOL_DISJOINT=${{matrix.disjoint}}
10194
-DUMF_BUILD_LIBUMF_POOL_JEMALLOC=ON
10295
-DUMF_BUILD_TESTS=${{matrix.build_tests}}
10396
-DUMF_BUILD_EXAMPLES=ON

.github/workflows/reusable_gpu.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ jobs:
9292
-DUMF_BUILD_GPU_TESTS=ON
9393
-DUMF_BUILD_GPU_EXAMPLES=ON
9494
-DUMF_DEVELOPER_MODE=ON
95-
-DUMF_BUILD_LIBUMF_POOL_DISJOINT=ON
9695
-DUMF_BUILD_LIBUMF_POOL_JEMALLOC=ON
9796
-DUMF_BUILD_CUDA_PROVIDER=OFF
9897
-DUMF_BUILD_LEVEL_ZERO_PROVIDER=OFF

.github/workflows/reusable_multi_numa.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
-DUMF_BUILD_BENCHMARKS=OFF
4646
-DUMF_BUILD_TESTS=ON
4747
-DUMF_DEVELOPER_MODE=ON
48-
-DUMF_BUILD_LIBUMF_POOL_DISJOINT=ON
4948
-DUMF_BUILD_LIBUMF_POOL_JEMALLOC=${{ matrix.os == 'rhel-9.1' && 'OFF' || 'ON' }}
5049
-DUMF_TESTS_FAIL_ON_SKIP=ON
5150
${{ matrix.build_type == 'Debug' && matrix.os == 'ubuntu-22.04' && '-DUMF_USE_COVERAGE=ON' || '' }}

.github/workflows/reusable_proxy_lib.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
-DUMF_FORMAT_CODE_STYLE=OFF
4949
-DUMF_DEVELOPER_MODE=ON
5050
-DUMF_BUILD_LIBUMF_POOL_JEMALLOC=ON
51-
-DUMF_BUILD_LIBUMF_POOL_DISJOINT=ON
5251
-DUMF_TESTS_FAIL_ON_SKIP=ON
5352
-DUMF_PROXY_LIB_BASED_ON_POOL=${{matrix.proxy_lib_pool}}
5453
${{ matrix.build_type == 'Debug' && '-DUMF_USE_COVERAGE=ON' || '' }}

0 commit comments

Comments
 (0)