libcircle icon indicating copy to clipboard operation
libcircle copied to clipboard

An API to provide an efficient distributed queue on a cluster. Libcircle is currently used in production to quickly traverse and perform operations on a file tree which contains several hundred-millio...

Results 5 libcircle issues
Sort by recently updated
recently updated
newest added

I started using libcircle again. When I used this in June 2021 I would get messages like this in the log during a run... 1624401087:0:libcircle/token.c:207:Objects processed: 76456492 ... 1624401099:0:libcircle/token.c:207:Objects processed:...

adding fix to let Cray C compiler wrapper discover the comiple and link options in Cray programming environment.

Hello, working from https://github.com/hpc/libcircle/releases/download/v0.3/libcircle-0.3.0.tar.gz after running autogen.sh ``` module load openmpi/4.0.2 gcc/9.2.0 pkg-config/0.29.2 ``` I tried to run ./configure and got ``` [gensoft@e211aa82115c libcircle-0.3.0]$ ./configure checking for a BSD-compatible install......

I'm getting a very strange issue when building with spack. It appears that configure finds MPI correctly, but then fails. ``` 77 checking for stdlib.h... (cached) yes 78 checking for...

Any comments on this multiqueue API? https://github.com/hpc/libcircle/blob/multi-queue/libcircle.h