Error message in OpenSeesMP
Moderators: silvia, selimgunay, Moderators
-
- Posts: 52
- Joined: Mon Jul 26, 2010 12:30 am
- Location: Isfahan University of Technology
Error message in OpenSeesMP
When I run my model in OpenseesMP it prints the following error:
parallelMumpeSolver:: Error -9 returned in substitution dmumps
what is the cause of this error?
parallelMumpeSolver:: Error -9 returned in substitution dmumps
what is the cause of this error?
Hadi Sayadpour
Ph.D. Candidate
IUT
Ph.D. Candidate
IUT
Re: Error message in OpenSeesMP
probably the model .. did you run 1 step sequentaiily to see if that worked.
-
- Posts: 52
- Joined: Mon Jul 26, 2010 12:30 am
- Location: Isfahan University of Technology
Re: Error message in OpenSeesMP
Frank,
I run it sequentially and it worked well.
I have some MPConstraints (equalDOF) in my model. when I deactive this constraints every thing is well but when I activate those, the error will appear.
I used Penalty method to impose constraints and there is no problem with the sequential OpenSees but in the parallel version (OpenSeesMP) the error will appear when I use factors greater than 1e10 for penalty method.
Do you have any idea about this problem?
I run it sequentially and it worked well.
I have some MPConstraints (equalDOF) in my model. when I deactive this constraints every thing is well but when I activate those, the error will appear.
I used Penalty method to impose constraints and there is no problem with the sequential OpenSees but in the parallel version (OpenSeesMP) the error will appear when I use factors greater than 1e10 for penalty method.
Do you have any idea about this problem?
Hadi Sayadpour
Ph.D. Candidate
IUT
Ph.D. Candidate
IUT
Re: Error message in OpenSeesMP
for each MP constraint added in a processor, the 2 nodes must only exist on that processor.
-
- Posts: 52
- Joined: Mon Jul 26, 2010 12:30 am
- Location: Isfahan University of Technology
Re: Error message in OpenSeesMP
So what should I do if for example I have nodes 100 and 101 in two processors and I want to tie them together?
I should tie them in just one of these two processors and they will tie together in both two processors?!
I should tie them in just one of these two processors and they will tie together in both two processors?!
Hadi Sayadpour
Ph.D. Candidate
IUT
Ph.D. Candidate
IUT
Re: Error message in OpenSeesMP
the 2 nodes have to exist in the processor containing the MP constraint .. you might try adding the nodes and constraint to both .. i don't believe the nodes have to be attached to any ele . but it has been awhile since i wrote the source code.