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
invalid command name "reliability"
Moderators: silvia, selimgunay, mhscott, Moderators