mpifileutils
mpifileutils copied to clipboard
File utilities designed for scalability and performance.
I built the package (v0.10) using Spack, and got the error below. I suspect the issue is building with GCC v10.1.0, since it has been changed to reject previously accepted...
I was comparing `dcp` with `dd` for a single file, and was initially puzzled by the performance difference with similar block size. I then realized that `dcp` prints `GB/s` when...
The following command produces a usage message, but no indication of which argument(s) I provided are/is invalid. Also, the exit status is 0. ``` bash-4.2$ which dfind /usr/tce/packages/mpifileutils/mpifileutils-0.10/bin/dfind bash-4.2$ dfind...
Hi! I got the following error when trying to compile mpifileutils 0.10 with Lustre 2.13.0: ``` $ cmake [...] -DENABLE_LUSTRE=ON .. $ make Scanning dependencies of target mfu_o [ 1%]...
Hi - is there a way I'm not thinking of to use mpifileutils tools to md5sum a list of files in parallel. I recently ended up needing to use xargs...
One point of confusion with some users is the use of the wording for the "input" and "output" command line options. Users sometimes think that these files are for humans,...
It would be great to have `-exec` (single `-`) option, like the regular `find`. We also need the nested conditionals mentioned in #166.
update man page examples to remove the -v option where it’s no longer needed (because of #236)
Improve parsing and data structures so that arbitrarily nested combinations of AND, OR, and NOT test can string together
The suite currently supports directories (S_IFDIR), regular files (S_IFREG), and symlinks (S_IFLNK) uniformly across all tools and common library API calls. We should expand the suite to handle all POSIX...