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

Information for build pthreadpool-0.0^git20230829.4fe0e1e-4.fc40

ID303780
Package Namepthreadpool
Version0.0^git20230829.4fe0e1e
Release4.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/pthreadpool.git#b5b0ab71543df9b7bb2b2e2c140c5e497822f25d
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
StartedWed, 10 Apr 2024 07:50:08 UTC
CompletedWed, 10 Apr 2024 08:51:16 UTC
Taskbuild (f40, /rpms/pthreadpool.git:b5b0ab71543df9b7bb2b2e2c140c5e497822f25d)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/pthreadpool.git#b5b0ab71543df9b7bb2b2e2c140c5e497822f25d'}}
Tags
f40
f41
RPMs
src
pthreadpool-0.0^git20230829.4fe0e1e-4.fc40.src.rpm (info) (download)
riscv64
pthreadpool-0.0^git20230829.4fe0e1e-4.fc40.riscv64.rpm (info) (download)
pthreadpool-devel-0.0^git20230829.4fe0e1e-4.fc40.riscv64.rpm (info) (download)
pthreadpool-debuginfo-0.0^git20230829.4fe0e1e-4.fc40.riscv64.rpm (info) (download)
pthreadpool-debugsource-0.0^git20230829.4fe0e1e-4.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * 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