-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prep for release v0.12: update dist, spec, and documentation #575
Open
ofaaland
wants to merge
2
commits into
hpc:main
Choose a base branch
from
ofaaland:release-0.12
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.\" Man page generated from reStructuredText. | ||
. | ||
.TH "DCMP" "1" "Feb 04, 2022" "0.11.1" "mpiFileUtils" | ||
.TH "DCMP" "1" "May 31, 2024" "0.12" "mpiFileUtils" | ||
.SH NAME | ||
dcmp \- distributed compare | ||
. | ||
|
@@ -54,26 +54,26 @@ in which case, each option should provide a different output file name. | |
.INDENT 0.0 | ||
.TP | ||
.B \-t, \-\-text | ||
Change –output to write files in text format rather than binary. | ||
Change \-\-output to write files in text format rather than binary. | ||
.UNINDENT | ||
.INDENT 0.0 | ||
.TP | ||
.B \-b, \-\-base | ||
Enable base checks and normal stdout results when –output is used. | ||
Enable base checks and normal stdout results when \-\-output is used. | ||
.UNINDENT | ||
.INDENT 0.0 | ||
.TP | ||
.B \-\-bufsize SIZE | ||
Set the I/O buffer to be SIZE bytes. Units like “MB” and “GB” may | ||
Set the I/O buffer to be SIZE bytes. Units like "MB" and "GB" may | ||
immediately follow the number without spaces (e.g. 8MB). The default | ||
bufsize is 4MB. | ||
.UNINDENT | ||
.INDENT 0.0 | ||
.TP | ||
.B \-\-chunksize SIZE | ||
Multiple processes copy a large file in parallel by dividing it into chunks. | ||
Set chunk to be at minimum SIZE bytes. Units like “MB” and | ||
“GB” can immediately follow the number without spaces (e.g. 64MB). | ||
Set chunk to be at minimum SIZE bytes. Units like "MB" and | ||
"GB" can immediately follow the number without spaces (e.g. 64MB). | ||
The default chunksize is 4MB. | ||
.UNINDENT | ||
.INDENT 0.0 | ||
|
@@ -91,6 +91,11 @@ Use O_DIRECT to avoid caching file data. | |
.UNINDENT | ||
.INDENT 0.0 | ||
.TP | ||
.B \-\-open\-noatime | ||
Open files with O_NOATIME flag. | ||
.UNINDENT | ||
.INDENT 0.0 | ||
.TP | ||
.B \-\-progress N | ||
Print progress message to stdout approximately every N seconds. | ||
The number of seconds must be a non\-negative integer. | ||
|
@@ -125,7 +130,7 @@ Print the command usage, and the list of options available. | |
.SH EXPRESSIONS | ||
.sp | ||
An expression is made up of one or more conditions, where each condition specifies a field and a state. | ||
A single condition consists of a field name, an ‘=’ sign, and a state name. | ||
A single condition consists of a field name, an \(aq=\(aq sign, and a state name. | ||
.sp | ||
Valid fields are listed below, along with the property of the entry that is checked. | ||
.TS | ||
|
@@ -288,7 +293,7 @@ CONTENT=COMMON => EXISTS=COMMON@TYPE=COMMON@SIZE=COMMON@CONTENT=COMMON | |
.sp | ||
A successful check on any other field also implies that EXIST=COMMON. | ||
.sp | ||
When used with the \-o option, one must also specify a file name at the end of the expression, separated with a ‘:’. | ||
When used with the \-o option, one must also specify a file name at the end of the expression, separated with a \(aq:\(aq. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Again |
||
The list of any entries that match the expression are written to the named file. | ||
For example, to list any entries matching the above expression to a file named outfile1, | ||
one should use the following option: | ||
|
@@ -303,7 +308,7 @@ one should use the following option: | |
.UNINDENT | ||
.UNINDENT | ||
.sp | ||
If the –base option is given or when no output option is specified, | ||
If the \-\-base option is given or when no output option is specified, | ||
the following expressions are checked and numeric results are reported to stdout: | ||
.INDENT 0.0 | ||
.INDENT 3.5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.\" Man page generated from reStructuredText. | ||
. | ||
.TH "DCP" "1" "Feb 04, 2022" "0.11.1" "mpiFileUtils" | ||
.TH "DCP" "1" "May 31, 2024" "0.12" "mpiFileUtils" | ||
.SH NAME | ||
dcp \- distributed copy | ||
. | ||
|
@@ -46,22 +46,22 @@ file system, and it splits large file copies across multiple processes. | |
.INDENT 0.0 | ||
.TP | ||
.B \-\-bufsize SIZE | ||
Set the I/O buffer to be SIZE bytes. Units like “MB” and “GB” may | ||
Set the I/O buffer to be SIZE bytes. Units like "MB" and "GB" may | ||
immediately follow the number without spaces (e.g. 8MB). The default | ||
bufsize is 4MB. | ||
.UNINDENT | ||
.INDENT 0.0 | ||
.TP | ||
.B \-\-chunksize SIZE | ||
Multiple processes copy a large file in parallel by dividing it into chunks. | ||
Set chunk to be at minimum SIZE bytes. Units like “MB” and | ||
“GB” can immediately follow the number without spaces (e.g. 64MB). | ||
Set chunk to be at minimum SIZE bytes. Units like "MB" and | ||
"GB" can immediately follow the number without spaces (e.g. 64MB). | ||
The default chunksize is 4MB. | ||
.UNINDENT | ||
.INDENT 0.0 | ||
.TP | ||
.B \-\-xattrs WHICH | ||
Copy extended attributes (“xattrs”) from source files to target files. | ||
Copy extended attributes ("xattrs") from source files to target files. | ||
WHICH determines which xattrs are copied. Options are to copy no xattrs, | ||
all xattrs, xattrs not excluded by /etc/xattr.conf, or all xattrs except | ||
those which have special meaning to Lustre. Certain xattrs control Lustre | ||
|
@@ -104,7 +104,7 @@ that each symbolic link refers to. | |
.B \-P, \-\-no\-dereference | ||
Do not follow symbolic links in source paths. Effectviely allows | ||
symbolic links to be copied when the link target is not valid | ||
or there is not permission to read the link’s target. | ||
or there is not permission to read the link\(aqs target. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Again There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
.UNINDENT | ||
.INDENT 0.0 | ||
.TP | ||
|
@@ -118,6 +118,11 @@ Use O_DIRECT to avoid caching file data. | |
.UNINDENT | ||
.INDENT 0.0 | ||
.TP | ||
.B \-\-open\-noatime | ||
Open files with O_NOATIME flag. | ||
.UNINDENT | ||
.INDENT 0.0 | ||
.TP | ||
.B \-S, \-\-sparse | ||
Create sparse files when possible. | ||
.UNINDENT | ||
|
@@ -130,6 +135,18 @@ A value of 0 disables progress messages. | |
.UNINDENT | ||
.INDENT 0.0 | ||
.TP | ||
.B \-G, \-\-gid GID | ||
Set the effective group ID to perform the copy operation. The copy | ||
may fail if the group does not have sufficient privileges. | ||
.UNINDENT | ||
.INDENT 0.0 | ||
.TP | ||
.B \-U, \-\-uid UID | ||
Set the effective user ID to perform the copy operation. The copy | ||
may fail if the user does not have sufficient privileges. | ||
.UNINDENT | ||
.INDENT 0.0 | ||
.TP | ||
.B \-v, \-\-verbose | ||
Run in verbose mode. | ||
.UNINDENT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
\(aq
should be '