hpc / mpifileutils

File utilities designed for scalability and performance.
https://hpc.github.io/mpifileutils
BSD 3-Clause "New" or "Revised" License
162 stars 64 forks source link

dcp: User ID and Group ID #537

Open NateThornton opened 1 year ago

NateThornton commented 1 year ago

As part of Near Node Flash (NNF) Data Movement implementation, there is the need to specify the User ID and Group ID when running dcp (explained here).

For dcp, this work seems pretty straightforward to add with -U [uid] and -G [gid].

For example dcp -U 1001 -G 1002 file.in file.out

Does this work for everyone? Any other comments before I begin?

bdevcich commented 1 year ago

I created PR for this: https://github.com/hpc/mpifileutils/pull/540.