Thu, 12 Sep 2024 13:22:40 UTC | login

Information for build pthreadpool-0.0^git20230829.4fe0e1e-5.fc41

ID334497
Package Namepthreadpool
Version0.0^git20230829.4fe0e1e
Release5.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/pthreadpool.git#8e5f49eec2427785c01bfd9d5f58fa3ac1547d36
SummaryPortable thread pool
Descriptionpthreadpool is a portable and efficient thread pool implementation. It provides similar functionality to #pragma omp parallel for, but with additional features. Features: * C interface (C++-compatible). * 1D-6D loops with step parameters. * Run on user-specified or auto-detected number of threads. * Work-stealing scheduling for efficient work balancing. * Wait-free synchronization of work items. * Compatible with Linux (including Android), macOS, iOS, Windows, Emscripten environments. * 100% unit tests coverage. * Throughput and latency microbenchmarks.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 09 Aug 2024 16:54:45 UTC
CompletedFri, 09 Aug 2024 18:21:33 UTC
Taskbuild (f41, /rpms/pthreadpool.git:8e5f49eec2427785c01bfd9d5f58fa3ac1547d36)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/pthreadpool.git#8e5f49eec2427785c01bfd9d5f58fa3ac1547d36'}}
Tags
f41
RPMs
src
pthreadpool-0.0^git20230829.4fe0e1e-5.fc41.src.rpm (info) (download)
riscv64
pthreadpool-0.0^git20230829.4fe0e1e-5.fc41.riscv64.rpm (info) (download)
pthreadpool-devel-0.0^git20230829.4fe0e1e-5.fc41.riscv64.rpm (info) (download)
pthreadpool-debuginfo-0.0^git20230829.4fe0e1e-5.fc41.riscv64.rpm (info) (download)
pthreadpool-debugsource-0.0^git20230829.4fe0e1e-5.fc41.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.0^git20230829.4fe0e1e-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.0^git20230829.4fe0e1e-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.0^git20230829.4fe0e1e-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Oct 02 2023 Tom Rix <trix@redhat.com> - 0.0^git20230829.4fe0e1e-2 - Address review comments * Sat Sep 16 2023 Tom Rix <trix@redhat.com> - 1.0^git20230829.4fe0e1e-1 - Initial package