invalid command name "reliability"

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

Moderators: silvia, selimgunay, mhscott, Moderators

Post Reply
assimi
Posts: 17
Joined: Wed Mar 30, 2016 11:16 am
Location: University of Adelaide

invalid command name "reliability"

Post by assimi » Tue Apr 02, 2019 6:16 pm

Hi all.

I want to learn more about reliability analysis features of OpenSees. So, I started with the youtube video of https://www.youtube.com/watch?v=Nsv5otRuWLw. When I tried to run the examples using my standalone OpenSees with ver 2.5. I failed because I got this error: invalid command name "reliability"

I downloaded version 3 from GitHub and I compiled it myself on Ubuntu following the makefile instructions and I also modified the makefile in addition as follows,

RELIABILITY = YES_RELIABILITY &

in the section of MACHINE_NUMERICAL_LIBS, I ADDED: $(RELIABILITY_LIBRARY) \

and

ifeq ($(RELIABILITY), YES_RELIABILITY)
RELIABILITY_LIBRARY = $(HOME)/lib/libReliability.a
else
RELIABILITY_LIBRARY =
endif

but still, after compilation, I get the same error of: invalid command name "reliability"

Would you please help me out!

Best wishes,
Hirad

Post Reply