OpenSeesMP error on Linux

Forum for OpenSees users to post questions, comments, etc. on the use of the OpenSees interpreter, OpenSees.exe

Moderators: silvia, selimgunay, Moderators

Post Reply
rafetsisman
Posts: 32
Joined: Wed Apr 24, 2013 8:49 am
Location: Yildiz Technical University

OpenSeesMP error on Linux

Post by rafetsisman »

Hi,

I am trying to perform transient analysis with OpenSeesMP on a Lİnux system. OpenSeesMP can generate (load/source) the model but when it comes to analysis operator(or object), it always returns the error below:

Error! Unknown CType: -1
mpirun noticed ... on signal 11 (Segmentation fault)."

Without the analysis object part OpenSeesMP runs successfully (i mean it can load the model). The analysis object I defined is as follows:

constraints Transformation
test NormDispIncr 5e-5 1000 1
algorithm Newton # (i also tried KrylovNewton)
numberer RCM # (i also tried parallelRCM and parallelPlain)
system Mumps
integrator Newmark 0.5 0.25
analysis Transient
analyze $motionSteps $motionDT

Is there a problem with the analysis options I used?

By the way, the model runs successfully on Windows by using OpenSeesSP.

Thanks in advance,

Rafet
Post Reply