KratosMultiphysics / Kratos

Kratos Multiphysics (A.K.A Kratos) is a framework for building parallel multi-disciplinary simulation software. Modularity, extensibility and HPC are the main objectives. Kratos has BSD license and is written in C++ with extensive Python interface.
https://kratosmultiphysics.github.io/Kratos/
Other
1.03k stars 244 forks source link

Problem in example DEM-Pack 3D #10122

Open LVilla96 opened 2 years ago

LVilla96 commented 2 years ago

Hello, I installed GID 15 developer version, and it presents a problem when running the example in 3D and any other figure, as indicated in the following image:

error 3d

The error window shows the following:

/home/engineer-user/GiDx64/gid-15.1.6d/problemtypes/kratos.gid/exec/pip.unix.bat: línea 13: 713378 Violación de segmento $kratos_python_exe MainKratos.py > "$2/$1.info" 2> "$2/$1.err" /home/engineer-user/GiDx64/gid-15.1.6d/problemtypes/kratos.gid/exec/pip.unix.bat: línea 13: 713388 Violación de segmento $kratos_python_exe MainKratos.py > "$2/$1.info" 2> "$2/$1.err" /home/engineer-user/GiDx64/gid-15.1.6d/problemtypes/kratos.gid/exec/pip.unix.bat: línea 13: 713413 Violación de segmento $kratos_python_exe MainKratos.py > "$2/$1.info" 2> "$2/$1.err"

maceligueta commented 2 years ago

Hi @LVilla96 Please check if you have something assigned in "custom submodelparts". If you do, remove that assignation. We detected (late) that this feature is not really supported. I know it comes with the example but it should not be there and this feature has been removed for the next versions of the GUI. Please let us know if this solved your problem.

LVilla96 commented 2 years ago

@maceligueta "custom submodel part" does not seem to be assigned, test example is attached

https://drive.google.com/drive/folders/1O9-d1loQ3ZKHn_OJn5UxIMK6obWnrH6Z?usp=sharing

submodelparts

maceligueta commented 2 years ago

Hi @LVilla96 , the test_example.gid seems to be a DAM Application example. Are you sure this is the one?