Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Sample programs demonstrating the ability to compress/decompress data on the fly when writing to or reading from a file in Fortran using named pipes (FIFOs).

NotificationsYou must be signed in to change notification settings

SokolAK/Fortran-Data-Compression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample programs demonstrating the ability to compress/decompress data on the flywhen writing to or reading from a file in Fortran using named pipes (FIFOs).

Compilation

  • Set your compiler inMakefile (ifort,gfortran orf77)
  • Runmake

Usage

Writing to file

Run:./write <N> [F] [L]
where:
N - number of lines to write to the file [required]
F - compression filter (gzip,pigz,lz4c,lzop) [optional]
L - compression level (from-1 to-9) [optional]

Data will be written to thedata.* file.If no compression filter is specified, data will not be compressed.

Reading from file

Run./read [F]
where:
F - compression filter (use the same as for writing) [optional]

About

Sample programs demonstrating the ability to compress/decompress data on the fly when writing to or reading from a file in Fortran using named pipes (FIFOs).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp