Soil Modeling-UCSD materials in OpenSeesSP (PDMY & PDMY02)

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

Moderator: selimgunay

Post Reply
zanakarimi
Posts: 27
Joined: Mon May 14, 2012 11:07 am
Location: University of Colorado Boulder
Contact:

Soil Modeling-UCSD materials in OpenSeesSP (PDMY & PDMY02)

Post by zanakarimi » Thu Dec 05, 2013 1:44 pm

I have a 3D site response model using SSPbrickUP element type and PressureDependMultiYield Material. I can run my model in OpenSeesSP.exe with PDMY material but not for PDMY02.
When I use PDMY02 materials, I get the following error:

"FEM_ObjectBrokerAllClasses::getNewNDMaterial - - no NDMaterial type exists for class tag 103
WARNING SSPbrickUP::recvSelf<> - 1 failed to get a blank Material of type 103
job aborted:
rank: node: exit code [: error massage]
0: zaka-PC: 123
1: zaka-PC: -1073741819: process 1 exited without calling finalize
child process exited abnormally"

I should mention that I can run the same model with PDMY02 but with -np=1. The problem exists when I use multiple processors. It seems that the software cannot get the PDMY02 material type associated with element when the domain is decomposed.

Any idea on this issue will be really appreciated.
Thanks,

brag006
Posts: 173
Joined: Wed Feb 15, 2012 1:26 pm
Location: University of Auckland

Re: Soil Modeling-UCSD materials in OpenSeesSP (PDMY & PDMY

Post by brag006 » Thu Dec 05, 2013 2:26 pm

Check my reply to your other post. But basically need to make a few adjustments to FEM_ObjectBrokerAllClasses.cpp. Are you compiling the source code or just using the binary provided?

zanakarimi
Posts: 27
Joined: Mon May 14, 2012 11:07 am
Location: University of Colorado Boulder
Contact:

Re: Soil Modeling-UCSD materials in OpenSeesSP (PDMY & PDMY

Post by zanakarimi » Fri Dec 06, 2013 11:01 am

No I am not compiling the code. Can I use your own compiled version please?
Contact me at: karimi.zanaATgmail.com

fmk
Site Admin
Posts: 5883
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Soil Modeling-UCSD materials in OpenSeesSP (PDMY & PDMY

Post by fmk » Mon Dec 16, 2013 10:24 am

the latest download should include the missing code.

Post Reply