mpifileutils icon indicating copy to clipboard operation
mpifileutils copied to clipboard

dcp: User ID and Group ID

Open NateThornton opened this issue 2 years ago • 1 comments

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?

NateThornton avatar Oct 17 '22 15:10 NateThornton

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

bdevcich avatar Nov 01 '22 17:11 bdevcich