"Restarting kernel" Problem

Forum for asking and answering questions related to use of the OpenSeesPy module

Moderators: silvia, selimgunay, Moderators

Post Reply
DavidMk
Posts: 1
Joined: Wed Mar 22, 2023 10:57 pm

"Restarting kernel" Problem

Post by DavidMk » Wed Mar 22, 2023 11:06 pm

I wrote a new steel material model for OpenSees. When I test it in cyclic pushover analysis and time history analysis in Openseespy using Spyder, it occasionally goes into "restarting kernel..." after quite a lot of steps (in the middle of the analysis). Does anyone know what would be the possible reason that cause this problem?

mhscott
Posts: 868
Joined: Tue Jul 06, 2004 3:38 pm
Location: Corvallis, Oregon USA
Contact:

Re: "Restarting kernel" Problem

Post by mhscott » Thu Mar 23, 2023 6:18 am

Use the ops.logFile command to get the output. You might see something there. Probably a memory leak or seg fault in your material model, assuming this does not happen with one of the already available material models.

Post Reply