Dear Friends
I have once faced a similar issue with my model. I found the issue was due to improper handling of Restrained and Constrained DOFs in defining in equalDOF command though there may be other causes also. When I correctly defined them, the issue was fixed and OpenSees showed correct periods.
Search found 46 matches
- Mon Jul 06, 2020 11:51 pm
- Forum: OpenSees.exe Users
- Topic: WARNING BandGenLinLapackSolver::solve() -LAPACK routine
- Replies: 13
- Views: 16214
- Mon Jan 28, 2019 2:57 am
- Forum: OpenSees.exe Users
- Topic: WARNING -- PathSeries::getDuration() on empty Vector
- Replies: 0
- Views: 1869
WARNING -- PathSeries::getDuration() on empty Vector
Dear Friends, I got the following warning while running my parallel program in OpenSeesMP 3.0 version: WARNING -- PathSeries::getDuration() on empty Vector Can someone tell me the meaning of the warning and how to solve the issue? I am using timeseries definition as given below: set AccelSeries &quo...
- Wed Jan 09, 2019 5:55 am
- Forum: Parallel Processing
- Topic: Job aborted in OpenSeesMP
- Replies: 1
- Views: 14781
Job aborted in OpenSeesMP
Dear Friends My PC has 2 sockets and 4 cores (8 logical processors). I do parametric analysis (100 records) using OpenSeesMP. When I use -np as 2 or 4, the program runs fine. But for -np value 8, it runs for about half of the records (50) and then I get 'job aborted' error from anyone processor. I k...
- Sun Jan 06, 2019 9:35 am
- Forum: Parallel Processing
- Topic: source not working in OpenSeesMP
- Replies: 1
- Views: 14203
Re: source not working in OpenSeesMP
Friends, Fixed it! It works if I place all my files in the same location including mpiexec.exe
- Thu Jan 03, 2019 2:19 pm
- Forum: OpenSees.exe Users
- Topic: How to build OpenSeesMP for windows?
- Replies: 3
- Views: 3805
Re: How to build OpenSeesMP for windows?
I pulled up the source code from github repository
- Thu Jan 03, 2019 2:17 pm
- Forum: OpenSees.exe Users
- Topic: How to build OpenSeesMP for windows?
- Replies: 3
- Views: 3805
Re: How to build OpenSeesMP for windows?
Thanks for your reply Selimgunay. I successfully compiled sequential version couple of months ago. But, for parallel version what change do I have make in during compilation to get it's exe? One more thing is that even for sequential version, now if I compile in VS 2017 it throws errors like Python....
- Thu Jan 03, 2019 9:18 am
- Forum: Parallel Processing
- Topic: source not working in OpenSeesMP
- Replies: 1
- Views: 14203
source not working in OpenSeesMP
Dear Community OpenSeesMP throws error if I have any source *.tcl file inside main.tcl that I am executing in OpenSeesMP console. It simply errors with: No such file or directory. But, Frank's many examples in parallel and grid computing have such sourcing files inside main.tcl file. Please let me k...
- Thu Jan 03, 2019 9:13 am
- Forum: OpenSees.exe Users
- Topic: How to build OpenSeesMP for windows?
- Replies: 3
- Views: 3805
How to build OpenSeesMP for windows?
Dear Community
Can someone give me reference for building OpenSeesMP using Visual Studio 2017?
Can someone give me reference for building OpenSeesMP using Visual Studio 2017?
- Thu Jan 03, 2019 3:33 am
- Forum: Parallel Processing
- Topic: OpenSeesMP newer version
- Replies: 0
- Views: 12012
OpenSeesMP newer version
Dear Friends
I am facing problem in compiling OpenSeesMP from the source code available on gitHUB site. Does anyone have prebuilt OpenSeesMP.exe version 3.0.0? If yes, could please share it with me at kesavapraba@gmail.com
I am facing problem in compiling OpenSeesMP from the source code available on gitHUB site. Does anyone have prebuilt OpenSeesMP.exe version 3.0.0? If yes, could please share it with me at kesavapraba@gmail.com
- Thu Jan 03, 2019 3:25 am
- Forum: Parallel Processing
- Topic: A problem on MPICH2 on windows 10
- Replies: 8
- Views: 20482
Re: A problem on MPICH2 on windows 10
Hi Paysheen, I am facing the problem of installation of MPICH. Everything goes fine in the installation process up to "mpiexec -validate" and it fails at that step in my case. Could you please help me out installing mpich properly? Thanks a lot
- Tue Jan 01, 2019 1:31 am
- Forum: Parallel Processing
- Topic: Warning No Numberer type exists
- Replies: 0
- Views: 12788
Warning No Numberer type exists
Dear Community I am new to parallel processing. So, I wanted to learn it. I installed all the requirements as per Dr. FMK's instructions. Then, I executed the ex4.tcl in my OpenSeesSP console. It threw an error saying that "Warning: No numberer type exists (Plain, RCM only)". Can anyone he...
- Sun Oct 28, 2018 4:11 am
- Forum: OpenSees.exe Users
- Topic: Extract Results
- Replies: 4
- Views: 4183
Re: Extract Results
Dear Friend You can record the desired result quantity (forces/displacements etc.,) in either. txt or .Out or . dat files using 'recorder' command. Once you have got the files, using MATLAB ' load ' and 'plot' command , you can plot whatever graphs you are interested in. You can even see an example ...
- Tue Oct 16, 2018 12:12 am
- Forum: OpenSees.exe Users
- Topic: lumped plasticity model & pushover
- Replies: 13
- Views: 9591
Re: lumped plasticity model & pushover
Dear Friend What uniaxialmaterial model did you use for retrofitted structure? It seems from your post that the retrofit model behaves something like elasto-plastic with strain hardening type. So, you may avoid convergence problem if you model that behaviour as Steel02 uniaxialMaterial as per OpenSe...
- Mon Oct 15, 2018 4:45 am
- Forum: OpenSees.exe Users
- Topic: Response Spectra Code
- Replies: 2
- Views: 2948
Re: Response Spectra Code
Dear Friend
Did you try using real time output commands, like nodeDisp, eleResponse etc.?
http://opensees.berkeley.edu/wiki/index ... t_Commands
Did you try using real time output commands, like nodeDisp, eleResponse etc.?
http://opensees.berkeley.edu/wiki/index ... t_Commands
- Mon Oct 15, 2018 12:32 am
- Forum: OpenSees.exe Users
- Topic: lumped plasticity model & pushover
- Replies: 13
- Views: 9591
Re: lumped plasticity model & pushover
Dear Sualim I assume that the hysteretic loop that you mentioned means the backbone curve for the pushover curve. A hysteretic loop is required only during the cyclic analysis. The backbone curve in your case is multilinear, so there is a possibility of getting convergence error in such cases. The q...