Search found 103 matches

by kengawk
Sun Jan 08, 2017 4:39 pm
Forum: OpenSees.exe Users
Topic: How can I read the completed results in OpenSees?
Replies: 2
Views: 3115

Re: How can I read the completed results in OpenSees?

Thanks a lot, Frank! It's a great help that may solve the problem ,which have troubled me for a quite long time!! Yesterday I review the recorder commands and I saw that option but neglected it ... This month I began to close the file and unset the variable immediately after the I/O operation . Some...
by kengawk
Sun Jan 08, 2017 4:33 pm
Forum: OpenSees.exe Users
Topic: why I cannot delete the file second time
Replies: 2
Views: 3087

Re: why I cannot delete the file second time

thank you, Frank!

Xp and win7, Both of them is 64 bit system.
Sometimes, the error that cannot delete the temp_recovery file would stop the batch process.

Cheers
Ken
by kengawk
Sun Jan 08, 2017 4:25 pm
Forum: Parallel Processing
Topic: MapOfTaggedObjects::addComponent
Replies: 3
Views: 6354

Re: MapOfTaggedObjects::addComponent

Thank you for you help, Frank! Yeah,I am running multiple parallel process for IDA. Now it can run smoothly after rebulit the model before the analysis. I think I found the answer from the forum Maybe I should know this matter, I think I should more about the details. Maybe the right way is coding f...
by kengawk
Thu Dec 29, 2016 3:22 pm
Forum: Parallel Processing
Topic: MapOfTaggedObjects::addComponent
Replies: 3
Views: 6354

Re: MapOfTaggedObjects::addComponent

Maybe the model and the timeseries have to be rebuilt before a THA.
by kengawk
Thu Dec 29, 2016 3:25 am
Forum: Parallel Processing
Topic: MapOfTaggedObjects::addComponent
Replies: 3
Views: 6354

MapOfTaggedObjects::addComponent

Dears, The following is the error message: MapOfTaggedObjects::addComponent - not adding as one with similar tag exists, tag: 1 I cannot locate the position of problem with the codes for OpenSeesMP. Acutally, I did add any components to smallMP example except eigen analysis before static analysis. T...
by kengawk
Thu Dec 29, 2016 2:26 am
Forum: OpenSees.exe Users
Topic: How can I read the completed results in OpenSees?
Replies: 2
Views: 3115

How can I read the completed results in OpenSees?

Dears,

A problem I found is that the results from openSees always come up after I exit OpenSees.

For an example, I write an fundamental period of a structre with puts command or recorder.

How can I read the completed results in OpenSees right after the operations above?

Thanks!!
by kengawk
Wed Dec 28, 2016 8:24 pm
Forum: OpenSees.exe Users
Topic: why could the base period before THA be bigger
Replies: 0
Views: 2247

why could the base period before THA be bigger

Dear: I recorded the periods before and after time history analysis respectively during IDA. Who could give me the reason that the initial period is higher than that after THA? Thanks! before analysis #Dynamic Analysis Parameters: # gamma value for newmark integration: 0.5 # beta value for newmark i...
by kengawk
Wed Dec 28, 2016 3:04 pm
Forum: OpenSees.exe Users
Topic: why I cannot delete the file second time
Replies: 2
Views: 3087

why I cannot delete the file second time

Dear, At first run, the following code can delete the temp_grp.txt. When I run it second time, it shows:error deleting "./temp_grp.txt": permission denied. :?: :?: the following is codes. wipe set val1 [clock seconds]; set file_ID "Param_test1.txt" set comments "#" set file [open [format "%s" $file_...
by kengawk
Thu Dec 22, 2016 2:19 pm
Forum: OpenSees.exe Users
Topic: why I cannot delete the temp file in openSees?
Replies: 2
Views: 3197

Re: why I cannot delete the temp file in openSees?

forgot to close the file before continue!!!
by kengawk
Thu Dec 22, 2016 7:38 am
Forum: OpenSees.exe Users
Topic: why I cannot delete the temp file in openSees?
Replies: 2
Views: 3197

Re: why I cannot delete the temp file in openSees?

# ModelD.tcl: generic input shell for use with dynamic models # Units: kip, in # Kevin Mackie, 2001/08/01 # mackie@ce.berkeley.edu # Parameters.tcl Parameters1.tcl # Takes ground motion and structural input parameters from higher # level procedure and outputs data to files for computation of UCSD # ...
by kengawk
Thu Dec 22, 2016 7:18 am
Forum: OpenSees.exe Users
Topic: why I cannot delete the temp file in openSees?
Replies: 2
Views: 3197

why I cannot delete the temp file in openSees?

The program checks the temp file in every loop, and fails to delete the temp file when the loop is finished.

I checks the reture variable of the file operation to make sure the program closes the file.

How can I delete the file "./temp_rec.txt" near the end of code ?



Thanks
by kengawk
Wed Sep 14, 2016 10:39 pm
Forum: Parallel Processing
Topic: Why the codes cannot find the index file in AmazonEC2
Replies: 2
Views: 4481

Re: Why the codes cannot find the index file in AmazonEC2

Thanks for your help, Frank! Yes, the file does exist. The following is that I checked the file. It seems that it's not a problem of file mode. root@master:~/wjm# ls -l motionindex.tcl ls -l motionindex.tcl -rw-r--r-- 1 root root 1158 Sep 13 14:47 motionindex.tcl root@master:~/wjm# vim motionindex.t...
by kengawk
Tue Sep 13, 2016 7:46 am
Forum: Parallel Processing
Topic: Why the codes cannot find the index file in AmazonEC2
Replies: 2
Views: 4481

Why the codes cannot find the index file in AmazonEC2

Why the codes cannot find the index file in AmazonEC2,that can run in windows? The following is the error messages. couldn't open " /root/wjm/motionIndex.tcl": no such file or directory while executing "open [format "%sIndex.tcl" $directory] "r"" (procedure "ModelD" line 10) invoked from within "Mod...
by kengawk
Sat Aug 27, 2016 3:09 pm
Forum: Parallel Processing
Topic: Starcluster---how to create new rsa file?
Replies: 1
Views: 3646

Re: Starcluster---how to create new rsa file?

Now I can create a new rsa file. I don't know why... kengawk wrote: > It seems that I cannot create any rsa file in .ssh directory once I create a rsa > file? even I delete the file. > > > C:\Users\Administrator.USER-20160705YO>starcluster createkey mykey -o > C:/Users/Administrator.USER-20160705YO/...
by kengawk
Sat Aug 27, 2016 3:04 pm
Forum: Parallel Processing
Topic: starcluster——cannot find files after uploading them
Replies: 1
Views: 3581

Re: starcluster——cannot find files after uploading them

Now I went though the whole process for that example.it is that I failed to find that the smallMP directory is copied to the root. Path!! Now I can go through the example. Thanks for your help,Cagatay! @cgtydmrc kengawk wrote: > Dear Frank, > > I met a problem when I was trying to conduct starcluste...