geodynamics / vq

Virtual Quake is a boundary element code designed to investigate long term fault system behavior and interactions between faults through stress transfer.
Other
12 stars 24 forks source link

HDF5 error writing model file but Cmake test passes #165

Open kwschultz opened 8 years ago

kwschultz commented 8 years ago
186/207 Testing: mesh_two_taper_renorm_3000
186/207 Test: mesh_two_taper_renorm_3000
Command: "/Users/kasey/vq/build/src/mesher" "--import_file=../../../fault_traces/two_fault_1.txt" "--import_file_type=trace" "--import_trace_element_size=3000" "--taper_fault_method=taper_renorm" "--import_file=../../../fault_traces/two_fault_2.txt" "--import_file_type=trace" "--import_trace_element_size=3000" "--taper_fault_method=taper_renorm" "--export_file=two_fault_3000.txt" "--export_file_type=text" "--export_file=two_fault_3000.kml" "--export_file_type=kml" "--print_statistics=statistics_3000.txt"
Directory: /Users/kasey/vq/build/examples/two_fault/taper_renorm/
"mesh_two_taper_renorm_3000" start time: Apr 12 12:32 PDT
Output:
----------------------------------------------------------
# *** VQ Mesher Version 2.1.0 ***
# *** Git revision ID fd3945d53f96471f1e67e128e2496ad72ec58f1d ***
# *** QuakeLib 1.2.0 Git revision fd3945d53f96471f1e67e128e2496ad72ec58f1d ***
*** Summary of edits ***
File import ../../../fault_traces/two_fault_1.txt with type trace... done.
File import ../../../fault_traces/two_fault_2.txt with type trace... done.
Computing stress drops with stress_drop_factor=0.3
HDF5-DIAG: Error detected in HDF5 (1.10.0) thread 0:
  #000: H5T.c line 2149 in H5Tset_size(): not a datatype
    major: Invalid arguments to routine
    minor: Inappropriate type
HDF5-DIAG: Error detected in HDF5 (1.10.0) thread 0:
  #000: H5T.c line 2149 in H5Tset_size(): not a datatype
    major: Invalid arguments to routine
    minor: Inappropriate type
File export two_fault_3000.txt with type text... done.
File export two_fault_3000.kml with type kml... done.
Print statistics to statistics_3000.txt
<end of output>
Test time =   0.01 sec
----------------------------------------------------------
Test Passed.
"mesh_two_taper_renorm_3000" end time: Apr 12 12:32 PDT
"mesh_two_taper_renorm_3000" time elapsed: 00:00:00
----------------------------------------------------------