14736c6ee9
libcircle provides an API for distributing embarrassingly parallel workloads across MPI ranks using a distributed work queue. Applications register callbacks to create and process work items, while the library handles load balancing, termination detection, and optional global reductions. It is commonly used on large HPC filesystems to traverse directory trees and perform file operations in parallel on hundreds or thousands of processes. https://github.com/hpc/libcircle It is one of the dependencies for sysutils/mpifileutils. PR: 291589 Sponsored by: UNIS Labs Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
12 lines
366 B
Plaintext
12 lines
366 B
Plaintext
include/libcircle.h
|
|
%%STATIC%%lib/libcircle.a
|
|
%%SHARED%%lib/libcircle.so
|
|
%%SHARED%%lib/libcircle.so.2
|
|
%%SHARED%%lib/libcircle.so.2.1.1
|
|
libdata/pkgconfig/libcircle.pc
|
|
%%DOXYGEN%%share/man/man3/CIRCLE_handle.3.gz
|
|
%%DOXYGEN%%share/man/man3/lib.c.3.gz
|
|
%%DOXYGEN%%share/man/man3/queue.c.3.gz
|
|
%%DOXYGEN%%share/man/man3/token.c.3.gz
|
|
%%DOXYGEN%%share/man/man3/worker.c.3.gz
|