Search found 69 matches

by gourik
Thu Aug 20, 2015 1:39 am
Forum: Framework
Topic: I want to set the NGA motions' pga, what should i do?
Replies: 3
Views: 5742

Re: I want to set the NGA motions' pga, what should i do?

Dear admin,

I am also getting the same error while executing one of the prog from TeraGridExamples

PeerMotion::PeerMotion() - could not find nPts in record, send email opensees-support@berkeley.edu
Domain::addLoadPattern - cannot add as LoadPattern with tag2already exists in model
WARNING could not add load pattern to the domain UniformExcitation 2 - Not Printing the GroundMotion
0
while executing
"pattern UniformExcitation 2 1 -accel $Gaccel"
("foreach" body line 23)
invoked from within
"foreach gMotion [glob -nocomplain -directory GM *.AT2] {
if {[expr $count % $numP] == $pid} {

puts "$pid $count $gMotion"
set ok..."
(file "Example2_test1.tcl" line 17)


Please help me regarding this
by gourik
Tue Jul 07, 2015 12:52 am
Forum: Feature Requests/Future Directions
Topic: regarding svn download of 2.4.6
Replies: 3
Views: 10927

Re: regarding svn download of 2.4.6

Hello Sir,

Unfortunately svn://peera.berkeley.edu/usr/local/svn/OpenSees/trunk is also not working giving same issue of host connectivity :(
by gourik
Mon Jul 06, 2015 1:25 am
Forum: Feature Requests/Future Directions
Topic: regarding svn download of 2.4.6
Replies: 3
Views: 10927

regarding svn download of 2.4.6

Dear Admin,

not able to connect to the server . Its giving error ..
link used svn://opensees.berkeley.edu/usr/local/svn/OpenSees/trunk
erroe message is saying " cannot connect to host,..connection failed because host failed to respong


Please help regarding this,

Regards,
Gouri
by gourik
Thu Jun 04, 2015 9:54 pm
Forum: Framework
Topic: svn Download problem ?
Replies: 41
Views: 32796

Re: svn Download problem ?

Check with your system administrator. This issue is related with permissions and not with internet connetion
by gourik
Thu May 28, 2015 2:12 am
Forum: Framework
Topic: svn Download problem ?
Replies: 41
Views: 32796

Re: svn Download problem ?

Its probably because svn access is restricted. Please check this with your site administrator.
by gourik
Thu May 28, 2015 2:10 am
Forum: Framework
Topic: svn Download problem ?
Replies: 41
Views: 32796

Re: svn Download problem ?

Its probably because may be svn access is restricted. Please check the same with your site administrator.
by gourik
Mon May 11, 2015 8:09 pm
Forum: OpenSees.exe Users
Topic: problem while creating steel02
Replies: 6
Views: 6469

Re: problem while creating steel02

Dear fmk,

Thanks for quick updates. Binary is not available for linux workstation, only windows/mac os are there. in such a case any other alternative is available or not?


Regards,
Gouri
by gourik
Mon May 11, 2015 12:54 am
Forum: OpenSees.exe Users
Topic: problem while creating steel02
Replies: 6
Views: 6469

Re: problem while creating steel02

Dear fmk,

This problem occurs with other sample eg given by Prof Xin-Zheng when I run them with OpenSees 2.4.5. When I changed the material it throws another error of PSUMAT Note defined in this version. Source code restricted.

Same example when I modified for other material, it throws the second error.

Please help me regarding this.

Regards,
Gouri
by gourik
Wed May 06, 2015 8:14 pm
Forum: OpenSees.exe Users
Topic: problem while creating steel02
Replies: 6
Views: 6469

Re: problem while creating steel02

Dear fmk

Thanks for immediate reply. I am using OpenSees 2.4.5 and os is linux redhat enterprise 6.5

Thanks,
Gouri
by gourik
Wed May 06, 2015 4:09 am
Forum: OpenSees.exe Users
Topic: problem while creating steel02
Replies: 6
Views: 6469

problem while creating steel02

Hi,

I am getting following error

WARNING could not create uniaxialMaterial Steel02

while executing
"uniaxialMaterial Steel02 101 455700000.00000 199999995904.000000 0.00100 18.5 0.925 0.15 0.04 1.0 0.04 1.0"
(file "opensees.tcl" line 32250)
invoked from within
"source opensees.tcl"
(file "dynamic.tcl" line 4)

while runnig test eg on OpenSees gpu ..
by gourik
Mon Apr 27, 2015 10:18 pm
Forum: Parallel Processing
Topic: OpenSees Parallel linux
Replies: 22
Views: 20660

Re: OpenSees Parallel linux

Resolved this error by modifiying makefile in sparseGen directory. Somehow mentioned *.o files were not generated. compilor was not going inside the loop of
ifeq ($(PROGRAMMING_MODE), PARALLEL) , so required DistributedSuperLU.o \ DistributedSparseGenColLinSOE.o \ DistributedSparseGenRowLinSOE.o \
files were not getiing generated.
Removed space after line ifeq ($(PROGRAMMING_MODE), PARALLEL) . It worked.

Thanks fmk for your help. Now both parallel versions available with me.

Do you have any guidelines for OpenSeesGPU on linux.
by gourik
Thu Apr 16, 2015 4:25 am
Forum: Parallel Processing
Topic: OpenSees Parallel linux
Replies: 22
Views: 20660

Re: OpenSees Parallel linux

Hello fmk,

I got OpenSeesMP compiled sucessfully. But when I am using same Makefile only changing Programming Mode to Parrallel for OpenSeesSP I got following error

/home/gourik/OpenSees_PAR/OpenSees_SP/OpenSees/SRC/tcl/commands.o: In function `specifySOE(void*, Tcl_Interp*, int, char const**)':
/home/gourik/OpenSees_PAR/OpenSees_SP/OpenSees/SRC/tcl/commands.cpp:2934: undefined reference to `DistributedSparseGenColLinSOE::DistributedSparseGenColLinSOE(SparseGenColLinSolver&)'
/home/gourik/OpenSees_PAR/OpenSees_SP/OpenSees/SRC/tcl/commands.cpp:2911: undefined reference to `DistributedSuperLU::DistributedSuperLU(int, int)'
/home/gourik/OpenSees_PAR/OpenSees_SP/lib/libOpenSees.a(FEM_ObjectBrokerAllClasses.o): In function `FEM_ObjectBrokerAllClasses::getNewLinearSOE(int)':
/home/gourik/OpenSees_PAR/OpenSees_SP/OpenSees/SRC/actor/objectBroker/FEM_ObjectBrokerAllClasses.cpp:2014: undefined reference to `DistributedSparseGenColLinSOE::DistributedSparseGenColLinSOE()'
collect2: ld returned 1 exit status

Please help me to get through this issue.

Regards,
Gouri
by gourik
Sun Apr 12, 2015 11:14 pm
Forum: OpenSees.exe Users
Topic: OpenSees 2.4.5
Replies: 4
Views: 5263

Re: OpenSees 2.4.5

hello fmk,

Thanks for help
I am getting the download url on http://opensees.berkeley.edu/OpenSees/d ... wnload.php. here you can find old releases also

regarding svn .. issue was only http, https and ftp ports are open in our research organization. for other we need to specially make request.

Thanks again,
Gouri
by gourik
Wed Apr 08, 2015 8:59 pm
Forum: OpenSees.exe Users
Topic: OpenSees 2.4.5
Replies: 4
Views: 5263

Re: OpenSees 2.4.5

I have added the link where I was searching but its not available. and got the same previous error svn: Can't connect to host 'opensees.berkeley.edu': Connection timed out
by gourik
Wed Apr 08, 2015 12:50 am
Forum: OpenSees.exe Users
Topic: OpenSees 2.4.5
Replies: 4
Views: 5263

OpenSees 2.4.5

I am unable to download tar.gz for unix system link directs to old version viz http://opensees.berkeley.edu/OpenSees/c ... 3.2.tar.gz
which is also shows error. svn download shows error of unable to connect the server.


Regards,
Gouri