diff '--color=auto' -c -r source/IO/IOMain/hdf5/parallel/NoFbs/io_h5write_facevars.c ../FLASHOR/source/IO/IOMain/hdf5/parallel/NoFbs/io_h5write_facevars.c *** source/IO/IOMain/hdf5/parallel/NoFbs/io_h5write_facevars.c 2017-12-08 18:32:30.000000000 -0500 --- ../FLASHOR/source/IO/IOMain/hdf5/parallel/NoFbs/io_h5write_facevars.c 2018-05-18 20:40:02.464167266 -0400 *************** *** 242,254 **** the dataset "record_label_new" before creating / writing attributes, so "record_label_new" should be closed before the call. */ ! io_h5_attribute_create(*myPE, (int)*file_identifier, attType, dims, diskSize, record_label_new, minLabel); ! io_h5_attribute_write(*myPE, (int)*file_identifier, attType, record_label_new, minLabel, varMin); ! io_h5_attribute_create(*myPE, (int)*file_identifier, attType, dims, diskSize, record_label_new, maxLabel); ! io_h5_attribute_write(*myPE, (int)*file_identifier, attType, record_label_new, maxLabel, varMax); } --- 242,254 ---- the dataset "record_label_new" before creating / writing attributes, so "record_label_new" should be closed before the call. */ ! io_h5_attribute_create(*myPE, *file_identifier, attType, dims, diskSize, record_label_new, minLabel); ! io_h5_attribute_write(*myPE, *file_identifier, attType, record_label_new, minLabel, varMin); ! io_h5_attribute_create(*myPE, *file_identifier, attType, dims, diskSize, record_label_new, maxLabel); ! io_h5_attribute_write(*myPE, *file_identifier, attType, record_label_new, maxLabel, varMax); } diff '--color=auto' -c -r source/IO/IOMain/hdf5/parallel/NoFbs/io_h5write_unknowns.c ../FLASHOR/source/IO/IOMain/hdf5/parallel/NoFbs/io_h5write_unknowns.c *** source/IO/IOMain/hdf5/parallel/NoFbs/io_h5write_unknowns.c 2017-12-08 18:32:30.000000000 -0500 --- ../FLASHOR/source/IO/IOMain/hdf5/parallel/NoFbs/io_h5write_unknowns.c 2018-05-18 20:40:02.464516570 -0400 *************** *** 201,213 **** the dataset "record_label_new" before creating / writing attributes, so "record_label_new" should be closed before the call. */ ! io_h5_attribute_create(*myPE, (int)*file_identifier, attType, dims, diskSize, record_label_new, minLabel); ! io_h5_attribute_write(*myPE, (int)*file_identifier, attType, record_label_new, minLabel, varMin); ! io_h5_attribute_create(*myPE, (int)*file_identifier, attType, dims, diskSize, record_label_new, maxLabel); ! io_h5_attribute_write(*myPE, (int)*file_identifier, attType, record_label_new, maxLabel, varMax); } --- 201,213 ---- the dataset "record_label_new" before creating / writing attributes, so "record_label_new" should be closed before the call. */ ! io_h5_attribute_create(*myPE, *file_identifier, attType, dims, diskSize, record_label_new, minLabel); ! io_h5_attribute_write(*myPE, *file_identifier, attType, record_label_new, minLabel, varMin); ! io_h5_attribute_create(*myPE, *file_identifier, attType, dims, diskSize, record_label_new, maxLabel); ! io_h5_attribute_write(*myPE, *file_identifier, attType, record_label_new, maxLabel, varMax); } diff '--color=auto' -c -r source/IO/IOMain/hdf5/parallel/NoFbs/io_h5write_unknowns_sp.c ../FLASHOR/source/IO/IOMain/hdf5/parallel/NoFbs/io_h5write_unknowns_sp.c *** source/IO/IOMain/hdf5/parallel/NoFbs/io_h5write_unknowns_sp.c 2017-12-08 18:32:30.000000000 -0500 --- ../FLASHOR/source/IO/IOMain/hdf5/parallel/NoFbs/io_h5write_unknowns_sp.c 2018-05-18 20:40:02.464911392 -0400 *************** *** 206,218 **** the dataset "record_label_new" before creating / writing attributes, so "record_label_new" should be closed before the call. */ ! io_h5_attribute_create(*myPE, (int)*file_identifier, attType, dims, diskSize, record_label_new, minLabel); ! io_h5_attribute_write(*myPE, (int)*file_identifier, attType, record_label_new, minLabel, varMin); ! io_h5_attribute_create(*myPE, (int)*file_identifier, attType, dims, diskSize, record_label_new, maxLabel); ! io_h5_attribute_write(*myPE, (int)*file_identifier, attType, record_label_new, maxLabel, varMax); } --- 206,218 ---- the dataset "record_label_new" before creating / writing attributes, so "record_label_new" should be closed before the call. */ ! io_h5_attribute_create(*myPE, *file_identifier, attType, dims, diskSize, record_label_new, minLabel); ! io_h5_attribute_write(*myPE, *file_identifier, attType, record_label_new, minLabel, varMin); ! io_h5_attribute_create(*myPE, *file_identifier, attType, dims, diskSize, record_label_new, maxLabel); ! io_h5_attribute_write(*myPE, *file_identifier, attType, record_label_new, maxLabel, varMax); } diff '--color=auto' -c -r source/IO/IOMain/hdf5/parallel/PM/io_h5write_unknowns.c ../FLASHOR/source/IO/IOMain/hdf5/parallel/PM/io_h5write_unknowns.c *** source/IO/IOMain/hdf5/parallel/PM/io_h5write_unknowns.c 2017-12-08 18:32:30.000000000 -0500 --- ../FLASHOR/source/IO/IOMain/hdf5/parallel/PM/io_h5write_unknowns.c 2018-05-18 20:40:02.465906218 -0400 *************** *** 235,248 **** writing attributes, so "record_label_new" should be closed before the call. */ ! io_h5_attribute_create(*myPE, (int)*file_identifier, attType, dims, diskSize, record_label_new, minLabel); ! io_h5_attribute_write(*myPE, (int)*file_identifier, attType, record_label_new, minLabel, varMin); ! io_h5_attribute_create(*myPE, (int)*file_identifier, attType, dims, diskSize, record_label_new, maxLabel); ! io_h5_attribute_write(*myPE, (int)*file_identifier, attType, record_label_new, maxLabel, varMax); } } --- 235,248 ---- writing attributes, so "record_label_new" should be closed before the call. */ ! io_h5_attribute_create(*myPE, *file_identifier, attType, dims, diskSize, record_label_new, minLabel); ! io_h5_attribute_write(*myPE, *file_identifier, attType, record_label_new, minLabel, varMin); ! io_h5_attribute_create(*myPE, *file_identifier, attType, dims, diskSize, record_label_new, maxLabel); ! io_h5_attribute_write(*myPE, *file_identifier, attType, record_label_new, maxLabel, varMax); } } diff '--color=auto' -c -r source/IO/IOMain/hdf5/parallel/PM/io_h5write_unknowns_sp.c ../FLASHOR/source/IO/IOMain/hdf5/parallel/PM/io_h5write_unknowns_sp.c *** source/IO/IOMain/hdf5/parallel/PM/io_h5write_unknowns_sp.c 2017-12-08 18:32:30.000000000 -0500 --- ../FLASHOR/source/IO/IOMain/hdf5/parallel/PM/io_h5write_unknowns_sp.c 2018-05-18 20:40:02.466267585 -0400 *************** *** 287,300 **** writing attributes, so "record_label_new" should be closed before the call. */ ! io_h5_attribute_create(*myPE, (int)*file_identifier, attType, dims, diskSize, record_label_new, minLabel); ! io_h5_attribute_write(*myPE, (int)*file_identifier, attType, record_label_new, minLabel, varMin); ! io_h5_attribute_create(*myPE, (int)*file_identifier, attType, dims, diskSize, record_label_new, maxLabel); ! io_h5_attribute_write(*myPE, (int)*file_identifier, attType, record_label_new, maxLabel, varMax); } } --- 287,300 ---- writing attributes, so "record_label_new" should be closed before the call. */ ! io_h5_attribute_create(*myPE, *file_identifier, attType, dims, diskSize, record_label_new, minLabel); ! io_h5_attribute_write(*myPE, *file_identifier, attType, record_label_new, minLabel, varMin); ! io_h5_attribute_create(*myPE, *file_identifier, attType, dims, diskSize, record_label_new, maxLabel); ! io_h5_attribute_write(*myPE, *file_identifier, attType, record_label_new, maxLabel, varMax); } } diff '--color=auto' -c -r source/IO/IOMain/hdf5/parallel/UG/io_h5write_unknowns.c ../FLASHOR/source/IO/IOMain/hdf5/parallel/UG/io_h5write_unknowns.c *** source/IO/IOMain/hdf5/parallel/UG/io_h5write_unknowns.c 2017-12-08 18:32:30.000000000 -0500 --- ../FLASHOR/source/IO/IOMain/hdf5/parallel/UG/io_h5write_unknowns.c 2018-05-18 20:40:02.467805785 -0400 *************** *** 227,240 **** writing attributes, so "record_label_new" should be closed before the call. */ ! io_h5_attribute_create(*myPE, (int)*file_identifier, attType, dims, diskSize, record_label_new, minLabel); ! io_h5_attribute_write(*myPE, (int)*file_identifier, attType, record_label_new, minLabel, varMin); ! io_h5_attribute_create(*myPE, (int)*file_identifier, attType, dims, diskSize, record_label_new, maxLabel); ! io_h5_attribute_write(*myPE, (int)*file_identifier, attType, record_label_new, maxLabel, varMax); } } --- 227,240 ---- writing attributes, so "record_label_new" should be closed before the call. */ ! io_h5_attribute_create(*myPE, *file_identifier, attType, dims, diskSize, record_label_new, minLabel); ! io_h5_attribute_write(*myPE, *file_identifier, attType, record_label_new, minLabel, varMin); ! io_h5_attribute_create(*myPE, *file_identifier, attType, dims, diskSize, record_label_new, maxLabel); ! io_h5_attribute_write(*myPE, *file_identifier, attType, record_label_new, maxLabel, varMax); } } diff '--color=auto' -c -r source/IO/IOMain/hdf5/parallel/UG/io_h5write_unknowns_sp.c ../FLASHOR/source/IO/IOMain/hdf5/parallel/UG/io_h5write_unknowns_sp.c *** source/IO/IOMain/hdf5/parallel/UG/io_h5write_unknowns_sp.c 2017-12-08 18:32:30.000000000 -0500 --- ../FLASHOR/source/IO/IOMain/hdf5/parallel/UG/io_h5write_unknowns_sp.c 2018-05-18 20:40:02.468310957 -0400 *************** *** 276,289 **** writing attributes, so "record_label_new" should be closed before the call. */ ! io_h5_attribute_create(*myPE, (int)*file_identifier, attType, dims, diskSize, record_label_new, minLabel); ! io_h5_attribute_write(*myPE, (int)*file_identifier, attType, record_label_new, minLabel, varMin); ! io_h5_attribute_create(*myPE, (int)*file_identifier, attType, dims, diskSize, record_label_new, maxLabel); ! io_h5_attribute_write(*myPE, (int)*file_identifier, attType, record_label_new, maxLabel, varMax); } } --- 276,289 ---- writing attributes, so "record_label_new" should be closed before the call. */ ! io_h5_attribute_create(*myPE, *file_identifier, attType, dims, diskSize, record_label_new, minLabel); ! io_h5_attribute_write(*myPE, *file_identifier, attType, record_label_new, minLabel, varMin); ! io_h5_attribute_create(*myPE, *file_identifier, attType, dims, diskSize, record_label_new, maxLabel); ! io_h5_attribute_write(*myPE, *file_identifier, attType, record_label_new, maxLabel, varMax); } }