test.icon-pio.intel-classic
Passed Started
by
@m214003
Uwe Schulzweida
1Running with gitlab-runner 17.9.1 (bbf75488)2 on slurm instance runner t1_ZJNiN3, system ID: s_3b9487865d154Using Custom executor with driver Jacamar CI 0.24.1...6Targeting sbatch executor7Static builds directory in use, all jobs results kept. Please be aware of large disk space requirements when using this runner (minimum days: 1)8Running as m214003 UID: 1403 GID: 320549Local time: 2025-03-24 10:36:1610Running on hpc-ci.dkrz.de via hpc-ci.dkrz.de...12Fetching changes with git depth set to 1...13Initialized empty Git repository in /scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/.git/14Created fresh repository.15Checking out 3b65d721 as detached HEAD (ref is refs/merge-requests/146/head)...16Skipping Git submodules setup18WARNING: Starting with version 17.0 the 'build_script' stage will be replaced with 'step_script': https://gitlab.com/groups/gitlab-org/-/epics/611219Slurm job command: sbatch --wait --job-name=ci-701182_1742808983 --output=/scratch/hpc-ci/m214003/scripts/t1_ZJNiN3/002/mpim-sw/libcdi/701182/slurm-ci-701182.out --account=ka1125 --partition=shared --ntasks=8 --time=15:00 --nodes=1 /scratch/hpc-ci/m214003/scripts/t1_ZJNiN3/002/mpim-sw/libcdi/701182/build_script.bash20Submitted batch job 1604049421$ module purge22$ ${CI_PROJECT_DIR}/.ci/bb/levante-dkrz/${CI_JOB_NAME}23module load git24module load ruby/3.0.2-gcc-11.2.025module load intel-oneapi-compilers/2022.0.1-gcc-11.2.026module load openmpi/4.1.2-intel-2021.5.027libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'.28libtoolize: copying file 'config/ltmain.sh'29libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.30libtoolize: copying file 'm4/libtool.m4'31libtoolize: copying file 'm4/ltoptions.m4'32libtoolize: copying file 'm4/ltsugar.m4'33libtoolize: copying file 'm4/ltversion.m4'34libtoolize: copying file 'm4/lt~obsolete.m4'35configure.ac:25: installing 'config/compile'36configure.ac:17: installing 'config/config.guess'37configure.ac:17: installing 'config/config.sub'38configure.ac:20: installing 'config/install-sh'39configure.ac:20: installing 'config/missing'40app/Makefile.am: installing 'config/depcomp'41parallel-tests: installing 'config/test-driver'42interfaces/python/Makefile.am:3: installing 'config/py-compile'43libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'.44libtoolize: copying file 'config/ltmain.sh'45libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.46libtoolize: copying file 'm4/libtool.m4'47libtoolize: copying file 'm4/ltoptions.m4'48libtoolize: copying file 'm4/ltsugar.m4'49libtoolize: copying file 'm4/ltversion.m4'50libtoolize: copying file 'm4/lt~obsolete.m4'51applying contrib/00nagfor-libtool-patch/nagfor-libtool-2.4.6.patch52patching file config/ltmain.sh53Hunk #4 succeeded at 9566 (offset 2 lines).54Hunk #5 succeeded at 10302 (offset 2 lines).55applying contrib/01aix-deplib-rpath-patch/aix-deplib-libtool.patch56patching file config/ltmain.sh57Hunk #1 succeeded at 8635 (offset 1464 lines).58applying contrib/03ltmain-ld-groups-patch/ltmain-ld-groups-libtool-2.4.6.patch59patching file config/ltmain.sh60Hunk #2 succeeded at 7886 (offset 2 lines).61applying contrib/04ltmain-xlinker-patch/ltmain-xlinker-patch.patch62patching file config/ltmain.sh63applying contrib/05macos-nagfor-patch/macos-nagfor.patch64patching file config/ltmain.sh65Hunk #1 succeeded at 8960 (offset 2 lines).66applying contrib/06ltmain_nag_pthread-patch/ltmain_nag_pthread.patch67patching file config/ltmain.sh68Hunk #1 succeeded at 7938 (offset 2 lines).69Hunk #2 succeeded at 9578 (offset 2 lines).70Hunk #3 succeeded at 10350 (offset 2 lines).71applying contrib/07ltmain-early-xcompile-patch/ltmain-early-xcompile-libtool-2.4.6.patch72patching file config/ltmain.sh73applying contrib/08ltmain-parallel-printf-patch/ltmain-parallel-printf.patch74patching file config/ltmain.sh75configure.ac:25: installing 'config/compile'76configure.ac:20: installing 'config/missing'77app/Makefile.am: installing 'config/depcomp'78checking build system type... x86_64-pc-linux-gnu79checking host system type... x86_64-pc-linux-gnu80checking for a BSD-compatible install... /usr/bin/install -c81checking whether build environment is sane... yes82checking for a thread-safe mkdir -p... /usr/bin/mkdir -p83checking for gawk... gawk84checking whether make sets $(MAKE)... yes85checking whether make supports nested variables... yes86checking whether to enable maintainer-specific portions of Makefiles... yes87configure: setting up libtool88checking how to print strings... printf89checking whether make supports the include directive... yes (GNU style)90checking for gcc... icc91checking whether the C compiler works... yes92checking for C compiler default output file name... a.out93checking for suffix of executables... 94checking whether we are cross compiling... no95checking for suffix of object files... o96checking whether we are using the GNU C compiler... yes97checking whether icc accepts -g... yes98checking for icc option to accept ISO C89... none needed99checking whether icc understands -c and -o together... yes100checking dependency style of icc... gcc3101checking for a sed that does not truncate output... /usr/bin/sed102checking for grep that handles long lines and -e... /usr/bin/grep103checking for egrep... /usr/bin/grep -E104checking for fgrep... /usr/bin/grep -F105checking for ld used by icc... /usr/bin/ld106checking if the linker (/usr/bin/ld) is GNU ld... yes107checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B108checking the name lister (/usr/bin/nm -B) interface... BSD nm109checking whether ln -s works... yes110checking the maximum length of command line arguments... 1572864111checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop112checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop113checking for /usr/bin/ld option to reload object files... -r114checking for objdump... objdump115checking how to recognize dependent libraries... pass_all116checking for dlltool... no117checking how to associate runtime and link libraries... printf %s\n118checking for ar... ar119checking for archiver @FILE support... @120checking for strip... strip121checking for ranlib... ranlib122checking command to parse /usr/bin/nm -B output from icc object... ok123checking for sysroot... no124checking for a working dd... /usr/bin/dd125checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1126checking for mt... no127checking if : is a manifest tool... no128checking how to run the C preprocessor... icc -E129checking for ANSI C header files... 130yes131checking for sys/types.h... yes132checking for sys/stat.h... yes133checking for stdlib.h... yes134checking for string.h... yes135checking for memory.h... yes136checking for strings.h... yes137checking for inttypes.h... yes138checking for stdint.h... yes139checking for unistd.h... yes140checking for dlfcn.h... yes141checking for objdir... .libs142checking if icc supports -fno-rtti -fno-exceptions... yes143checking for icc option to produce PIC... -fPIC -DPIC144checking if icc PIC flag -fPIC -DPIC works... yes145checking if icc static flag -static works... no146checking if icc supports -c -o file.o... yes147checking if icc supports -c -o file.o... (cached) yes148checking whether the icc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes149checking whether -lc should be explicitly linked in... no150checking dynamic linker characteristics... GNU/Linux ld.so151checking how to hardcode library paths into programs... immediate152checking whether stripping libraries is possible... yes153checking if libtool supports shared libraries... yes154checking whether to build shared libraries... yes155checking whether to build static libraries... yes156checking for icc option to accept ISO C99... none needed157checking For conformance to POSIX.1-2001.... yes158checking for C/C++ restrict keyword... __restrict159configure: setting up libtool160checking any compiler has problems building shared objects... no161configure: creating ./config.lt162config.lt: creating libtool163checking whether libtool can link C programs... yes164checking whether byte ordering is bigendian... no165checking for special C compiler options needed for large files... no166checking for _FILE_OFFSET_BITS value needed for large files... no167checking for stdlib.h... (cached) yes168checking for unistd.h... (cached) yes169checking for sys/param.h... yes170checking for getpagesize... yes171checking for working mmap... yes172checking for struct stat.st_blksize... yes173checking for malloc.h... yes174checking for sys/time.h... yes175checking for execinfo.h... yes176checking size parameter type for backtrace()... 177int178checking for library containing backtrace... none required179checking for mallinfo... yes180checking for pwrite... yes181checking for timegm... yes182checking for getline... yes183checking for uuid/uuid.h extra include path... (none required)184checking for library containing uuid_generate... -luuid185checking for uuid/uuid.h... yes186checking whether uuid_generate is declared... yes187checking whether isnan is declared... yes188checking whether _SC_LARGE_PAGESIZE is declared... no189checking whether PAGESIZE is declared... no190checking whether PAGE_SIZE is declared... no191checking whether _SC_PAGE_SIZE is declared... yes192checking whether _SC_PAGESIZE is declared... yes193checking whether _PC_REC_XFER_ALIGN is declared... yes194checking whether POSIX_REC_XFER_ALIGN is declared... no195checking for library containing floor... none required196checking whether __builtin_ctz is declared... yes197checking whether icc is Clang... no198checking whether pthreads work with "-pthread" and "-lpthread"... yes199checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE200checking whether more special flags are required for pthreads... no201checking for PTHREAD_PRIO_INHERIT... yes202CC:icc CFLAGS:-g -O2 -pthread LIBS:-lpthread -luuid 203checking for fdb5 library... suppressed204checking for szlib library... suppressed205checking for NetCDF library... suppressed206checking for the ECCODES library... suppressed207checking for GRIB support... yes208checking for ACROSS support... yes209checking for CGRIBEX support... yes210checking for SERVICE support... yes211checking for EXTRA support... yes212checking for IEG support... yes213checking for building an additional static CDI binary... no214checking for HIRLAM extensions... no215checking for grib_get_length... no216checking that generated files are newer than configure... done217configure: creating ./config.status218config.status: creating Makefile219config.status: creating app/Makefile220config.status: creating cdi.settings221config.status: creating examples/Makefile222config.status: creating examples/pio/Makefile223config.status: creating interfaces/Makefile224config.status: creating interfaces/python/Makefile225config.status: creating src/Makefile226config.status: creating src/cmake/cdi/cdi-config-version.cmake227config.status: creating src/cmake/cdi/cdi-config.cmake228config.status: creating src/pkgconfig/cdi.pc229config.status: creating src/pkgconfig/cdi_f2003.pc230config.status: creating src/pkgconfig/cdipio.pc231config.status: creating tests/Makefile232config.status: creating tests/test_cksum_base233config.status: creating interfaces/test_cpp_nc.run234config.status: creating interfaces/test_python_grb.run235config.status: creating interfaces/test_python_nc.run236config.status: creating interfaces/test_ruby_grb.run237config.status: creating interfaces/test_ruby_nc.run238config.status: creating tables/gen_tableheaderfile239config.status: creating tests/pio_cksum_asynch.run240config.status: creating tests/pio_cksum_fpguard.run241config.status: creating tests/pio_cksum_grb2.run242config.status: creating tests/pio_cksum_mpi_fw_at_all.run243config.status: creating tests/pio_cksum_mpi_fw_at_reblock.run244config.status: creating tests/pio_cksum_mpi_fw_ordered.run245config.status: creating tests/pio_cksum_mpinonb.run246config.status: creating tests/pio_cksum_nc.run247config.status: creating tests/pio_cksum_nc2.run248config.status: creating tests/pio_cksum_nc4.run249config.status: creating tests/pio_cksum_writer.run250config.status: creating tests/pio_write.parallel.run251config.status: creating tests/pio_write.run252config.status: creating tests/pio_write_deco2d.parallel.run253config.status: creating tests/pio_write_deco2d.run254config.status: creating tests/pio_write_dist_array.run255config.status: creating tests/test_byteswap.run256config.status: creating tests/test_cdf_const.run257config.status: creating tests/test_cdf_transformation.run258config.status: creating tests/test_cksum_ext.run259config.status: creating tests/test_cksum_grb.run260config.status: creating tests/test_cksum_grb2.run261config.status: creating tests/test_cksum_ieg.run262config.status: creating tests/test_cksum_nc.run263config.status: creating tests/test_cksum_nc2.run264config.status: creating tests/test_cksum_nc4.run265config.status: creating tests/test_cksum_nc_chunk.run266config.status: creating tests/test_cksum_srv.run267config.status: creating tests/test_f2003.run268config.status: creating tests/test_grib.run269config.status: creating tests/test_resource_copy.parallel.run270config.status: creating tests/test_resource_copy.run271config.status: creating tests/test_table.run272config.status: creating src/config.h273config.status: executing depfiles commands274config.status: executing libtool commands275configure: CDI is configured with the following options:276{277 "build" : {278 "tools" : {279 "CC" : "icc",280 "CPP" : "icc -E",281 "CPPFLAGS" : "",282 "CFLAGS" : "-g -O2 -pthread",283 "LDFLAGS" : "",284 "LIBS" : "-lpthread -luuid ",285 "FC" : "no",286 "F77" : "no",287 "FCFLAGS" : "",288 "LD" : "/usr/bin/ld -m elf_x86_64",289 "NM" : "/usr/bin/nm -B",290 "AR" : "ar",291 "DLLTOOL" : "false",292 "OBJDUMP" : "objdump",293 "STRIP" : "strip",294 "RANLIB" : "ranlib",295 "INSTALL" : "/usr/bin/install -c"296 },297 "libraries" : {298 "threads" : {299 "lib" : "",300 "include" : ""301 },302 "mpi" : {303 "libs" : "",304 "cflags" : "",305 "fclibs" : "",306 "fcflags" : ""307 },308 "fdb5" : {309 "lib" : "",310 "include" : ""311 },312 "szlib" : {313 "lib" : "",314 "include" : ""315 },316 "netcdf" : {317 "lib" : "",318 "include" : ""319 },320 "eccodes" : {321 "lib" : "",322 "include" : ""323 }324 },325 "platform" : {326 "SYSTEM_TYPE" : "x86_64-pc-linux-gnu"327 }328 },329 "features" : {330 "enable_cdi_lib" : true,331 "grib" : "yes",332 "cgribex" : "yes",333 "service" : "yes",334 "extra" : "yes",335 "ieg" : "yes",336 "enable_mpi" : false,337 "parallel_nc4" : 0,338 "enable_python" : false,339 "enable_ruby" : false,340 "across" : "yes"341 }342}343configure:344 Configuration completed.345 You can now run 'make' to compile the CDI package and 'make install' to install it afterwards.346make: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/src'347/bin/sh /scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/config/missing ruby ../interfaces/f2003/bindGen.rb cdi.h mo_cdi.f90348make AM_CFLAGS=-static make_fint349make[1]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/src'350/bin/sh ../libtool --tag=CC --mode=compile icc -DHAVE_CONFIG_H -I. -static -g -O2 -pthread -MT make_fint.o -MD -MP -MF .deps/make_fint.Tpo -c -o make_fint.o make_fint.c351libtool: compile: icc -DHAVE_CONFIG_H -I. -g -O2 -pthread -MT make_fint.o -MD -MP -MF .deps/make_fint.Tpo -c make_fint.c -o make_fint.o352Error: value 'int' of constant 'CDI_SIZE_TYPE' is not an integer literal353Warning: Unrecognized line 'typedef CDI_SIZE_TYPE int;'354Warning: Unrecognized line 'extern "C" {'355Warning: Unrecognized line 'enum {'356Warning: Unrecognized line ' SUBTYPE_TILES = 0'357Warning: Unrecognized line '};'358Warning: Unrecognized line 'typedef struct {'359Warning: Unrecognized line ' int nAND;'360Warning: Unrecognized line ' int key_value_pairs[2][MAX_KV_PAIRS_MATCH];'361Warning: Unrecognized line '} subtype_query_t;'362Error: type of argument ' const char **filename' to function cdiGetProtocol() is not supported363Error: type of argument ' void *data' to function streamReadVarPart() is not supported364Error: type of argument ' void *data' to function streamReadVarSlicePart() is not supported365Error: Can't translate return type 'void * ' of function stream_get_pointer()366Error: Can't translate return type 'void * ' of function stream_get_vlist_pointer()367Error: type of argument 'void *streamPtr' to function pstreamInqField() is not supported368Error: type of argument ' off_t *bignum' to function streamInqGRIBinfo() is not supported369Error: type of argument ' FILE *stream' to function cdiIterator_print() is not supported370Error: type of argument 'void *vlistPtr' to function pvlistInqFlag() is not supported371Error: type of argument ' char *xcvals[]' to function gridInqXCvals() is not supported372Error: type of argument ' char *ycvals[]' to function gridInqYCvals() is not supported373mv -f .deps/make_fint.Tpo .deps/make_fint.Po374Error: type of argument ' const char *cvals[]' to function zaxisDefCvals() is not supported375Error: type of argument ' char ***clevels' to function zaxisInqCVals() is not supported376/bin/sh ../libtool --tag=CC --mode=link icc -static -g -O2 -pthread -o make_fint make_fint.o -lpthread -luuid 377Error: type of argument 'FILE *ptfp' to function tableFWriteC() is not supported378Error: Can't translate return type 'subtype_query_t ' of function keyValuePair()379Error: Can't translate return type 'subtype_query_t ' of function matchAND()380Error: type of argument ' subtype_query_t criterion' to function subtypeInqSubEntry() is not supported381Warning: Unrecognized line '}'382Warning: Unrecognized line 'extern "C" {'383Warning: Unrecognized line 'typedef struct'384Warning: Unrecognized line '{'385Warning: Unrecognized line ' int numEntries;'386Warning: Unrecognized line ' int numNames;'387Warning: Unrecognized line ' bool *namesFound;'388Warning: Unrecognized line ' char **names;'389Warning: Unrecognized line ' int numCellidx;'390Warning: Unrecognized line ' bool *cellidxFound;'391Warning: Unrecognized line ' size_t *cellidx;'392Warning: Unrecognized line ' int numLevidx;'393Warning: Unrecognized line ' bool *levidxFound;'394Warning: Unrecognized line ' int *levidx;'395Warning: Unrecognized line ' int numStepidx;'396Warning: Unrecognized line ' bool *stepidxFound;'397Warning: Unrecognized line ' int *stepidx;'398Warning: Unrecognized line '} CdiQuery;'399Error: Can't translate return type 'CdiQuery *' of function cdiQueryCreate()400Error: Can't translate return type 'CdiQuery *' of function cdiQueryClone()401Error: type of argument 'CdiQuery *query' to function cdiQueryDelete() is not supported402Error: type of argument 'CdiQuery *query' to function cdiQuerySetNames() is not supported403Error: type of argument 'CdiQuery *query' to function cdiQuerySetCellidx() is not supported404Error: type of argument 'CdiQuery *query' to function cdiQuerySetLevidx() is not supported405Error: type of argument 'CdiQuery *query' to function cdiQuerySetStepidx() is not supported406Error: type of argument 'const CdiQuery *query' to function cdiQueryGetCellidx() is not supported407Error: type of argument 'CdiQuery *query' to function cdiQueryName() is not supported408Error: type of argument 'CdiQuery *query' to function cdiQueryCellidx() is not supported409Error: type of argument 'CdiQuery *query' to function cdiQueryLevidx() is not supported410Error: type of argument 'CdiQuery *query' to function cdiQueryStepidx() is not supported411Error: type of argument 'const CdiQuery *query' to function cdiQueryNumNames() is not supported412Error: type of argument 'const CdiQuery *query' to function cdiQueryNumCellidx() is not supported413Error: type of argument 'const CdiQuery *query' to function cdiQueryNumStepidx() is not supported414Error: type of argument 'const CdiQuery *query' to function cdiQueryNumEntries() is not supported415Error: type of argument 'const CdiQuery *query' to function cdiQueryNumEntriesFound() is not supported416Error: type of argument 'const CdiQuery *query' to function cdiQueryPrint() is not supported417Error: type of argument 'const CdiQuery *query' to function cdiQueryPrintEntriesNotFound() is not supported418Error: type of argument ' CdiQuery *query' to function streamOpenReadQuery() is not supported419Error: type of argument ' CdiDateTime rDateTime' to function taxisDefRdatetime() is not supported420Error: Can't translate return type 'CdiDateTime ' of function taxisInqRdatetime()421Error: type of argument ' CdiDateTime fDateTime' to function taxisDefFdatetime() is not supported422Error: Can't translate return type 'CdiDateTime ' of function taxisInqFdatetime()423Error: type of argument ' CdiDateTime vDateTime' to function taxisDefVdatetime() is not supported424Error: Can't translate return type 'CdiDateTime ' of function taxisInqVdatetime()425Error: type of argument ' CdiDateTime vDateTime_lb' to function taxisDefVdatetimeBounds() is not supported426Error: type of argument ' CdiDateTime *vDateTime_lb' to function taxisInqVdatetimeBounds() is not supported427Warning: Unrecognized line 'struct CDI_GridProjParams'428Warning: Unrecognized line '{'429Warning: Unrecognized line ' double mv;'430Warning: Unrecognized line ' double lon_0;'431Warning: Unrecognized line ' double lat_0;'432Warning: Unrecognized line ' double lat_1;'433Warning: Unrecognized line ' double lat_2;'434Warning: Unrecognized line ' double a;'435Warning: Unrecognized line ' double b;'436Warning: Unrecognized line ' double rf;'437Warning: Unrecognized line ' double xval_0;'438Warning: Unrecognized line ' double yval_0;'439Warning: Unrecognized line ' double x_0;'440Warning: Unrecognized line ' double y_0;'441Warning: Unrecognized line ' double x_SP;'442Warning: Unrecognized line ' double y_SP;'443Warning: Unrecognized line ' int nside;'444Warning: Unrecognized line ' int order;'445Warning: Unrecognized line '};'446Error: type of argument 'struct CDI_GridProjParams *gridProjParams' to function gridProjParamsInit() is not supported447Error: type of argument ' struct CDI_GridProjParams gridProjParams' to function gridDefParamsLCC() is not supported448Error: type of argument ' struct CDI_GridProjParams *gridProjParams' to function gridInqParamsLCC() is not supported449Error: type of argument ' struct CDI_GridProjParams gridProjParams' to function gridDefParamsSTERE() is not supported450Error: type of argument ' struct CDI_GridProjParams *gridProjParams' to function gridInqParamsSTERE() is not supported451Error: type of argument ' struct CDI_GridProjParams gridProjParams' to function gridDefParamsHEALPIX() is not supported452Error: type of argument ' struct CDI_GridProjParams *gridProjParams' to function gridInqParamsHEALPIX() is not supported453Error: Can't translate return type 'extern ' of function int()454Error: Can't translate return type 'extern ' of function int()455Error: Can't translate return type 'extern ' of function int()456Error: Can't translate return type 'extern ' of function int()457Warning: Unrecognized line '}'458libtool: link: icc -g -O2 -pthread -o make_fint make_fint.o -lpthread -luuid -pthread459make[1]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/src'460../libtool --mode=execute ./make_fint -o . cdi.h461Found conditional C++ block, skipping to #else462skip: line 226 size 7 enum {463skip: line 227 size 57 SUBTYPE_TILES = 0 // Tiles variable464skip: line 228 size 3 };465skip: line 237 size 18 typedef struct {466skip: line 238 size 91 int nAND; // no. of key-value pairs that have to match467skip: line 239 size 65 int key_value_pairs[2][MAX_KV_PAIRS_MATCH]; // key-value pairs468skip: line 240 size 19 } subtype_query_t;469skip: line 303 size 80 typedef struct CdiParam { int discipline; int category; int number; } CdiParam;470skip: line 307 size 40 typedef struct CdiIterator CdiIterator;471skip: line 308 size 48 typedef struct CdiGribIterator CdiGribIterator;472 const char **filename);473 not implemented474problem parsing line: int cdiGetProtocol(const char *uri, const char **filename);475 void *data, SizeType *numMissVals, int memtype);476 not implemented477problem parsing line: void streamReadVarPart(int streamID, int varID, int varType, int start, SizeType size, void *data, SizeType *numMissVals, int memtype);478 void *data, SizeType *numMissVals, int memtype);479 not implemented480problem parsing line: void streamReadVarSlicePart(int streamID, int varID, int levelID, int varType, int start, SizeType size, void *data, SizeType *numMissVals, int memtype);481skip: line 460 size 42 void * stream_get_pointer(int streamID);482skip: line 461 size 48 void * stream_get_vlist_pointer(int streamID);483void *streamPtr, int *varID, int *levelID);484 not implemented485problem parsing line: void pstreamInqField(void *streamPtr, int *varID, int *levelID);486 off_t *bignum);487 not implemented488problem parsing line: void streamInqGRIBinfo(int streamID, int *intnum, float *fltnum, off_t *bignum);489skip: line 470 size 147 CdiIterator *cdiIterator_new(const char *path); // Requires a subsequent call to cdiIteratorNextField() to point the iterator at the first field.490skip: line 471 size 49 CdiIterator *cdiIterator_clone(CdiIterator *me);491CdiIterator *me); // Returns a malloc'ed string.492 not implemented493problem parsing line: char *cdiIterator_serialize(CdiIterator *me); // Returns a malloc'ed string.494skip: line 473 size 177 CdiIterator *cdiIterator_deserialize(const char *description); // description is a string that was returned by cdiIteratorSerialize(). Returns a copy of the original iterator.495CdiIterator *me, FILE *stream);496 not implemented497problem parsing line: void cdiIterator_print(CdiIterator *me, FILE *stream);498CdiIterator *me);499 not implemented500problem parsing line: void cdiIterator_delete(CdiIterator *me);501CdiIterator *me); // Points the iterator at the next field, returns CDI_EEOF if there are no more fields in the file.502 not implemented503problem parsing line: int cdiIterator_nextField(CdiIterator *me); // Points the iterator at the next field, returns CDI_EEOF if there are no more fields in the file.504CdiIterator *me); // Returns the (start) time as an ISO-8601 coded string. The caller is responsible to Free() the returned string.505 not implemented506problem parsing line: char *cdiIterator_inqStartTime(CdiIterator *me); // Returns the (start) time as an ISO-8601 coded string. The caller is responsible to Free() the returned string.507CdiIterator *me); // Returns the end time of an integration period as an ISO-8601 coded string, or NULL if there is no end time. The caller is responsible to Free() the returned string.508 not implemented509problem parsing line: char *cdiIterator_inqEndTime(CdiIterator *me); // Returns the end time of an integration period as an ISO-8601 coded string, or NULL if there is no end time. The caller is responsible to Free() the returned string.510CdiIterator *me); // Returns the reference date as an ISO-8601 coded string. The caller is responsible to Free() the returned string.511 not implemented512problem parsing line: char *cdiIterator_inqRTime(CdiIterator *me); // Returns the reference date as an ISO-8601 coded string. The caller is responsible to Free() the returned string.513CdiIterator *me); // Returns the validity date as an ISO-8601 coded string. The caller is responsible to Free() the returned string.514 not implemented515problem parsing line: char *cdiIterator_inqVTime(CdiIterator *me); // Returns the validity date as an ISO-8601 coded string. The caller is responsible to Free() the returned string.516CdiIterator *me, int levelSelector, char **outName_optional, char **outLongName_optional, char **outStdName_optional, char **outUnit_optional); // callers are responsible to Free() strings that they request517 not implemented518problem parsing line: int cdiIterator_inqLevelType(CdiIterator *me, int levelSelector, char **outName_optional, char **outLongName_optional, char **outStdName_optional, char **outUnit_optional); // callers are responsible to Free() strings that they request519CdiIterator *me, int levelSelector, double *outValue1_optional, double *outValue2_optional); // outValue2 is only written to if the level is a hybrid level520 not implemented521problem parsing line: int cdiIterator_inqLevel(CdiIterator *me, int levelSelector, double *outValue1_optional, double *outValue2_optional); // outValue2 is only written to if the level is a hybrid level522CdiIterator *me, int *outVgridNumber_optional, int *outLevelCount_optional, unsigned char outUuid_optional[CDI_UUID_SIZE]); // outUuid must point to a buffer of 16 bytes, returns an error code if no generalized zaxis is used.523 not implemented524problem parsing line: int cdiIterator_inqLevelUuid(CdiIterator *me, int *outVgridNumber_optional, int *outLevelCount_optional, unsigned char outUuid_optional[CDI_UUID_SIZE]); // outUuid must point to a buffer of 16 bytes, returns an error code if no generalized zaxis is used.525CdiIterator *me, int *outTileIndex, int *outTileAttribute); // Returns CDI_EINVAL if there is no tile information connected to the current field, *outTileIndex and *outTileAttribute will be set to -1 in this case.526 not implemented527problem parsing line: int cdiIterator_inqTile(CdiIterator *me, int *outTileIndex, int *outTileAttribute); // Returns CDI_EINVAL if there is no tile information connected to the current field, *outTileIndex and *outTileAttribute will be set to -1 in this case.528CdiIterator *me, int *outTileCount, int *outTileAttributeCount); // outTileAttributeCount is the count for the tile associated with the current field, a total attribute count cannot be inquired. Returns CDI_EINVAL if there is no tile information connected to the current field, *outTileCount and *outTileAttributeCount will be set to 0 in this case.529 not implemented530problem parsing line: int cdiIterator_inqTileCount(CdiIterator *me, int *outTileCount, int *outTileAttributeCount); // outTileAttributeCount is the count for the tile associated with the current field, a total attribute count cannot be inquired. Returns CDI_EINVAL if there is no tile information connected to the current field, *outTileCount and *outTileAttributeCount will be set to 0 in this case.531skip: line 491 size 48 CdiParam cdiIterator_inqParam(CdiIterator *me);532CdiIterator *me, int *outDiscipline, int *outCategory, int *outNumber); // Some FORTRAN compilers produce wrong code for the cdiIterator_inqParam()-wrapper, rendering it unusable from FORTRAN. This function is the workaround.533 not implemented534problem parsing line: void cdiIterator_inqParamParts(CdiIterator *me, int *outDiscipline, int *outCategory, int *outNumber); // Some FORTRAN compilers produce wrong code for the cdiIterator_inqParam()-wrapper, rendering it unusable from FORTRAN. This function is the workaround.535CdiIterator *me);536 not implemented537problem parsing line: int cdiIterator_inqDatatype(CdiIterator *me);538CdiIterator *me);539 not implemented540problem parsing line: int cdiIterator_inqFiletype(CdiIterator *me);541CdiIterator *me);542 not implemented543problem parsing line: int cdiIterator_inqTsteptype(CdiIterator *me);544CdiIterator *me); // The caller is responsible to Free() the returned buffer.545 not implemented546problem parsing line: char *cdiIterator_inqVariableName(CdiIterator *me); // The caller is responsible to Free() the returned buffer.547CdiIterator *me); // The returned id is only valid until the next call to cdiIteratorNextField().548 not implemented549problem parsing line: int cdiIterator_inqGridId(CdiIterator *me); // The returned id is only valid until the next call to cdiIteratorNextField().550CdiIterator *me, double data[], SizeType *numMissVals_optional);551 not implemented552problem parsing line: void cdiIterator_readField(CdiIterator *me, double data[], SizeType *numMissVals_optional);553CdiIterator *me, float data[], SizeType *numMissVals_optional);554 not implemented555problem parsing line: void cdiIterator_readFieldF(CdiIterator *me, float data[], SizeType *numMissVals_optional);556skip: line 506 size 117 CdiGribIterator *cdiGribIterator_clone(CdiIterator *me); // Returns NULL if the associated file is not a GRIB file.557CdiGribIterator *me);558 not implemented559problem parsing line: void cdiGribIterator_delete(CdiGribIterator *me);560CdiGribIterator *me, const char *key, long *value); // Same semantics as grib_get_long().561 not implemented562problem parsing line: int cdiGribIterator_getLong(CdiGribIterator *me, const char *key, long *value); // Same semantics as grib_get_long().563CdiGribIterator *me, const char *key, double *value); // Same semantics as grib_get_double().564 not implemented565problem parsing line: int cdiGribIterator_getDouble(CdiGribIterator *me, const char *key, double *value); // Same semantics as grib_get_double().566CdiGribIterator *me, const char *key, size_t *value); // Same semantics as grib_get_length().567 not implemented568problem parsing line: int cdiGribIterator_getLength(CdiGribIterator *me, const char *key, size_t *value); // Same semantics as grib_get_length().569CdiGribIterator *me, const char *key, char *value, size_t *length); // Same semantics as grib_get_string().570 not implemented571problem parsing line: int cdiGribIterator_getString(CdiGribIterator *me, const char *key, char *value, size_t *length); // Same semantics as grib_get_string().572CdiGribIterator *me, const char *key, size_t *value); // Same semantics as grib_get_size().573 not implemented574problem parsing line: int cdiGribIterator_getSize(CdiGribIterator *me, const char *key, size_t *value); // Same semantics as grib_get_size().575CdiGribIterator *me, const char *key, long *value, size_t *array_size); // Same semantics as grib_get_long_array().576 not implemented577problem parsing line: int cdiGribIterator_getLongArray(CdiGribIterator *me, const char *key, long *value, size_t *array_size); // Same semantics as grib_get_long_array().578CdiGribIterator *me, const char *key, double *value, size_t *array_size); // Same semantics as grib_get_double_array().579 not implemented580problem parsing line: int cdiGribIterator_getDoubleArray(CdiGribIterator *me, const char *key, double *value, size_t *array_size); // Same semantics as grib_get_double_array().581CdiGribIterator *me);582 not implemented583problem parsing line: int cdiGribIterator_inqEdition(CdiGribIterator *me);584skip: line 520 size 124 long cdiGribIterator_inqLongValue(CdiGribIterator *me, const char *key); // Aborts on failure to fetch the given key.585skip: line 521 size 161 long cdiGribIterator_inqLongDefaultValue(CdiGribIterator *me, const char *key, long defaultValue); // Returns the default value if the given key is not present.586CdiGribIterator *me, const char *key); // Aborts on failure to fetch the given key.587 not implemented588problem parsing line: double cdiGribIterator_inqDoubleValue(CdiGribIterator *me, const char *key); // Aborts on failure to fetch the given key.589CdiGribIterator *me, const char *key, double defaultValue); // Returns the default value if the given key is not present.590 not implemented591problem parsing line: double cdiGribIterator_inqDoubleDefaultValue(CdiGribIterator *me, const char *key, double defaultValue); // Returns the default value if the given key is not present.592CdiGribIterator *me, const char *key); // Returns a malloc'ed string.593 not implemented594problem parsing line: char *cdiGribIterator_inqStringValue(CdiGribIterator *me, const char *key); // Returns a malloc'ed string.595void *vlistPtr, int varID, int levelID);596 not implemented597problem parsing line: int pvlistInqFlag(void *vlistPtr, int varID, int levelID);598skip: line 809 size 43 const double *gridInqXvalsPtr(int gridID);599 char *xcvals[]);600 not implemented601problem parsing line: SizeType gridInqXCvals(int gridID, char *xcvals[]);602skip: line 823 size 43 const double *gridInqYvalsPtr(int gridID);603 char *ycvals[]);604 not implemented605problem parsing line: SizeType gridInqYCvals(int gridID, char *ycvals[]);606 const unsigned char bytes[], int length);607 not implemented608problem parsing line: int cdiDefKeyBytes(int cdiID, int varID, int key, const unsigned char bytes[], int length);609 unsigned char bytes[], int *length);610 not implemented611problem parsing line: int cdiInqKeyBytes(int cdiID, int varID, int key, unsigned char bytes[], int *length);612skip: line 1040 size 45 const double *gridInqXboundsPtr(int gridID);613skip: line 1048 size 45 const double *gridInqYboundsPtr(int gridID);614 const char *cvals[], int clength);615 not implemented616problem parsing line: void zaxisDefCvals(int zaxisID, const char *cvals[], int clength);617 char ***clevels);618 not implemented619problem parsing line: int zaxisInqCVals(int zaxisID, char ***clevels);620skip: line 1149 size 43 const double *zaxisInqVctPtr(int zaxisID);621FILE *ptfp, int tableID);622 not implemented623problem parsing line: void tableFWriteC(FILE *ptfp, int tableID);624skip: line 1293 size 58 subtype_query_t keyValuePair(const char *key, int value);625skip: line 1296 size 66 subtype_query_t matchAND(subtype_query_t q1, subtype_query_t q2);626 subtype_query_t criterion);627 not implemented628problem parsing line: int subtypeInqSubEntry(int subtypeID, subtype_query_t criterion);629Found conditional C++ block, skipping to #else630make AM_CFLAGS=-static make_fint631make[1]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/src'632(CDPATH="${ZSH_VERSION+.}:" && cd .. && /bin/sh /scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/config/missing autoheader)633rm -f stamp-h1634touch config.h.in635cd .. && /bin/sh ./config.status src/config.h636config.status: creating src/config.h637config.status: src/config.h is unchanged638make[1]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/src'639../libtool --mode=execute ./make_fint -o . cdipio.h640skip: line 15 size 21 #include <stdbool.h>641skip: line 17 size 17 #include <mpi.h>642Found definition for PIO_MINIOMODE to unknown value: PIO_NONE643Found definition for PIO_MAXIOMODE to unknown value: PIO_MPI_FW_AT_REBLOCK644skip: line 40 size 18 #include <yaxt.h>645skip: line 42 size 17 #include "cdi.h"646skip: line 178 size 63 void (*cdiPioConfGetPostCommSetupActions(int confResH))(void);647skip: line 204 size 71 void (*cdiPioConfGetCallBackActions(int confResH, int trigger))(void);648 Xt_xmap (*xmap_new)(Xt_idxlist src_idxlist, Xt_idxlist dst_idxlist, MPI_Comm comm));649 not implemented650problem parsing line: void cdiPioConfSetXmapNew(int confResH, Xt_xmap (*xmap_new)(Xt_idxlist src_idxlist, Xt_idxlist dst_idxlist, MPI_Comm comm));651skip: line 287 size 110 Xt_xmap (*cdiPioConfGetXmapNew(int confResH))(Xt_idxlist src_idxlist, Xt_idxlist dst_idxlist, MPI_Comm comm);652make: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/src'653Making distclean in src654make[1]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/src'655test -z "" || rm -f 656test -z "libcdi.la " || rm -f libcdi.la 657rm -rf .libs _libs658test -z " libcdiresunpack.la" || rm -f libcdiresunpack.la659rm -f *.o660test -z "make_fint " || rm -f make_fint 661rm -f *.lo662rm -f *.tab.c663test -z "" || rm -f 664rm -f config.h stamp-h1665rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags666test . = "." || test -z "" || rm -f 667rm -f ./so_locations668rm -f ./so_locations669rm -f .deps/getline.Po670rm -f ./.deps/async_worker.Plo671rm -f ./.deps/basetime.Plo672rm -f ./.deps/binary.Plo673rm -f ./.deps/calendar.Plo674rm -f ./.deps/cdf.Plo675rm -f ./.deps/cdf_filter.Plo676rm -f ./.deps/cdf_int.Plo677rm -f ./.deps/cdf_lazy_grid.Plo678rm -f ./.deps/cdf_read.Plo679rm -f ./.deps/cdf_records.Plo680rm -f ./.deps/cdf_util.Plo681rm -f ./.deps/cdf_write.Plo682rm -f ./.deps/cdiFortran.Plo683rm -f ./.deps/cdi_across.Plo684rm -f ./.deps/cdi_att.Plo685rm -f ./.deps/cdi_cksum.Plo686rm -f ./.deps/cdi_datetime.Plo687rm -f ./.deps/cdi_error.Plo688rm -f ./.deps/cdi_fdb.Plo689rm -f ./.deps/cdi_int.Plo690rm -f ./.deps/cdi_key.Plo691rm -f ./.deps/cdi_query.Plo692rm -f ./.deps/cdi_util.Plo693rm -f ./.deps/cdipioFortran.Plo694rm -f ./.deps/cgribexlib.Plo695rm -f ./.deps/cksum.Plo696rm -f ./.deps/dmemory.Plo697rm -f ./.deps/error.Plo698rm -f ./.deps/extralib.Plo699rm -f ./.deps/file.Plo700rm -f ./.deps/gaussian_latitudes.Plo701rm -f ./.deps/get_num_missvals.Plo702rm -f ./.deps/grb_read.Plo703rm -f ./.deps/grb_write.Plo704rm -f ./.deps/gribapi.Plo705rm -f ./.deps/gribapi_utilities.Plo706rm -f ./.deps/grid.Plo707rm -f ./.deps/ieglib.Plo708rm -f ./.deps/input_file.Plo709rm -f ./.deps/institution.Plo710rm -f ./.deps/iterator.Plo711rm -f ./.deps/iterator_fallback.Plo712rm -f ./.deps/iterator_grib.Plo713rm -f ./.deps/julian_date.Plo714rm -f ./.deps/make_fint.Po715rm -f ./.deps/model.Plo716rm -f ./.deps/namespace.Plo717rm -f ./.deps/pio.Plo718rm -f ./.deps/pio_cdf_int.Plo719rm -f ./.deps/pio_client.Plo720rm -f ./.deps/pio_comm.Plo721rm -f ./.deps/pio_conf.Plo722rm -f ./.deps/pio_dbuffer.Plo723rm -f ./.deps/pio_dist_grid.Plo724rm -f ./.deps/pio_idxlist_cache.Plo725rm -f ./.deps/pio_interface.Plo726rm -f ./.deps/pio_mpi_fw_at_all.Plo727rm -f ./.deps/pio_mpi_fw_at_reblock.Plo728rm -f ./.deps/pio_mpi_fw_ordered.Plo729rm -f ./.deps/pio_mpinonb.Plo730rm -f ./.deps/pio_posixasynch.Plo731rm -f ./.deps/pio_posixfpguardsendrecv.Plo732rm -f ./.deps/pio_posixnonb.Plo733rm -f ./.deps/pio_record_send.Plo734rm -f ./.deps/pio_roles.Plo735rm -f ./.deps/pio_rpc.Plo736rm -f ./.deps/pio_serialize.Plo737rm -f ./.deps/pio_server.Plo738rm -f ./.deps/pio_util.Plo739rm -f ./.deps/pio_xmap_cache.Plo740rm -f ./.deps/referenceCounting.Plo741rm -f ./.deps/resource_handle.Plo742rm -f ./.deps/resource_unpack.Plo743rm -f ./.deps/serialize.Plo744rm -f ./.deps/servicelib.Plo745rm -f ./.deps/stream.Plo746rm -f ./.deps/stream_cdf_i.Plo747rm -f ./.deps/stream_cdf_o.Plo748rm -f ./.deps/stream_cdf_time.Plo749rm -f ./.deps/stream_cgribex.Plo750rm -f ./.deps/stream_ext.Plo751rm -f ./.deps/stream_grb.Plo752rm -f ./.deps/stream_gribapi.Plo753rm -f ./.deps/stream_ieg.Plo754rm -f ./.deps/stream_read.Plo755rm -f ./.deps/stream_record.Plo756rm -f ./.deps/stream_scan.Plo757rm -f ./.deps/stream_srv.Plo758rm -f ./.deps/stream_var.Plo759rm -f ./.deps/stream_write.Plo760rm -f ./.deps/subtype.Plo761rm -f ./.deps/swap.Plo762rm -f ./.deps/table.Plo763rm -f ./.deps/taxis.Plo764rm -f ./.deps/tsteps.Plo765rm -f ./.deps/util.Plo766rm -f ./.deps/varscan.Plo767rm -f ./.deps/version.Plo768rm -f ./.deps/vlist.Plo769rm -f ./.deps/vlist_var.Plo770rm -f ./.deps/vlist_var_key.Plo771rm -f ./.deps/vlist_var_pack.Plo772rm -f ./.deps/zaxis.Plo773rm -f Makefile774make[1]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/src'775Making distclean in interfaces776make[1]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces'777Making distclean in python778make[2]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces/python'779rm -rf .libs _libs780test -z "" || rm -f 781rm -f *.o782rm -f *.lo783rm -f *.tab.c784test -z "" || rm -f 785rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags786test . = "." || test -z "" || rm -f 787rm -f ./.deps/_Cdi_la-cdi_wrapper.Plo788rm -f Makefile789make[2]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces/python'790make[2]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces'791rm -rf .libs _libs792rm -f *.o793test -z "libcdipp.la" || rm -f libcdipp.la794rm -f *.lo795rm -f *.tab.c796test -z "test_cpp_nc.run test_python_grb.run test_python_nc.run test_ruby_grb.run test_ruby_nc.run" || rm -f test_cpp_nc.run test_python_grb.run test_python_nc.run test_ruby_grb.run test_ruby_nc.run797rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags798test -z "test_cpp_nc.log test_python_grb.log test_python_nc.log test_ruby_grb.log test_ruby_nc.log" || rm -f test_cpp_nc.log test_python_grb.log test_python_nc.log test_ruby_grb.log test_ruby_nc.log799test . = "." || test -z "" || rm -f 800test -z "test_cpp_nc.trs test_python_grb.trs test_python_nc.trs test_ruby_grb.trs test_ruby_nc.trs" || rm -f test_cpp_nc.trs test_python_grb.trs test_python_nc.trs test_ruby_grb.trs test_ruby_nc.trs801test -z "test-suite.log" || rm -f test-suite.log802make[2]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces'803rm -f ./.deps/CdiInfo.Po804rm -f ./.deps/cdi.Plo805rm -f Makefile806make[1]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces'807Making distclean in app808make[1]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/app'809rm -rf .libs _libs810rm -rf *.dSYM811rm -f *.o812rm -f *.lo813rm -f *.tab.c814test -z "" || rm -f 815rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags816 rm -f cdi817 rm -f createtable818test . = "." || test -z "" || rm -f 819rm -f ./.deps/cdi.Po820rm -f ./.deps/createtable.Po821rm -f ./.deps/printinfo.Po822rm -f Makefile823make[1]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/app'824Making distclean in examples825make[1]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/examples'826Making distclean in pio827make[2]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/examples/pio'828test -z "" || rm -f 829rm -rf .libs _libs830rm -f *.parallel.c *.parallel.F90831rm -f *.o832rm -f *.lo833rm -f *.tab.c834test -z "" || rm -f 835rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags836 rm -f collectData collectDataNStreams837test . = "." || test -z "" || rm -f 838rm -f *.grb839rm -rf *.dSYM840rm -f ./.deps/collectData.Po841rm -f ./.deps/collectData.parallel.Po842rm -f ./.deps/collectDataNStreams.Po843rm -f ./.deps/collectDataNStreams.parallel.Po844rm -f ./.deps/compareResourcesArray.Po845rm -f Makefile846make[2]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/examples/pio'847make[2]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/examples'848test -z "" || rm -f 849rm -rf .libs _libs850rm -f *.grb *.grb2 *.nc851rm -f *.o852rm -f *.lo853rm -f *.tab.c854test -z "" || rm -f 855 rm -f cdi_append cdi_copy cdi_read cdi_write cdi_write_ens cdi_write_hybrid cdi_write_local cdi_write_relativ856rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags857test . = "." || test -z "" || rm -f 858rm -rf *.dSYM859make[2]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/examples'860rm -f ./.deps/cdi_append.Po861rm -f ./.deps/cdi_copy.Po862rm -f ./.deps/cdi_read.Po863rm -f ./.deps/cdi_write.Po864rm -f ./.deps/cdi_write_const.Po865rm -f ./.deps/cdi_write_ens.Po866rm -f ./.deps/cdi_write_hybrid.Po867rm -f ./.deps/cdi_write_local.Po868rm -f ./.deps/cdi_write_relativ.Po869rm -f Makefile870make[1]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/examples'871Making distclean in tests872make[1]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/tests'873rm -rf .libs _libs874rm -f *.parallel.c875rm -f *.o876test -z "calendar_test1.log cksum_verify.log pio_write.log pio_write_deco2d.log test_byteswap.log test_cdf_const.log test_cdf_transformation.log test_cksum_ext.log test_cksum_grb.log test_cksum_grb2.log test_cksum_ieg.log test_cksum_nc.log test_cksum_nc2.log test_cksum_nc4.log test_cksum_nc_chunk.log test_cksum_srv.log test_f2003.log test_grib.log test_month_adjust.log test_resource_copy.log test_table.log pio_cksum_asynch.log pio_cksum_fpguard.log pio_cksum_grb2.log pio_cksum_mpi_fw_at_all.log pio_cksum_mpi_fw_at_reblock.log pio_cksum_mpi_fw_ordered.log pio_cksum_mpinonb.log pio_cksum_nc.log pio_cksum_nc2.log pio_cksum_nc4.log pio_cksum_writer.log pio_write.parallel.log pio_write_deco2d.parallel.log pio_write_dist_array.log test_resource_copy.parallel.log" || rm -f calendar_test1.log cksum_verify.log pio_write.log pio_write_deco2d.log test_byteswap.log test_cdf_const.log test_cdf_transformation.log test_cksum_ext.log test_cksum_grb.log test_cksum_grb2.log test_cksum_ieg.log test_cksum_nc.log test_cksum_nc2.log test_cksum_nc4.log test_cksum_nc_chunk.log test_cksum_srv.log test_f2003.log test_grib.log test_month_adjust.log test_resource_copy.log test_table.log pio_cksum_asynch.log pio_cksum_fpguard.log pio_cksum_grb2.log pio_cksum_mpi_fw_at_all.log pio_cksum_mpi_fw_at_reblock.log pio_cksum_mpi_fw_ordered.log pio_cksum_mpinonb.log pio_cksum_nc.log pio_cksum_nc2.log pio_cksum_nc4.log pio_cksum_writer.log pio_write.parallel.log pio_write_deco2d.parallel.log pio_write_dist_array.log test_resource_copy.parallel.log877rm -f *.lo878rm -f *.tab.c879test -z "test_cksum_base pio_cksum_asynch.run pio_cksum_fpguard.run pio_cksum_grb2.run pio_cksum_mpi_fw_at_all.run pio_cksum_mpi_fw_at_reblock.run pio_cksum_mpi_fw_ordered.run pio_cksum_mpinonb.run pio_cksum_nc.run pio_cksum_nc2.run pio_cksum_nc4.run pio_cksum_writer.run pio_write.parallel.run pio_write.run pio_write_deco2d.parallel.run pio_write_deco2d.run pio_write_dist_array.run test_byteswap.run test_cdf_const.run test_cdf_transformation.run test_cksum_ext.run test_cksum_grb.run test_cksum_grb2.run test_cksum_ieg.run test_cksum_nc.run test_cksum_nc2.run test_cksum_nc4.run test_cksum_nc_chunk.run test_cksum_srv.run test_f2003.run test_grib.run test_resource_copy.parallel.run test_resource_copy.run test_table.run" || rm -f test_cksum_base pio_cksum_asynch.run pio_cksum_fpguard.run pio_cksum_grb2.run pio_cksum_mpi_fw_at_all.run pio_cksum_mpi_fw_at_reblock.run pio_cksum_mpi_fw_ordered.run pio_cksum_mpinonb.run pio_cksum_nc.run pio_cksum_nc2.run pio_cksum_nc4.run pio_cksum_writer.run pio_write.parallel.run pio_write.run pio_write_deco2d.parallel.run pio_write_deco2d.run pio_write_dist_array.run test_byteswap.run test_cdf_const.run test_cdf_transformation.run test_cksum_ext.run test_cksum_grb.run test_cksum_grb2.run test_cksum_ieg.run test_cksum_nc.run test_cksum_nc2.run test_cksum_nc4.run test_cksum_nc_chunk.run test_cksum_srv.run test_f2003.run test_grib.run test_resource_copy.parallel.run test_resource_copy.run test_table.run880 rm -f calendar_test1 cksum_read cksum_verify cksum_write cksum_write_chunk pio_write pio_write_deco2d test_byteswap test_grib test_month_adjust test_resource_copy test_table881rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags882rm -f *.grb *.grb2 *.nc *.nc2 *.nc4 *.srv *.ext *.cksum *.ieg *.stderr *.stdout883test -z "calendar_test1.trs cksum_verify.trs pio_write.trs pio_write_deco2d.trs test_byteswap.trs test_cdf_const.trs test_cdf_transformation.trs test_cksum_ext.trs test_cksum_grb.trs test_cksum_grb2.trs test_cksum_ieg.trs test_cksum_nc.trs test_cksum_nc2.trs test_cksum_nc4.trs test_cksum_nc_chunk.trs test_cksum_srv.trs test_f2003.trs test_grib.trs test_month_adjust.trs test_resource_copy.trs test_table.trs pio_cksum_asynch.trs pio_cksum_fpguard.trs pio_cksum_grb2.trs pio_cksum_mpi_fw_at_all.trs pio_cksum_mpi_fw_at_reblock.trs pio_cksum_mpi_fw_ordered.trs pio_cksum_mpinonb.trs pio_cksum_nc.trs pio_cksum_nc2.trs pio_cksum_nc4.trs pio_cksum_writer.trs pio_write.parallel.trs pio_write_deco2d.parallel.trs pio_write_dist_array.trs test_resource_copy.parallel.trs" || rm -f calendar_test1.trs cksum_verify.trs pio_write.trs pio_write_deco2d.trs test_byteswap.trs test_cdf_const.trs test_cdf_transformation.trs test_cksum_ext.trs test_cksum_grb.trs test_cksum_grb2.trs test_cksum_ieg.trs test_cksum_nc.trs test_cksum_nc2.trs test_cksum_nc4.trs test_cksum_nc_chunk.trs test_cksum_srv.trs test_f2003.trs test_grib.trs test_month_adjust.trs test_resource_copy.trs test_table.trs pio_cksum_asynch.trs pio_cksum_fpguard.trs pio_cksum_grb2.trs pio_cksum_mpi_fw_at_all.trs pio_cksum_mpi_fw_at_reblock.trs pio_cksum_mpi_fw_ordered.trs pio_cksum_mpinonb.trs pio_cksum_nc.trs pio_cksum_nc2.trs pio_cksum_nc4.trs pio_cksum_writer.trs pio_write.parallel.trs pio_write_deco2d.parallel.trs pio_write_dist_array.trs test_resource_copy.parallel.trs884test . = "." || test -z "" || rm -f 885rm -rf *.dSYM886test -z "test-suite.log" || rm -f test-suite.log887rm -f ./.deps/calendar_test1.Po888rm -f ./.deps/cksum_read.Po889rm -f ./.deps/cksum_verify.Po890rm -f ./.deps/cksum_write.Po891rm -f ./.deps/cksum_write_chunk.Po892rm -f ./.deps/deco2d_model.Po893rm -f ./.deps/deco2d_model.parallel.Po894rm -f ./.deps/ensure_array_size.Po895rm -f ./.deps/pio_write.Po896rm -f ./.deps/pio_write.parallel.Po897rm -f ./.deps/pio_write_setup_grid.Po898rm -f ./.deps/pio_write_setup_grid.parallel.Po899rm -f ./.deps/simple_model.Po900rm -f ./.deps/simple_model.parallel.Po901rm -f ./.deps/simple_model_helper.Po902rm -f ./.deps/simple_model_helper.parallel.Po903rm -f ./.deps/stream_cksum.Po904rm -f ./.deps/test_byteswap.Po905rm -f ./.deps/test_cdf_read.Po906rm -f ./.deps/test_cdf_write.Po907rm -f ./.deps/test_grib.Po908rm -f ./.deps/test_month_adjust.Po909rm -f ./.deps/test_resource_copy.Po910rm -f ./.deps/test_resource_copy.parallel.Po911rm -f ./.deps/test_table.Po912rm -f ./.deps/var_cksum.Po913rm -f Makefile914make[1]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/tests'915make[1]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi'916rm -rf .libs _libs917rm -f *.lo918test -z "cdi.settings src/cmake/cdi/cdi-config-version.cmake src/cmake/cdi/cdi-config.cmake src/pkgconfig/cdi.pc src/pkgconfig/cdi_f2003.pc src/pkgconfig/cdipio.pc tables/gen_tableheaderfile" || rm -f cdi.settings src/cmake/cdi/cdi-config-version.cmake src/cmake/cdi/cdi-config.cmake src/pkgconfig/cdi.pc src/pkgconfig/cdi_f2003.pc src/pkgconfig/cdipio.pc tables/gen_tableheaderfile919rm -f libtool config.lt920rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags921rm -f cscope.out cscope.in.out cscope.po.out cscope.files922test . = "." || test -z "" || rm -f 923make[1]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi'924rm -f config.status config.cache config.log configure.lineno config.status.lineno925rm -f Makefile926configure: WARNING: unrecognized options: --without-grib_api927checking build system type... x86_64-pc-linux-gnu928checking host system type... x86_64-pc-linux-gnu929checking for a BSD-compatible install... /usr/bin/install -c930checking whether build environment is sane... yes931checking for a thread-safe mkdir -p... /usr/bin/mkdir -p932checking for gawk... gawk933checking whether make sets $(MAKE)... yes934checking whether make supports nested variables... yes935checking whether to enable maintainer-specific portions of Makefiles... no936configure: setting up libtool937checking how to print strings... printf938checking whether make supports the include directive... yes (GNU style)939checking for gcc... mpicc940checking whether the C compiler works... yes941checking for C compiler default output file name... a.out942checking for suffix of executables... 943checking whether we are cross compiling... no944checking for suffix of object files... o945checking whether we are using the GNU C compiler... yes946checking whether mpicc accepts -g... yes947checking for mpicc option to accept ISO C89... 948none needed949checking whether mpicc understands -c and -o together... yes950checking dependency style of mpicc... gcc3951checking for a sed that does not truncate output... /usr/bin/sed952checking for grep that handles long lines and -e... /usr/bin/grep953checking for egrep... /usr/bin/grep -E954checking for fgrep... /usr/bin/grep -F955checking for ld used by mpicc... /usr/bin/ld956checking if the linker (/usr/bin/ld) is GNU ld... yes957checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B958checking the name lister (/usr/bin/nm -B) interface... BSD nm959checking whether ln -s works... yes960checking the maximum length of command line arguments... 1572864961checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop962checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop963checking for /usr/bin/ld option to reload object files... -r964checking for objdump... objdump965checking how to recognize dependent libraries... pass_all966checking for dlltool... no967checking how to associate runtime and link libraries... printf %s\n968checking for archiver @FILE support... @969checking for strip... strip970checking for ranlib... ranlib971checking command to parse /usr/bin/nm -B output from mpicc object... ok972checking for sysroot... no973checking for a working dd... /usr/bin/dd974checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1975checking for mt... no976checking if : is a manifest tool... no977checking how to run the C preprocessor... mpicc -E978checking for ANSI C header files... yes979checking for sys/types.h... yes980checking for sys/stat.h... yes981checking for stdlib.h... yes982checking for string.h... yes983checking for memory.h... yes984checking for strings.h... yes985checking for inttypes.h... yes986checking for stdint.h... yes987checking for unistd.h... yes988checking for dlfcn.h... yes989checking for objdir... .libs990checking if mpicc supports -fno-rtti -fno-exceptions... yes991checking for mpicc option to produce PIC... -fPIC -DPIC992checking if mpicc PIC flag -fPIC -DPIC works... yes993checking if mpicc static flag -static works... no994checking if mpicc supports -c -o file.o... yes995checking if mpicc supports -c -o file.o... (cached) yes996checking whether the mpicc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes997checking dynamic linker characteristics... GNU/Linux ld.so998checking how to hardcode library paths into programs... immediate999checking whether stripping libraries is possible... yes1000checking if libtool supports shared libraries... yes1001checking whether to build shared libraries... no1002checking whether to build static libraries... yes1003checking for mpicc option to accept ISO C99... none needed1004checking For conformance to POSIX.1-2001.... 1005yes1006checking for C/C++ restrict keyword... __restrict1007checking whether we are using the GNU Fortran compiler... no1008checking whether mpif90 accepts -g... yes1009checking if libtool supports shared libraries... yes1010checking whether to build shared libraries... no1011checking whether to build static libraries... yes1012checking for mpif90 option to produce PIC... -fPIC1013checking if mpif90 PIC flag -fPIC works... yes1014checking if mpif90 static flag -static works... no1015checking if mpif90 supports -c -o file.o... yes1016checking if mpif90 supports -c -o file.o... (cached) yes1017checking whether the mpif90 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes1018checking dynamic linker characteristics... (cached) GNU/Linux ld.so1019checking how to hardcode library paths into programs... immediate1020checking for Fortran flag to compile .f90 files... none1021checking whether the Fortran compiler works... yes1022checking for flag to alter module search path... -I1023checking for Fortran compiler flag needed to specify search paths for the "INCLUDE" statement... -I1024checking for conftest_module module file name... conftest_module.mod1025checking for suffix of module files... mod1026checking how to define symbols for preprocessed Fortran... -D1027checking if Fortran compiler can handle complex CHARACTER interoperability... yes1028checking C preprocessor flags for Fortran calling convention cfortran.h... -DgFortran (probed)1029checking if C externals constructed with cfortran.h work... yes1030configure: setting up libtool1031configure: creating ./config.lt1032config.lt: creating libtool1033checking whether libtool can link C programs... yes1034checking whether libtool can link Fortran programs... yes1035checking whether byte ordering is bigendian... no1036checking for special C compiler options needed for large files... no1037checking for _FILE_OFFSET_BITS value needed for large files... no1038checking for stdlib.h... (cached) yes1039checking for unistd.h... (cached) yes1040checking for sys/param.h... yes1041checking for getpagesize... yes1042checking for working mmap... yes1043checking for struct stat.st_blksize... yes1044checking for malloc.h... yes1045checking for sys/time.h... yes1046checking for execinfo.h... yes1047checking size parameter type for backtrace()... int1048checking for library containing backtrace... none required1049checking for mallinfo... yes1050checking for pwrite... yes1051checking for timegm... yes1052checking for getline... yes1053checking whether isnan is declared... 1054yes1055checking whether _SC_LARGE_PAGESIZE is declared... no1056checking whether PAGESIZE is declared... no1057checking whether PAGE_SIZE is declared... no1058checking whether _SC_PAGE_SIZE is declared... yes1059checking whether _SC_PAGESIZE is declared... yes1060checking whether _PC_REC_XFER_ALIGN is declared... yes1061checking whether POSIX_REC_XFER_ALIGN is declared... no1062checking for library containing floor... none required1063checking whether __builtin_ctz is declared... yes1064checking multithreading... suppressed1065checking for fdb5 library... suppressed1066checking for szlib library... suppressed1067checking for netcdf.h... yes1068checking for library containing nc_open... none required1069checking for nc-config... nc-config1070checking netcdf's OpenDAP support... (cached) no1071checking netcdf's Zarr support... yes1072checking netcdf's nc2 support... (cached) yes1073checking netcdf's nc4 support... (cached) yes1074checking netcdf's nc4/hdf5 support... (cached) no1075checking netcdf's nc4/szlib support... yes1076checking for library containing nc_def_var_szip... none required1077checking for grib_api.h... yes1078checking for library containing grib_get_message... none required1079checking for GRIB support... yes1080checking for ACROSS support... no1081checking for CGRIBEX support... yes1082checking for SERVICE support... yes1083checking for EXTRA support... yes1084checking for IEG support... yes1085checking for building an additional static CDI binary... no1086checking for HIRLAM extensions... no1087checking for grib_get_length... yes1088checking for mpi.h extra include path... (none required)1089checking for library containing MPI_Waitall... (none required)1090checking for mpirun... /sw/spack-levante/openmpi-4.1.2-yfwe6t/bin/mpirun1091checking if /sw/spack-levante/openmpi-4.1.2-yfwe6t/bin/mpirun works... 1092yes1093checking for mpi extra module path... (none required)1094checking for library containing mpi_waitall... (none required)1095checking for yaxt_c... no1096checking for yaxt... no1097checking for yaxt.h extra include path... (cached) -I/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/build/cdi-test-yaxt/include1098checking for library containing xt_initialized... (cached) /scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/build/cdi-test-yaxt/lib/libyaxt_c.la1099checking whether MPI_UINT64_T is declared... yes1100checking for xt_redist_p2p_aext_new... no1101checking for yaxt... no1102checking for yaxt extra module path... (cached) -I/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/build/cdi-test-yaxt/include1103checking for library containing xt_initialized... (cached) /scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/build/cdi-test-yaxt/lib/libyaxt.la /scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/build/cdi-test-yaxt/lib/libyaxt_c.la1104checking for ppm_core... no1105checking for ppm/ppm.h extra include path... (cached) -I/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/build/cdi-test-ppm/include1106checking for library containing PPM_initialize... (cached) /scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/build/cdi-test-ppm/lib/libscalesppmcore.la1107checking for ppm/dist_array.h... (cached) yes1108checking for netcdf_meta.h... yes1109checking parallel netcdf's pnetcdf support... (cached) no1110checking for netcdf_par.h... yes1111checking whether MPI_Bcast is declared... yes1112checking whether nc_inq_format_extended is declared... yes1113checking for thread local storage (TLS) class... _Thread_local1114checking whether _POSIX_ASYNCHRONOUS_IO is declared... yes1115checking for library containing aio_suspend... -lrt1116checking that generated files are newer than configure... done1117configure: creating ./config.status1118config.status: creating Makefile1119config.status: creating app/Makefile1120config.status: creating cdi.settings1121config.status: creating examples/Makefile1122config.status: creating examples/pio/Makefile1123config.status: creating interfaces/Makefile1124config.status: creating interfaces/python/Makefile1125config.status: creating src/Makefile1126config.status: creating src/cmake/cdi/cdi-config-version.cmake1127config.status: creating src/cmake/cdi/cdi-config.cmake1128config.status: creating src/pkgconfig/cdi.pc1129config.status: creating src/pkgconfig/cdi_f2003.pc1130config.status: creating src/pkgconfig/cdipio.pc1131config.status: creating tests/Makefile1132config.status: creating tests/test_cksum_base1133config.status: creating interfaces/test_cpp_nc.run1134config.status: creating interfaces/test_python_grb.run1135config.status: creating interfaces/test_python_nc.run1136config.status: creating interfaces/test_ruby_grb.run1137config.status: creating interfaces/test_ruby_nc.run1138config.status: creating tables/gen_tableheaderfile1139config.status: creating tests/pio_cksum_asynch.run1140config.status: creating tests/pio_cksum_fpguard.run1141config.status: creating tests/pio_cksum_grb2.run1142config.status: creating tests/pio_cksum_mpi_fw_at_all.run1143config.status: creating tests/pio_cksum_mpi_fw_at_reblock.run1144config.status: creating tests/pio_cksum_mpi_fw_ordered.run1145config.status: creating tests/pio_cksum_mpinonb.run1146config.status: creating tests/pio_cksum_nc.run1147config.status: creating tests/pio_cksum_nc2.run1148config.status: creating tests/pio_cksum_nc4.run1149config.status: creating tests/pio_cksum_writer.run1150config.status: creating tests/pio_write.parallel.run1151config.status: creating tests/pio_write.run1152config.status: creating tests/pio_write_deco2d.parallel.run1153config.status: creating tests/pio_write_deco2d.run1154config.status: creating tests/pio_write_dist_array.run1155config.status: creating tests/test_byteswap.run1156config.status: creating tests/test_cdf_const.run1157config.status: creating tests/test_cdf_transformation.run1158config.status: creating tests/test_cksum_ext.run1159config.status: creating tests/test_cksum_grb.run1160config.status: creating tests/test_cksum_grb2.run1161config.status: creating tests/test_cksum_ieg.run1162config.status: creating tests/test_cksum_nc.run1163config.status: creating tests/test_cksum_nc2.run1164config.status: creating tests/test_cksum_nc4.run1165config.status: creating tests/test_cksum_nc_chunk.run1166config.status: creating tests/test_cksum_srv.run1167config.status: creating tests/test_f2003.run1168config.status: creating tests/test_grib.run1169config.status: creating tests/test_resource_copy.parallel.run1170config.status: creating tests/test_resource_copy.run1171config.status: creating tests/test_table.run1172config.status: creating src/config.h1173config.status: executing depfiles commands1174config.status: executing libtool commands1175configure: WARNING: unrecognized options: --without-grib_api1176configure: CDI is configured with the following options:1177{1178 "build" : {1179 "tools" : {1180 "CC" : "mpicc",1181 "CPP" : "mpicc -E",1182 "CPPFLAGS" : "-I/sw/spack-levante/netcdf-c-4.8.1-2k3cmu/include -I/sw/spack-levante/eccodes-2.21.0-3ehkbb/include -DgFortran",1183 "CFLAGS" : "-g -gdwarf-4 -qno-opt-dynamic-align -m64 -march=core-avx2 -mtune=core-avx2 -fma -ip -pc64 -std=gnu99 -O2 -ftz",1184 "LDFLAGS" : "-L/work/mh0287/m300488/libcdi-ci-sw/install/yaxt-0.9.3-gcc-11.2.0/lib -L/sw/spack-levante/netcdf-c-4.8.1-2k3cmu/lib -L/sw/spack-levante/eccodes-2.21.0-3ehkbb/lib64",1185 "LIBS" : " -Wl,--disable-new-dtags -Wl,--as-needed -lnetcdf -leccodes",1186 "FC" : "mpif90",1187 "F77" : "no",1188 "FCFLAGS" : "-m64 -march=core-avx2 -mtune=core-avx2 -g -gdwarf-4 -pc64 -Xcompiler -fp-model -Xcompiler source -O3 -ftz -qoverride-limits -Xcompiler -assume -Xcompiler realloc_lhs -Xcompiler -align -Xcompiler array64byte -fma -ip",1189 "LD" : "/usr/bin/ld -m elf_x86_64",1190 "NM" : "/usr/bin/nm -B",1191 "AR" : "xiar",1192 "DLLTOOL" : "false",1193 "OBJDUMP" : "objdump",1194 "STRIP" : "strip",1195 "RANLIB" : "ranlib",1196 "INSTALL" : "/usr/bin/install -c"1197 },1198 "libraries" : {1199 "threads" : {1200 "lib" : "",1201 "include" : ""1202 },1203 "mpi" : {1204 "libs" : "",1205 "cflags" : "",1206 "fclibs" : "",1207 "fcflags" : ""1208 },1209 "fdb5" : {1210 "lib" : "",1211 "include" : ""1212 },1213 "szlib" : {1214 "lib" : "",1215 "include" : ""1216 },1217 "netcdf" : {1218 "lib" : " -lnetcdf",1219 "include" : ""1220 },1221 "eccodes" : {1222 "lib" : "",1223 "include" : ""1224 }1225 },1226 "platform" : {1227 "SYSTEM_TYPE" : "x86_64-pc-linux-gnu"1228 }1229 },1230 "features" : {1231 "enable_cdi_lib" : true,1232 "grib" : "yes",1233 "cgribex" : "yes",1234 "service" : "yes",1235 "extra" : "yes",1236 "ieg" : "yes",1237 "enable_mpi" : true,1238 "parallel_nc4" : 1,1239 "enable_python" : false,1240 "enable_ruby" : false,1241 "across" : "no"1242 }1243}1244configure:1245 Configuration completed.1246 You can now run 'make' to compile the CDI package and 'make install' to install it afterwards.1247sending incremental file list1248./1249include/1250include/xt_config_f.mod1251include/xt_core.mod1252include/xt_idxlist_abstract.mod1253include/xt_idxlist_collection.mod1254include/xt_idxsection.mod1255include/xt_idxstripes.mod1256include/xt_idxvec.mod1257include/xt_mpi.mod1258include/xt_redist_base.mod1259include/xt_redist_int_i2.mod1260include/xt_redist_int_i4.mod1261include/xt_redist_int_i8.mod1262include/xt_redist_logical.mod1263include/xt_redist_real_dp.mod1264include/xt_redist_real_sp.mod1265include/xt_redist_rename.mod1266include/xt_requests.mod1267include/xt_sort.mod1268include/xt_xmap_abstract.mod1269include/xt_xmap_intersection.mod1270include/xt_xmap_rename.mod1271include/yaxt.h1272include/yaxt.mod1273include/xt/1274include/xt/mergesort.h1275include/xt/quicksort.h1276include/xt/sort_common.h1277include/xt/xt_config.h1278include/xt/xt_core.h1279include/xt/xt_idxempty.h1280include/xt/xt_idxlist.h1281include/xt/xt_idxlist_collection.h1282include/xt/xt_idxmod.h1283include/xt/xt_idxsection.h1284include/xt/xt_idxstripes.h1285include/xt/xt_idxvec.h1286include/xt/xt_mpi.h1287include/xt/xt_redist.h1288include/xt/xt_redist_collection.h1289include/xt/xt_redist_collection_static.h1290include/xt/xt_redist_p2p.h1291include/xt/xt_redist_repeat.h1292include/xt/xt_redist_single_array_base.h1293include/xt/xt_request.h1294include/xt/xt_request_msgs.h1295include/xt/xt_request_msgs_packed.h1296include/xt/xt_sort.h1297include/xt/xt_stripe.h1298include/xt/xt_xmap.h1299include/xt/xt_xmap_all2all.h1300include/xt/xt_xmap_dist_dir.h1301include/xt/xt_xmap_dist_dir_intercomm.h1302include/xt/xt_xmap_intersection.h1303lib/1304lib/libyaxt.a1305lib/libyaxt.la1306lib/libyaxt_c.a1307lib/libyaxt_c.la1308lib/pkgconfig/1309sent 801,788 bytes received 1,111 bytes 321,159.60 bytes/sec1310total size is 3,344,080 speedup is 4.171311sending incremental file list1312./1313include/1314include/ftype_size.inc1315include/linear_algebra.mod1316include/ppm.inc1317include/ppm_base.mod1318include/ppm_checksum.mod1319include/ppm_combinatorics.mod1320include/ppm_compact_mask_index.mod1321include/ppm_compare.mod1322include/ppm_distributed.mod1323include/ppm_distributed_array.mod1324include/ppm_distributed_array_rename.mod1325include/ppm_extents.mod1326include/ppm_extents_mp.mod1327include/ppm_external.mod1328include/ppm_f90_io_lun.mod1329include/ppm_general_block_decomposition.mod1330include/ppm_graph_alist.mod1331include/ppm_graph_csr.mod1332include/ppm_heap.mod1333include/ppm_irand_internal.mod1334include/ppm_m1d.mod1335include/ppm_math_extensions.mod1336include/ppm_math_extensions_internal.mod1337include/ppm_posix.mod1338include/ppm_posix_types.mod1339include/ppm_random.mod1340include/ppm_real_sp_dp_edit_descriptor.mod1341include/ppm_rectilinear.mod1342include/ppm_search.mod1343include/ppm_set_partition.mod1344include/ppm_set_partition_base.mod1345include/ppm_set_repartition.mod1346include/ppm_sort.mod1347include/ppm_sparse_mask_index.mod1348include/ppm_statistics.mod1349include/ppm_std_type_kinds.mod1350include/ppm_std_type_kinds_mp.mod1351include/ppm_strided_extents.mod1352include/ppm_strio.mod1353include/ppm_strio_internal.mod1354include/ppm_uniform_partition.mod1355include/preconditioners.mod1356include/scales_ppm.mod1357include/solver_all.mod1358include/solver_config.mod1359include/solver_internal.mod1360include/solver_public.mod1361include/solvers.mod1362include/spectral_methods.mod1363include/core/1364include/core/combinatorics.h1365include/core/core.h1366include/core/ppm_combinatorics.h1367include/core/ppm_extents.h1368include/core/ppm_extents_mp.h1369include/core/ppm_math_extensions.h1370include/core/ppm_random.h1371include/core/ppm_rectilinear.h1372include/core/ppm_std_type_kinds_mp.h1373include/core/ppm_xfuncs.h1374include/ppm/1375include/ppm/dist_array.h1376include/ppm/ppm.h1377include/ppm/ppm_set_partition_base.h1378include/ppm/ppm_uniform_partition.h1379lib/1380lib/libscalesppm.a1381lib/libscalesppm.la1382lib/libscalesppmcore.a1383lib/libscalesppmcore.la1384lib/pkgconfig/1385sent 853,928 bytes received 1,324 bytes 244,357.71 bytes/sec1386total size is 3,905,363 speedup is 4.571387Making all in src1388make[1]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/src'1389make all-am1390make[2]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/src'1391 CC binary.lo1392 CC cdf.lo1393 CC cdf_filter.lo1394 CC cdf_int.lo1395 CC calendar.lo1396 CC async_worker.lo1397 CC basetime.lo1398 CC cdf_lazy_grid.lo1399 CC cdf_util.lo1400 CC cdf_read.lo1401 CC cdf_records.lo1402 CC cdf_write.lo1403 CC cdi_across.lo1404 CC cdi_att.lo1405 CC cdi_cksum.lo1406 CC cdi_datetime.lo1407 CC cdi_error.lo1408 CC cdi_fdb.lo1409 CC cdi_int.lo1410 CC cdi_query.lo1411 CC cdi_util.lo1412 CC cdi_key.lo1413 CC cgribexlib.lo1414 CC cksum.lo1415 CC dmemory.lo1416 CC error.lo1417 CC extralib.lo1418 CC file.lo1419 CC gaussian_latitudes.lo1420 CC get_num_missvals.lo1421 CC grb_read.lo1422 CC grb_write.lo1423 CC gribapi.lo1424 CC grid.lo1425 CC ieglib.lo1426 CC input_file.lo1427 CC institution.lo1428 CC iterator.lo1429 CC iterator_fallback.lo1430 CC iterator_grib.lo1431 CC julian_date.lo1432 CC model.lo1433 CC namespace.lo1434 CC referenceCounting.lo1435 CC resource_handle.lo1436 CC serialize.lo1437 CC servicelib.lo1438 CC stream.lo1439 CC stream_cdf_i.lo1440 CC stream_cdf_o.lo1441 CC stream_cdf_time.lo1442 CC stream_cgribex.lo1443 CC stream_grb.lo1444 CC stream_ext.lo1445 CC stream_ieg.lo1446 CC stream_read.lo1447 CC stream_record.lo1448 CC stream_scan.lo1449 CC stream_var.lo1450 CC stream_srv.lo1451 CC stream_write.lo1452 CC subtype.lo1453 CC swap.lo1454 CC table.lo1455 CC taxis.lo1456 CC tsteps.lo1457 CC util.lo1458 CC varscan.lo1459 CC version.lo1460 CC vlist_var.lo1461 CC vlist.lo1462 CC vlist_var_key.lo1463 CC vlist_var_pack.lo1464 CC zaxis.lo1465 CC cdiFortran.lo1466 CC gribapi_utilities.lo1467 FC mo_cdi.lo1468 CC stream_gribapi.lo1469 CC pio.lo1470 CC pio_client.lo1471 CC pio_comm.lo1472 CC pio_conf.lo1473 CC pio_dbuffer.lo1474 CC pio_idxlist_cache.lo1475 CC pio_dist_grid.lo1476 CC pio_interface.lo1477 CC pio_mpi_fw_at_all.lo1478 CC pio_mpi_fw_at_reblock.lo1479 CC pio_mpi_fw_ordered.lo1480 CC pio_mpinonb.lo1481 CC pio_posixasynch.lo1482 CC pio_posixfpguardsendrecv.lo1483 CC pio_posixnonb.lo1484 CC pio_record_send.lo1485 CC pio_roles.lo1486 CC pio_rpc.lo1487 CC pio_serialize.lo1488 CC pio_server.lo1489 CC pio_util.lo1490 CC pio_xmap_cache.lo1491 CC resource_unpack.lo1492 CC cdipioFortran.lo1493 CC pio_cdf_int.lo1494 CCLD libcdi.la1495xiar: executing 'ar'1496 FCLD libcdi_f2003.la1497 CCLD libcdipio.la1498xiar: executing 'ar'1499xiar: executing 'ar'1500make[2]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/src'1501make[1]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/src'1502Making all in interfaces1503make[1]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces'1504Making all in python1505make[2]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces/python'1506make[2]: Nothing to be done for 'all'.1507make[2]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces/python'1508make[2]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces'1509make[2]: Nothing to be done for 'all-am'.1510make[2]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces'1511make[1]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces'1512Making all in app1513make[1]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/app'1514make[1]: Nothing to be done for 'all'.1515make[1]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/app'1516Making all in examples1517make[1]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/examples'1518Making all in pio1519make[2]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/examples/pio'1520make[2]: Nothing to be done for 'all'.1521make[2]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/examples/pio'1522make[2]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/examples'1523make[2]: Nothing to be done for 'all-am'.1524make[2]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/examples'1525make[1]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/examples'1526Making all in tests1527make[1]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/tests'1528make[1]: Nothing to be done for 'all'.1529make[1]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/tests'1530make[1]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi'1531make[1]: Nothing to be done for 'all-am'.1532make[1]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi'1533Making check in src1534make[1]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/src'1535make libcdiresunpack.la1536make[2]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/src'1537 CCLD libcdiresunpack.la1538xiar: executing 'ar'1539make[2]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/src'1540make[1]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/src'1541Making check in interfaces1542make[1]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces'1543Making check in python1544make[2]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces/python'1545make[2]: Nothing to be done for 'check'.1546make[2]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces/python'1547make[2]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces'1548make 1549make[3]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces'1550Making all in python1551make[4]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces/python'1552make[4]: Nothing to be done for 'all'.1553make[4]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces/python'1554make[4]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces'1555make[4]: Nothing to be done for 'all-am'.1556make[4]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces'1557make[3]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces'1558make check-TESTS1559make[3]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces'1560make[4]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces'1561============================================================================1562Testsuite summary for cdi 2.5.21563============================================================================1564# TOTAL: 01565# PASS: 01566# SKIP: 01567# XFAIL: 01568# FAIL: 01569# XPASS: 01570# ERROR: 01571============================================================================1572make[4]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces'1573make[3]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces'1574make[2]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces'1575make[1]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces'1576Making check in app1577make[1]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/app'1578make cdi1579make[2]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/app'1580 CC printinfo.o1581 CC cdi.o1582 CCLD cdi1583make[2]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/app'1584make[1]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/app'1585Making check in examples1586make[1]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/examples'1587Making check in pio1588make[2]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/examples/pio'1589make[2]: Nothing to be done for 'check'.1590make[2]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/examples/pio'1591make[2]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/examples'1592make cdi_write_const cdi_read_f2003 cdi_write_f20031593make[3]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/examples'1594 CC cdi_write_const.o1595 FC cdi_write_f2003.o1596 FC cdi_read_f2003.o1597 FCLD cdi_write_f20031598 CCLD cdi_write_const1599 FCLD cdi_read_f20031600make[3]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/examples'1601make[2]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/examples'1602make[1]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/examples'1603Making check in tests1604make[1]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/tests'1605make calendar_test1 cksum_read cksum_verify cksum_write cksum_write_chunk pio_write pio_write_deco2d test_byteswap test_grib test_month_adjust test_resource_copy test_table test_cdf_read test_cdf_write pio_write.parallel pio_write_deco2d.parallel test_resource_copy.parallel1606make[2]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/tests'1607 CC cksum_read.o1608 CC calendar_test1.o1609 CC ensure_array_size.o1610 CC stream_cksum.o1611 CC cksum_verify.o1612 CC cksum_write.o1613 CC var_cksum.o1614 CC simple_model_helper.o1615 CC cksum_write_chunk.o1616 CC simple_model.o1617 CC pio_write.o1618 CC pio_write_setup_grid.o1619 CC deco2d_model.o1620 CC test_byteswap.o1621 CC test_grib.o1622 CC test_month_adjust.o1623 CC test_table.o1624 CC test_resource_copy.o1625 CC test_cdf_read.o1626 CC test_cdf_write.o1627 GEN pio_write.parallel.c1628 GEN pio_write_setup_grid.parallel.c1629 GEN simple_model.parallel.c1630 GEN test_resource_copy.parallel.c1631 GEN deco2d_model.parallel.c1632 GEN simple_model_helper.parallel.c1633 CCLD calendar_test11634 CCLD cksum_verify1635 CCLD cksum_read1636 CCLD cksum_write1637 CCLD cksum_write_chunk1638 CCLD pio_write1639 CCLD pio_write_deco2d1640 CCLD test_byteswap1641 CCLD test_grib1642 CCLD test_month_adjust1643 CCLD test_table1644 CCLD test_cdf_read1645 CCLD test_resource_copy1646 CCLD test_cdf_write1647 CC pio_write.parallel.o1648 CC pio_write_setup_grid.parallel.o1649 CC simple_model.parallel.o1650 CC simple_model_helper.parallel.o1651 CC deco2d_model.parallel.o1652 CC test_resource_copy.parallel.o1653 CCLD test_resource_copy.parallel1654 CCLD pio_write.parallel1655 CCLD pio_write_deco2d.parallel1656make[2]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/tests'1657make check-TESTS1658make[2]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/tests'1659make[3]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/tests'1660============================================================================1661Testsuite summary for cdi 2.5.21662============================================================================1663# TOTAL: 01664# PASS: 01665# SKIP: 01666# XFAIL: 01667# FAIL: 01668# XPASS: 01669# ERROR: 01670============================================================================1671make[3]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/tests'1672make[2]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/tests'1673make[1]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/tests'1674make[1]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi'1675make[1]: Nothing to be done for 'check-am'.1676make[1]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi'1677make: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/examples/pio'1678 GEN collectData2003.parallel.F901679 PPFC collectData2003.parallel.o1680 FCLD collectData2003.parallel1681make: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/examples/pio'1682Making check in src1683make[1]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/src'1684make libcdiresunpack.la1685make[2]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/src'1686make[2]: 'libcdiresunpack.la' is up to date.1687make[2]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/src'1688make[1]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/src'1689Making check in interfaces1690make[1]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces'1691Making check in python1692make[2]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces/python'1693make[2]: Nothing to be done for 'check'.1694make[2]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces/python'1695make[2]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces'1696make 1697make[3]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces'1698Making all in python1699make[4]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces/python'1700make[4]: Nothing to be done for 'all'.1701make[4]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces/python'1702make[4]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces'1703make[4]: Nothing to be done for 'all-am'.1704make[4]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces'1705make[3]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces'1706make check-TESTS1707make[3]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces'1708make[4]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces'1709SKIP: test_cpp_nc.run1710SKIP: test_python_nc.run1711SKIP: test_ruby_grb.run1712SKIP: test_python_grb.run1713SKIP: test_ruby_nc.run1714============================================================================1715Testsuite summary for cdi 2.5.21716============================================================================1717# TOTAL: 51718# PASS: 01719# SKIP: 51720# XFAIL: 01721# FAIL: 01722# XPASS: 01723# ERROR: 01724============================================================================1725make[4]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces'1726make[3]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces'1727make[2]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces'1728make[1]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/interfaces'1729Making check in app1730make[1]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/app'1731make cdi1732make[2]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/app'1733make[2]: 'cdi' is up to date.1734make[2]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/app'1735make[1]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/app'1736Making check in examples1737make[1]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/examples'1738Making check in pio1739make[2]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/examples/pio'1740make[2]: Nothing to be done for 'check'.1741make[2]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/examples/pio'1742make[2]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/examples'1743make cdi_write_const cdi_read_f2003 cdi_write_f20031744make[3]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/examples'1745make[3]: 'cdi_write_const' is up to date.1746make[3]: 'cdi_read_f2003' is up to date.1747make[3]: 'cdi_write_f2003' is up to date.1748make[3]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/examples'1749make[2]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/examples'1750make[1]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/examples'1751Making check in tests1752make[1]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/tests'1753make calendar_test1 cksum_read cksum_verify cksum_write cksum_write_chunk pio_write pio_write_deco2d test_byteswap test_grib test_month_adjust test_resource_copy test_table test_cdf_read test_cdf_write pio_write.parallel pio_write_deco2d.parallel test_resource_copy.parallel1754make[2]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/tests'1755make[2]: 'calendar_test1' is up to date.1756make[2]: 'cksum_read' is up to date.1757make[2]: 'cksum_verify' is up to date.1758make[2]: 'cksum_write' is up to date.1759make[2]: 'cksum_write_chunk' is up to date.1760make[2]: 'pio_write' is up to date.1761make[2]: 'pio_write_deco2d' is up to date.1762make[2]: 'test_byteswap' is up to date.1763make[2]: 'test_grib' is up to date.1764make[2]: 'test_month_adjust' is up to date.1765make[2]: 'test_resource_copy' is up to date.1766make[2]: 'test_table' is up to date.1767make[2]: 'test_cdf_read' is up to date.1768make[2]: 'test_cdf_write' is up to date.1769make[2]: 'pio_write.parallel' is up to date.1770make[2]: 'pio_write_deco2d.parallel' is up to date.1771make[2]: 'test_resource_copy.parallel' is up to date.1772make[2]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/tests'1773make check-TESTS1774make[2]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/tests'1775make[3]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/tests'1776PASS: cksum_verify1777PASS: calendar_test11778PASS: test_byteswap.run1779PASS: test_cdf_transformation.run1780PASS: test_cksum_ext.run1781PASS: test_cksum_grb.run1782PASS: test_cksum_ieg.run1783PASS: test_cksum_nc.run1784PASS: pio_write_deco2d.run1785PASS: test_cksum_nc2.run1786PASS: pio_write.run1787PASS: test_cksum_grb2.run1788PASS: test_cksum_nc4.run1789PASS: test_grib.run1790PASS: test_month_adjust1791PASS: test_cdf_const.run1792PASS: test_cksum_nc_chunk.run1793PASS: test_resource_copy.run1794PASS: test_f2003.run1795PASS: test_cksum_srv.run1796PASS: test_table.run1797PASS: pio_cksum_asynch.run1798PASS: pio_cksum_fpguard.run1799PASS: pio_cksum_grb2.run1800PASS: pio_cksum_mpi_fw_at_all.run1801PASS: pio_cksum_mpi_fw_at_reblock.run1802PASS: pio_cksum_mpi_fw_ordered.run1803PASS: pio_cksum_mpinonb.run1804PASS: pio_cksum_nc.run1805PASS: pio_cksum_nc2.run1806PASS: pio_cksum_nc4.run1807PASS: pio_cksum_writer.run1808PASS: pio_write.parallel.run1809PASS: pio_write_deco2d.parallel.run1810PASS: pio_write_dist_array.run1811PASS: test_resource_copy.parallel.run1812============================================================================1813Testsuite summary for cdi 2.5.21814============================================================================1815# TOTAL: 361816# PASS: 361817# SKIP: 01818# XFAIL: 01819# FAIL: 01820# XPASS: 01821# ERROR: 01822============================================================================1823make[3]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/tests'1824make[2]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/tests'1825make[1]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi/tests'1826make[1]: Entering directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi'1827make[1]: Nothing to be done for 'check-am'.1828make[1]: Leaving directory '/scratch/hpc-ci/m214003/static/00701182/mpim-sw/libcdi'1829Slurm job ci-701182_1742808983 state: COMPLETED1831Job succeeded