Skip to content

SZIP support not working #1989

@jedwards4b

Description

@jedwards4b

the result was

    # Features
    --------
    PnetCDF Support:        yes
    SZIP Write Support:     no
    Parallel Filters:       yes
    NetCDF/HDF5 Support:    yes
    NetCDF/HDF5 Par I/O:    yes
    NetCDF Integration:     no
    PIO Logging:            no
    MPIEXEC:                mpiexec
    Fortran:                yes

    -- Configuring done (12.1s)
    -- Generating done (0.2s)
    -- Build files have been written to: /home/maxd/AOCC/Build/NCAR_ParallelIO/build

No PIO Logging makes sense; I'm not sure what "NetCDF
Integration" is; but I'm most concerned about the "no"
for "SZIP Write Support" particularly because CMake
appears to find it:

    -- Found HDF5_C: /home/maxd/AOCC/opt/amd/lib/phdf5-1.14.3/lib/libhdf5.a
    -- Found LIBZ: /home/maxd/AOCC/opt/amd/lib/zlib-1.3.1/lib/libz.a
    -- Checking whether HDF5 has SZIP support
    -- Checking whether HDF5 has SZIP support - yes
    -- Found SZIP: /home/maxd/AOCC/opt/amd/lib/szip-2.1.1/lib/libsz.a

(from earlier in the log file). Moreover,

    -- Performing Test HAVE_SZIP_WRITE
    -- Performing Test HAVE_SZIP_WRITE - Success

so I don't understand the configuration summary note

Metadata

Metadata

Assignees

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