SCOREC / gmshToPumi

Demonstrates the use of a Gmsh model and mesh in PUMI via the gmodel API
4 stars 1 forks source link

Maybe out of date??? #1

Open KennethEJansen opened 2 years ago

KennethEJansen commented 2 years ago

I tried running exactly the provided model with a recent version of gmsh (4.10.5) and it works to the point of gmshToPumi where it gives:

Info    : Done writing 'notch2D.msh'
Info    : Stopped on Sat Sep 24 17:05:17 2022 (From start: Wall 0.021129s, CPU 0.02s)
from_gmsh notch2D.dmg notch2D.msh notch2D-serial.smb
startsWith(marker, r->line) failed at /projects/tools/SCOREC-core/core/mds/mdsGmsh.cc + 115 
[viz003:22803] *** Process received signal ***
[viz003:22803] Signal: Aborted (6)
[viz003:22803] Signal code:  (-6)
[viz003:22803] [ 0] /lib/x86_64-linux-gnu/libpthread.so.0(+0xf890)[0x7f3b90329890]
[viz003:22803] [ 1] /lib/x86_64-linux-gnu/libc.so.6(gsignal+0x37)[0x7f3b8ffa4067]
[viz003:22803] [ 2] /lib/x86_64-linux-gnu/libc.so.6(abort+0x148)[0x7f3b8ffa5448]
[viz003:22803] [ 3] from_gmsh(noto_malloc+0x0)[0x50d123]
[viz003:22803] [ 4] from_gmsh[0x485511]
[viz003:22803] [ 5] from_gmsh[0x4856cf]
[viz003:22803] [ 6] from_gmsh[0x4860be]
[viz003:22803] [ 7] from_gmsh(_ZN3apf15loadMdsFromGmshEP9gmi_modelPKc+0x3d)[0x48619b]
[viz003:22803] [ 8] from_gmsh(main+0xa3)[0x481089]
[viz003:22803] [ 9] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5)[0x7f3b8ff90b45]
[viz003:22803] [10] from_gmsh[0x480f18]
[viz003:22803] *** End of error message ***
Makefile:15: recipe for target 'notch2D-serial.smb' failed
make: *** [notch2D-serial.smb] Aborted