Error using OpenSeesSP

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

Moderator: selimgunay

Post Reply
dgale
Posts: 55
Joined: Fri Jan 15, 2016 4:01 am
Location: UPM

Error using OpenSeesSP

Post by dgale »

Hello everyone,
I'm starting to use OpenSeesSP and I have got that it works using 1 core but when I apply for more than 1 core, I obtain the following:

Example for 4 cores:
........................
job aborted:
rank: node: exit code [: error message]
0: WIN-VC9M7QD7A0: 123
1: WIN-VC9M7QD7A0: 123
2: WIN-VC9M7QD7A0: -1073741819: process 2 exited without calling finalize
3: WIN-VC9M7QD7A0: 123
........................

Whot does it mean? What can I do?

Thanks in advance
OmerOdabasi
Posts: 10
Joined: Tue Nov 15, 2016 1:49 am
Location: IUSS Pavia

Re: Error using OpenSeesSP

Post by OmerOdabasi »

I am encountering the the exact same problem. I have two different models. One of them runs fine on all threads but the other one can only run on one core?

Does anybody have an idea what might be causing such error?

Ömer.
PhD. Candidate
Earthquake Engineering
ROSE School - IUSS Pavia
OmerOdabasi
Posts: 10
Joined: Tue Nov 15, 2016 1:49 am
Location: IUSS Pavia

Re: Error using OpenSeesSP

Post by OmerOdabasi »

Okay, I seemed to have found the source of my own problem. I'll write it down here just for the records.

In my model I had some SHELLMITC4 elements and they inherited LayeredShell sections. Apparently, Mumps doesn't like it. Soon as I switched to ElasticMembranePlateSection, things went back to normal.

Ömer.
PhD. Candidate
Earthquake Engineering
ROSE School - IUSS Pavia
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Error using OpenSeesSP

Post by fmk »

thanks .. probably LayeredShellSection is not working in parallel.

can you post the section and materials commands
OmerOdabasi
Posts: 10
Joined: Tue Nov 15, 2016 1:49 am
Location: IUSS Pavia

Re: Error using OpenSeesSP

Post by OmerOdabasi »

Please find them below:

****************************************************
M A T E R I A L S
****************************************************

# --------------------------------------------------------------------------------------------------------------------------------------------------
# U N I A X I A L : S T E E L 0 2
# --------------------------------------------------------------------------------------------------------------------------------------------------
# uniaxialMaterial Steel02 $matTag $Fy $E $b $R0 $cR1 $cR2 [$a1 $a2 $a3 $a4 $sigInit]
# --------------------------------------------------------------------------------------------------------------------------------------------------
uniaxialMaterial Steel02 800 465000 2E+08 0.0005 18.5 0.925 0.15;
uniaxialMaterial MinMax 100 800 -min -0.035 -max 0.1 ;

uniaxialMaterial Steel02 801 465000 2E+08 0.0005 18.5 0.925 0.15;
uniaxialMaterial MinMax 101 801 -min -0.1 -max 0.1 ;

# --------------------------------------------------------------------------------------------------------------------------------------------------
# n D M A T E R I A L : P L A N E U S E R S T R E S S M A T
# --------------------------------------------------------------------------------------------------------------------------------------------------
# nDMaterial PlaneStressUserMaterial $matTag 40 7 $fc $ft $fcu $epsc0 $epscu $epstu $stc
# --------------------------------------------------------------------------------------------------------------------------------------------------
nDMaterial PlaneStressUserMaterial 2000 40 7 31250 1960 -6275 -0.0024 -0.006 0.001 0.08;
nDMaterial PlaneStressUserMaterial 2001 40 7 40370 1960 -8074 -0.0085 -0.044 0.001 0.08;

# --------------------------------------------------------------------------------------------------------------------------------------------------
# n D M A T E R I A L : P L A T E F R O M P L A N E S T R E S S
# --------------------------------------------------------------------------------------------------------------------------------------------------
# nDMaterial PlateFromPlaneStress $newmatTag $matTag $OutofPlaneModulus
# --------------------------------------------------------------------------------------------------------------------------------------------------
nDMaterial PlateFromPlaneStress 2500 2000 1.0584E+07;
nDMaterial PlateFromPlaneStress 2501 2001 1.0584E+07;

# --------------------------------------------------------------------------------------------------------------------------------------------------
# n D M A T E R I A L : P L A T E R E B A R
# --------------------------------------------------------------------------------------------------------------------------------------------------
# nDMaterial PlateRebar $newmatTag $matTag $sita
# --------------------------------------------------------------------------------------------------------------------------------------------------
nDMaterial PlateRebar 3000 100 90;
nDMaterial PlateRebar 3001 101 0;


****************************************************
S E C T I O N
****************************************************
section LayeredShell 2 8 2500 0.025 3001 0.000335 3000 0.000443 2500 0.0991 2500 0.0991 3000 0.000443 3001 0.000335 2500 0.025;
PhD. Candidate
Earthquake Engineering
ROSE School - IUSS Pavia
dgale
Posts: 55
Joined: Fri Jan 15, 2016 4:01 am
Location: UPM

Re: Error using OpenSeesSP

Post by dgale »

Thank you very much, I also use LayeredShell sections.
paysheen
Posts: 28
Joined: Wed Feb 22, 2017 4:18 am
Location: Tehran Polytechnique

Re: Error using OpenSeesSP

Post by paysheen »

So, is not it possible to use shellmitc4 via openseesSP?
nmaymandi
Posts: 2
Joined: Mon May 31, 2021 4:33 am

Re: Error using OpenSeesSP

Post by nmaymandi »

fmk wrote: Wed May 02, 2018 8:39 pm thanks .. probably LayeredShellSection is not working in parallel.

can you post the section and materials commands
Is this still the case? we can not use LayeredShell for parallel processing?
stevendallas
Posts: 1
Joined: Sun Sep 10, 2023 2:48 am

Re: Error using OpenSeesSP

Post by stevendallas »

Make sure that your system has enough computational resources superfoamusa (CPU, memory) available to run OpenSeesSP on multiple cores. Running out of memory or exceeding CPU limits can cause crashes.
Post Reply