Commit 0755757
authored
2 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
445 | 445 | | |
446 | 446 | | |
447 | 447 | | |
448 | | - | |
449 | 448 | | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
450 | 453 | | |
451 | 454 | | |
452 | 455 | | |
| |||
- .gitlab-ci.yml+21
- .gitlab/lassen-jobs.yml+5
- .gitlab/quartz-templates.yml+6-2
- CHANGELOG.md+70
- CMakeLists.txt+1-1
- Dockerfile+7-7
- README.md+1-1
- RELEASE+3-2
- RELEASE_NOTES.md+35
- cmake/SetupCompilerFlags.cmake+15
- docs/sphinx/conf.py+2-2
- docs/sphinx/conf.py.in+2-2
- examples/CMakeLists.txt-6
- scripts/gitlab/build_and_test.sh+16
- scripts/gitlab/convert_to_junit.py+15
- scripts/gitlab/junit.xslt+117
- scripts/make_release_tarball.sh+1-1
- scripts/uberenv/packages/umpire/package.py+6
- src/umpire/CMakeLists.txt+12
- src/umpire/ResourceManager.cpp+143-372
- src/umpire/ResourceManager.hpp+6
- src/umpire/config.hpp.in+1
- src/umpire/interface/c_fortran/typesUmpire.h+7
- src/umpire/interface/c_fortran/wrapResourceManager.cpp+41
- src/umpire/interface/c_fortran/wrapResourceManager.h+10
- src/umpire/interface/c_fortran/wrapfumpire.f+53
- src/umpire/interface/umpire_shroud.yaml+10
- src/umpire/interface/yaml/umpire_types.yaml+10
- src/umpire/resource/HostResourceFactory.cpp+10
- src/umpire/resource/MemoryResourceTypes.hpp+68-1
- src/umpire/resource/SyclDeviceResourceFactory.cpp+26-18
- src/umpire/strategy/DynamicPoolList.cpp+10-1
- src/umpire/strategy/DynamicPoolList.hpp+1
- src/umpire/strategy/DynamicPoolMap.cpp+171-149
- src/umpire/strategy/DynamicPoolMap.hpp+3
- src/umpire/strategy/DynamicSizePool.hpp+65-41
- src/umpire/strategy/QuickPool.cpp+61-25
- src/umpire/strategy/QuickPool.hpp+5
- src/umpire/strategy/mixins/AlignedAllocation.inl+13-11
- src/umpire/util/MPI.hpp+2
- src/umpire/util/memory_sanitizers.hpp+12-28
- tests/applications/poison_memory_checks.cpp+7-4
- tests/integration/CMakeLists.txt+14
- tests/integration/allocator_integration_tests.cpp+28-27
- tests/integration/interface/allocator_c_tests.cpp+64
- tests/integration/io/CMakeLists.txt+5-1
- tests/integration/primary_pool_tests.cpp+121-8
- tests/integration/reallocate_tests.cpp+20
- tests/integration/replay/output.devices.replay+13.0k-6.6k
- tests/integration/replay/output.devices_const.replay+13.0k-6.6k
- tests/integration/replay/output.numa.replay+1.6k-1.6k
- tests/integration/replay/output.numa_devices.replay+13.0k-6.7k
- tests/integration/replay/output.numa_devices_const.replay+13.0k-6.7k
- tests/integration/replay/output.omp.replay+3.1k-3.2k
- tests/integration/replay/output.replay+1.5k-1.5k
- tests/integration/replay/replay_tests.cpp+8-10
- tools/replay/ReplayFile.cpp+4-1
- tools/replay/ReplayFile.hpp+3-3
- tools/replay/ReplayInterpreter.cpp+7
0 commit comments