Reliability Activation module

A place to ask questions on how to use OpenSees to perform Finite Element Reliability Analysis

Moderators: silvia, selimgunay, mhscott, Moderators

Post Reply
rbeber
Posts: 4
Joined: Wed Mar 16, 2016 11:13 am

Reliability Activation module

Post by rbeber » Wed Mar 16, 2016 11:32 am

Hi evryone!
I'm starting with the reliability analysis in OpenSees on SSI,
because I'm new I follow some examples and I have figured out that when I compiled OpenSees (V6123) on my laptop Linux I didn't change the FLAG about Reliability.

So now I have recompiled the last V6229 with the FLAG on the Makefile.def turned on:
''RELIABILITY = YES_RELIABILITY''
and it compile until
''make[1]: Leaving directory '/home/raniero/OpenSees/OTHER/METIS'
LIBRARIES BUILT ... NOW LINKING OpenSees PROGRAM''

but later is stopped to
''/home/raniero/lib/libOpenSees.a(FedeasMaterial.o):(.rodata._ZTV14FedeasMaterial[_ZTV14FedeasMaterial]+0x178): undefined reference to `MovableObject::getVariable(char const*, Information&)'
collect2: error: ld returned 1 exit status
Makefile:13: recipe for target 'tcl' failed
make[1]: *** [tcl] Error 1
make[1]: Leaving directory '/home/raniero/OpenSees/SRC/modelbuilder/tcl'
Makefile:48: recipe for target 'all' failed
make: *** [all] Error 2''

Any advise?

In the while I have tried to recompile OpenSees (V6123) Makefile.def that was working with the FLAG of reliability ON and actually is compiling but simply tiping
the command
''reliability''
is not recognized from OpenSees

Many Thanks
Raniero

Post Reply