Search found 36 matches
- Thu Jul 12, 2012 1:34 pm
- Forum: OpenSees.exe Users
- Topic: Fatigue Material damage recorder
- Replies: 7
- Views: 11623
Re: Fatigue Material damage recorder
Note that, when fiber numbers are used in the recorder,in the xml output, the fiber locations are the same for the fiber numbers from 0.0 to 0.9, which are for the 1st fiber. Beginning from fiber number 1.0, it switches it to the 2nd fiber. So, for the fiber numbers in the recorder command, we can u...
- Wed Jul 11, 2012 8:00 pm
- Forum: OpenSees.exe Users
- Topic: Fatigue Material damage recorder
- Replies: 7
- Views: 11623
Fatigue Material damage recorder
Hi all, I want to clarify some issues related with fatigue material damage recorder. For fiber section elements, the argument that follows after "material" is actually the fiber number. It has nothing to do with the material tag. Indeed, you can use "fiber" instead of "mater...
- Sat Jun 23, 2012 4:57 pm
- Forum: OpenSees.exe Users
- Topic: Fatigue material
- Replies: 12
- Views: 13858
Re: Fatigue material
# Run an example script to test the fatigue material model source Wsection.tcl ## Define model and loads model BasicBuilder -ndm 2 -ndf 3 node 1 0.0 0.0 node 2 100.0 0.0 node 3 300.0 0 0 fix 1 1 1 1 fix 2 0 0 0 set MatTag 77 ; # integer tag for parent material set FatMatTag 97 ; # integer tag for fa...
- Sat Jun 23, 2012 4:55 pm
- Forum: OpenSees.exe Users
- Topic: Fatigue material
- Replies: 12
- Views: 13858
Re: Fatigue material
Vesna, To follow up an old discussion, in the following recorder command (taken from the old post above), is the tag after the material (1) really related to the material tag of the parent material? recorder Element -file Damage_ele1.txt -time -ele 1 section 1 material 1 damage I feel like that is n...
- Fri Mar 16, 2012 7:59 am
- Forum: Parallel Processing
- Topic: Parallel job error on Neeshub
- Replies: 3
- Views: 6742
Parallel job error on Neeshub
Hello, I submitted a parallel job using OpenSees NEES resources (8 processors). The analyses started and worked well for about 15 minutes, then my job stopped. In *.stderr file, I found this: mpirun noticed that process rank 1 with PID 663 on node NEEShub exited on signal 24 (CPU time limit exceeded...
- Tue Nov 15, 2011 1:39 pm
- Forum: OpenSees.exe Users
- Topic: Modeling Diaphragms in 2D Session
- Replies: 1
- Views: 2041
Modeling Diaphragms in 2D Session
Hello,
Is there a chance to post the "Modeling Diaphragms in 2D" session to Youtube or somewehere?
Thanks,
Is there a chance to post the "Modeling Diaphragms in 2D" session to Youtube or somewehere?
Thanks,
- Wed Oct 12, 2011 9:30 am
- Forum: Parallel Processing
- Topic: Parallel version 2.3.1
- Replies: 8
- Views: 10424
Parallel version 2.3.1
Hello,
I can't download the latest parallel version. I guess there is an issue with the link.
Thanks,
I can't download the latest parallel version. I guess there is an issue with the link.
Thanks,
- Thu May 19, 2011 2:18 pm
- Forum: Parallel Processing
- Topic: Version 2.3.0.alpha
- Replies: 1
- Views: 4936
Version 2.3.0.alpha
I am getting the following message in the output (real time) file with revision 4543 (version 2.3.0.alpha) . UmfpackGenLinSOE::setSize() : nnz: 2737 lvalue: 27370 I wasn't getting this message in the previous version (2.2.2f). What does this mean? and does it have an effect on the results? I am stil...
- Thu May 19, 2011 1:17 pm
- Forum: Parallel Processing
- Topic: OpenseesSP build error
- Replies: 3
- Views: 5342
Re: OpenseesSP build error
Thank you Frank. We could build both SP and MP.
Also, we can now use more than 1 node as we switched from OpenMPI-1.3.3 to OpenMPI-1.4.3_gnu.
So problems solved!!
Thanks,
Also, we can now use more than 1 node as we switched from OpenMPI-1.3.3 to OpenMPI-1.4.3_gnu.
So problems solved!!
Thanks,
- Thu May 19, 2011 10:48 am
- Forum: Parallel Processing
- Topic: OpenseesSP build error
- Replies: 3
- Views: 5342
Re: OpenseesSP build error
# # By Bharath Ramesh, 2010 Makefile.def # # Makefile.def for OpenSees built in parallel mode. # BASE = $(HOME)/ITHACA-Compile/OpenSees/OpenSeesSP FE = $(BASE)/SRC PROGRAMMING_MODE = PARALLEL OpenSees_PROGRAM = $(BASE)/bin/OpenSees ifeq ($(PROGRAMMING_MODE), PARALLEL) OpenSees_PROGRAM = $(BASE)/bin/...
- Thu May 19, 2011 10:45 am
- Forum: Parallel Processing
- Topic: OpenseesSP build error
- Replies: 3
- Views: 5342
OpenseesSP build error
We are getting this error while trying to build OpenSeesSP using revision 4541.
TclModelBuilderUniaxialMaterialCommand.cpp:(.text+0xdc61): undefined reference to `TclModelBuilder_addPyTzQzMaterial(void*, Tcl_Interp*, int, char const**, Domain*)'
I will post the makefile in the next message.
Thanks
TclModelBuilderUniaxialMaterialCommand.cpp:(.text+0xdc61): undefined reference to `TclModelBuilder_addPyTzQzMaterial(void*, Tcl_Interp*, int, char const**, Domain*)'
I will post the makefile in the next message.
Thanks
- Thu May 19, 2011 10:41 am
- Forum: Parallel Processing
- Topic: OpenSees using only one node on cluster
- Replies: 6
- Views: 7462
Re: OpenSees using only one node on cluster
Hi Frank, It looks like the problem was due to OpenMPI version 1.3.3. VT supercomputer staff says that they resolved the problem using OpenMPI versions 1.4.3 (GNU) and 1.4.2(intel). So we tried to build OpenSees again (with latest source code,revision 4541) using newer version of OpenMPI but got an ...
- Wed May 18, 2011 8:31 am
- Forum: Parallel Processing
- Topic: OpenSees using only one node on cluster
- Replies: 6
- Views: 7462
Re: OpenSees using only one node on cluster
Frank, I talked to our supercomputer staff, and they told me that MPI has been tested many times and is currently in use by many people. We are running OpenSUSE 11.1 and OpenSees was compiled with OpenMPI-1.3.3. As an example, the following hello world script prints more than one hostname. #include ...
- Fri May 06, 2011 10:36 pm
- Forum: Parallel Processing
- Topic: OpenSees using only one node on cluster
- Replies: 6
- Views: 7462
Re: OpenSees using only one node on cluster
Hi Frank, We are distributing the tasks as follows: #################################################### set pid [getPID] set npp [getNP] … # Define variables common to all analyses … set count 0 ; # Analysis Counting Variable foreach <ground motion and associated scaling factor> if {[expr $count % ...
- Fri May 06, 2011 6:51 am
- Forum: Parallel Processing
- Topic: OpenSees using only one node on cluster
- Replies: 6
- Views: 7462
OpenSees using only one node on cluster
Hello, I am running parametric analyses using OpenSeesMP on a cluster. In our cluster each node has 8 processors. In the qsub file, I ask for 5 nodes and 8 processors so a total of 40 (#PBS -lnodes=5:ppn=8). I just realized that OpenSees is only using one node though. OpenSees reads the total CPU ri...