error with --enable-shared

Wei-keng Liao wkliao at eecs.northwestern.edu
Wed Oct 9 15:19:07 CDT 2019


Hello to the PnetCDF user community,

I am sincerely soliciting help from the PnetCDF user community to solve an
error found by Laura Fowler, as I do not have the same test environment as
hers and thus could not reproduce the same error. Below are the environment
settings and error messages. We will be very appreciated if you happen to
have the same environment and would like to give it a try. Thanks

OS: MacOS Mojave 10.14.6
Compilers: gcc-8.3.0 and gfortran-8.3.0
MPI library: mpich-3.3.1
PnetCDF version 1.12.0 (https://parallel-netcdf.github.io/wiki/Download.html)
PnetCDF configure command: ./configure --enable-shared --enable-large-file-test
PnetCDF build command: make -s -j4
PnetCDF test command: cd test/largefile ; make large_files ; ./large_files

The error messages encountered are:
*** Testing large files, slowly.
*** Creating large file ./testfile.nc...line 264 of ./large_files.c: NetCDF: Index exceeds dimension bound
FAIL large_files (exit status: 1)


Wei-keng

> On Oct 3, 2019, at 5:38 PM, Laura Fowler via parallel-netcdf <parallel-netcdf at lists.mcs.anl.gov> wrote:
> 
> Hello:
> 
> I would like to compile pnetcdf-1.11.2 on my MacBook Pro (macOS Mojave 10.14.6) with the following options:
> 
> setenv CC mpicc
> setenv CXX mpic++
> setenv F77 mpif77
> setenv FC mpif90
> 
> From my “install” directory, I used the following configure options:
> ./../pnetcdf-1.11.2/configure --prefix=/Users/LauraLaptop/InstalledSoftwares/pnetcdf-1.11.2.gfortran-8.3 --enable-shared --enable-large-file-test
> 
> (see attached config.log).
> 
> <config.log>
> 
> I got the following error message with “make check”:
> 
> /Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS
> FAIL: large_files
> PASS: large_var
> PASS: large_dims_vars_attrs
> PASS: high_dim_var
> PASS: tst_cdf5_begin
> PASS: large_coalesce
> PASS: bigrecords
> PASS: tst_flarge
> ============================================================================
> Testsuite summary for PnetCDF 1.11.2
> ============================================================================
> # TOTAL: 8
> # PASS:  7
> # SKIP:  0
> # XFAIL: 0
> # FAIL:  1
> # XPASS: 0
> # ERROR: 0
> ============================================================================
> See test/largefile/test-suite.log
> Please report to parallel-netcdf at mcs.anl.gov
> ============================================================================
> 
> 
> (see attached test-suite.log).
> 
> <test-suite.log>
> 
> I would really appreciate if you were able to help solve this issue. Thank you.
> 
> 
> Regards,
> Laura Fowler
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 



More information about the parallel-netcdf mailing list