Skip to content

'nccopy' much slower in 4.7.4 vs. 4.6.1 #1947

@strandwg

Description

@strandwg

I'm testing 'nccopy' to compress a ~ 3 GB netCDF-3 file.

On a local server with nccopy from netCDF library version 4.6.1, "time" reports about a minute to compress the file:

prompt> time nccopy -d1 -s 3test.nc ncc_out.nc
55.618u 4.231s 1:00.89 98.2% 0+0k 6115200+2831800io 30pf+0w

On the NCAR CISL DAV cluster, nccopy is from netCDF library version 4.7.4. The same command

prompt> time nccopy -d1 -s 3test.nc ncc_out.nc

Has now been running for more than 30 minutes with the expected output file 15% done.

I've seen reports of this behavior here and the solution seemed to be getting rid of any UNLIMITED dimensions. That doesn't seem like a good solution to me.

Any guidance/suggestions most welcome! Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions