pcircle icon indicating copy to clipboard operation
pcircle copied to clipboard

A suite of parallel file system tools designed for performance and scalability

Results 17 pcircle issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.10.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

I switched to Python 2.7 on my RHEL 8.2 ``` # /usr/bin/python --version Python 2.7.17 # pip --version pip 9.0.3 from /usr/lib/python2.7/site-packages (python 2.7) ``` When I try to install...

The "lfs getstripe" and "lfs find" code is using an ioctl(LL_IOC_MDC_GETINFO) to fetch both the stat attributes and Lustre layout from the MDS in a single RPC. This also opens...

The IO-500 project (https://github.com/VI4IO/io-500-dev) is currently using https://github.com/hpc/libcircle to implement a basic parallel find (pfind) utility. However, the libcircle library is dependent on OpenMPI and not portable to all environments...

After looking at the histogram at the end of one of our fprof runs, we noticed the final "Size" value for files >= 4TiB was ~ 25EB, when the file...

Can you add an option to the file scan tool to detect files in which the mtime is the same as the atime? I am assuming that if mtime ==...

As of now, it doesn't have any unit tests or regression tests.

Plan

Of course, we need this, with scalable performance.

Plan