hdf5 icon indicating copy to clipboard operation
hdf5 copied to clipboard

Update NVHPC to 24.3.

Open hyoklee opened this issue 11 months ago • 0 comments

This PR will reveal 2 test failures:

The following tests FAILED:
	 23 - H5TEST-dt_arith (Failed)
	 58 - H5TEST-dtransform (Failed)

dt_arith:

Testing hard signed char -> long double conversions
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff7c3cdd6 in H5T__conv_schar_ldouble () from /home/hyoklee/hdf5/nv/bin/libhdf5.so.1000
(gdb) where
#0  0x00007ffff7c3cdd6 in H5T__conv_schar_ldouble () from /home/hyoklee/hdf5/nv/bin/libhdf5.so.1000
#1  0x00007ffff7bd791b in H5T_convert_with_ctx () from /home/hyoklee/hdf5/nv/bin/libhdf5.so.1000
#2  0x00007ffff7bd75e6 in H5T_convert () from /home/hyoklee/hdf5/nv/bin/libhdf5.so.1000
#3  0x00007ffff7bcff2d in H5Tconvert () from /home/hyoklee/hdf5/nv/bin/libhdf5.so.1000
#4  0x0000000000417bb3 in ?? ()
#5  0x0000000000407677 in ?? ()
#6  0x00000000004038ae in ?? ()
#7  0x00007ffff4e00d90 in __libc_start_call_main (main=main@entry=0x403800, argc=argc@entry=1, argv=argv@entry=0x7fffffffe088)
    at ../sysdeps/nptl/libc_start_call_main.h:58
#8  0x00007ffff4e00e40 in __libc_start_main_impl (main=0x403800, argc=1, argv=0x7fffffffe088, init=<optimized out>,
    fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffe078) at ../csu/libc-start.c:392
#9  0x0000000000403525 in ?? ()

dtransform:

Testing contiguous, with type conversion (float->double)               PASSED

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff7c35bb4 in H5T__conv_float_ldouble () from /home/hyoklee/hdf5/nv/bin/libhdf5.so.1000
(gdb) where
#0  0x00007ffff7c35bb4 in H5T__conv_float_ldouble () from /home/hyoklee/hdf5/nv/bin/libhdf5.so.1000
#1  0x00007ffff7bd791b in H5T_convert_with_ctx () from /home/hyoklee/hdf5/nv/bin/libhdf5.so.1000
#2  0x00007ffff7bd75e6 in H5T_convert () from /home/hyoklee/hdf5/nv/bin/libhdf5.so.1000
#3  0x00007ffff788970d in H5D__scatgath_write () from /home/hyoklee/hdf5/nv/bin/libhdf5.so.1000
#4  0x00007ffff7840366 in H5D__contig_write () from /home/hyoklee/hdf5/nv/bin/libhdf5.so.1000
#5  0x00007ffff786bc26 in H5D__write () from /home/hyoklee/hdf5/nv/bin/libhdf5.so.1000
#6  0x00007ffff7cdaf6c in H5VL__native_dataset_write () from /home/hyoklee/hdf5/nv/bin/libhdf5.so.1000
#7  0x00007ffff7cc209b in ?? () from /home/hyoklee/hdf5/nv/bin/libhdf5.so.1000
#8  0x00007ffff7cae093 in H5VL_dataset_write_direct () from /home/hyoklee/hdf5/nv/bin/libhdf5.so.1000
#9  0x00007ffff780f7aa in ?? () from /home/hyoklee/hdf5/nv/bin/libhdf5.so.1000
#10 0x00007ffff7808f8d in H5Dwrite () from /home/hyoklee/hdf5/nv/bin/libhdf5.so.1000
#11 0x00000000004087d7 in ?? ()
#12 0x00007ffff5200d90 in __libc_start_call_main (main=main@entry=0x4023c0, argc=argc@entry=1, argv=argv@entry=0x7fffffffe078)
    at ../sysdeps/nptl/libc_start_call_main.h:58
#13 0x00007ffff5200e40 in __libc_start_main_impl (main=0x4023c0, argc=1, argv=0x7fffffffe078, init=<optimized out>,
    fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffe068) at ../csu/libc-start.c:392
#14 0x00000000004022a5 in ?? ()

hyoklee avatar Mar 18 '24 01:03 hyoklee