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

pcmp - this one I know for sure we need.

Plan

prm - well, we probably still need one such utilities.

Plan

As the subject says, it is desirable to have it p3 compatible.

Plan

It would be nice (for reasons other than whatever), the PCP usage stats are collected so we know how many users, how many bytes have been transferred. One possible way...

Plan

For cases where comparing expected time from a tree walk scan would be convenient to have in seconds, would it be possible to include the following option with a flag?...

With larger file counts (50M, e.g.) encountering an issue with TypeError. This is not seen with small counts (14M, e.g.). Is there a a workaround for this? This is running...

In the using the py3 branch, encountering two changes needed to run fprof: `diff --git a/pcircle/circle.py b/pcircle/circle.py` `-from globals import T, G` `+from pcircle.globals import T, G` `diff --git a/pcircle/utils.py...