segmentation violation

This forum is for issues related to parallel processing
and OpenSees using the new interpreters OpenSeesSP and OpenSeesMP

Moderator: selimgunay

Post Reply
Alexandros
Posts: 14
Joined: Fri May 07, 2010 4:51 pm
Location: Notre Dame

segmentation violation

Post by Alexandros » Thu Sep 16, 2010 1:10 pm

I am using OpenSeesMP parallel.
First I had a problem to run the previous version of openseesMP with latest version of tcl (8.5) and i had to install tcl84 to do that. But now i can not run the latest version of opensees(2.2.0)

Second I am running the examples I found on OpenSees Parallel page but I always get this error message "child killed: segmentation violation" in the end of the analysis
for example, running ex3.tcl:

OpenSees > mpiexec -n 3 OpenSeesMP ex3.tcl

Random:
Hello from 1
Hello from 2
Ordered:
Hello from 1
Hello from 2
child killed: segmentation violation

can someone help me with this. For more complicated examples i dont get any results from the recorder.

OpenSees > mpiexec -n 2 OpenSeesMP ex5.tcl

Node:
Node: 4
Coordinates : 72 96
commitDisps: 0.530093 -0.177894
Velocities : 0 0
unbalanced Load: 0 0
ID : 0 1

4
Coordinates : 72 96
commitDisps: 0.530093 -0.177894
Velocities : 0 0
unbalanced Load: 100 -50
ID : 0 1


Node: 4
Coordinates : 72 96
commitDisps: 1.53009 -0.194007
Velocities : 0 0
unbalanced Load: 280.668 -50
ID : 0 1


Node: 4
Coordinates : 72 96
commitDisps: 1.53009 -0.194007
Velocities : 0 0
unbalanced Load: 0 0
ID : 0 1

child killed: segmentation violation
OpenSees > mpiexec -n 2 OpenSeesMP ex3.tcl

Random:
Hello from 1
Ordered:
Hello from 1
child killed: segmentation violation

Post Reply