Skip to content

Sweep Printout #147

Answered by hczhai
cfengno1 asked this question in Q&A
Discussion options

You must be logged in to vote

The "data" number is the raw scratch data size (per sweep per MPI processor) before compression. The "cpsd" number is the data size written into disk (per sweep per MPI processor) after compression. When you have only one MPI processor, the "cpsd" number corresponds to the leading cost of disk (scratch) space usage.

The compression ratio can be adjusted indirectly via the "fp_codec_cutoff" argument in DMRGDriver. The default setting is lossy compression which provides sufficient accuracy and economic usage of disk space for most applications. Setting "fp_codec_cutoff=0.0" will enable lossless compression of scratch data.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cfengno1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants