Search found 11 matches
- Wed Feb 06, 2019 12:57 pm
- Forum: OpenSees.exe Users
- Topic: Where to download OpenSees 2.2.2 source code
- Replies: 3
- Views: 1162
Re: Where to download OpenSees 2.2.2 source code
But there is no version 2.2.2 available on the list. I am doing this for one of our users. His code was developed on top of OpenSees v2.2.2. He gave us his source code but I had a problem of porting his code. I am hoping to get the original source and port it first. Then ask the user to add his stuff.
- Wed Feb 06, 2019 6:41 am
- Forum: OpenSees.exe Users
- Topic: Where to download OpenSees 2.2.2 source code
- Replies: 3
- Views: 1162
Where to download OpenSees 2.2.2 source code
I need to download the OpenSees 2.2.2 source and port it to our Linux clusters. Where can I download it? I can only find source code for 2.3 and above.
Thanks,
Ping
Thanks,
Ping
- Tue Feb 05, 2019 2:16 pm
- Forum: OpenSees.exe Users
- Topic: OpenSees2.2.2 Released
- Replies: 53
- Views: 151010
Re: OpenSees2.2.2 Released
Where can I download the source code for OpenSees 2.2.2? We have a user need this version of OpenSees to add their code and then port on our Linux cluster. Thanks.
- Wed Oct 12, 2011 7:44 am
- Forum: Parallel Processing
- Topic: Help compiling parallel OpenSees for linux machines
- Replies: 5
- Views: 4977
Re: Help compiling parallel OpenSees for linux machines
I have successfully built OpenSeesMP. When building OpenSeesSP, it complains about undefined references to SparseGenColLinSolver. I checked libOpenSees.a, SparseGenColLinSolver is defined. Any idea what's wrong? Thanks, Ping THE ERROR MESSAGE: /usr/bin/OpenSees/OpenSees-2.3.0-MP/SRC/system_of_eqn/li...
- Mon Oct 10, 2011 2:03 pm
- Forum: Parallel Processing
- Topic: Help compiling parallel OpenSees for linux machines
- Replies: 5
- Views: 4977
Re: Help compiling parallel OpenSees for linux machines
Thanks. Changing to SuperLU_DIST_2.5 solves the problem.
- Thu Oct 06, 2011 12:34 pm
- Forum: Parallel Processing
- Topic: Help compiling parallel OpenSees for linux machines
- Replies: 5
- Views: 4977
Help compiling parallel OpenSees for linux machines
Hi, I am trying to build OpenSeesSP and OpenSeesMP. I stuck at the following file: $ /g/software/openmpi/1.4.3/intel/bin/mpicxx -D_LINUX -D_UNIX -D_RELIABILITY -O2 -xHost -D_PARALLEL_INTERPRETERS -D_MUMPS -D_TCL85 -D_BLAS -D_OPENMPI .... -c DistributedSuperLU.cpp DistributedSuperLU.cpp(42): error: i...
- Wed Jul 14, 2010 1:32 pm
- Forum: Parallel Processing
- Topic: OpenSeesSP (2.0.0) hangs
- Replies: 1
- Views: 2521
input file error
It turned out the tcl input file has some error that cause the program hangs.
- Wed Jul 14, 2010 12:52 pm
- Forum: Parallel Processing
- Topic: Seek OpenSeesSP example
- Replies: 1
- Views: 2703
- Wed Jul 14, 2010 12:22 pm
- Forum: Parallel Processing
- Topic: Seek OpenSeesSP example
- Replies: 1
- Views: 2703
Seek OpenSeesSP example
Hi,
I am testing my build of OpenSeeSP. Can anyone send me an example for OpenSeesSp that you are able to run on your system?
thanks,
Ping
I am testing my build of OpenSeeSP. Can anyone send me an example for OpenSeesSp that you are able to run on your system?
thanks,
Ping
- Wed Jul 14, 2010 7:15 am
- Forum: Parallel Processing
- Topic: parallel opensees 2.2.1 vs. 2.0.0
- Replies: 1
- Views: 2742
parallel opensees 2.2.1 vs. 2.0.0
Hi, Both OpenSeesSP and OpenSeesMP in version 2.0.0 are MPI programs. In version 2.2.1, the parallel version modes are called THREADS and DISTRIBUTED_MPI. Does THREADS build an MPI program or OpenMP/pthread program? What's the difference between THREADS in 2.2.1 and OpenSeesSP in 2.0.0? Is OpenSeesM...
- Tue Jul 13, 2010 2:39 pm
- Forum: Parallel Processing
- Topic: OpenSeesSP (2.0.0) hangs
- Replies: 1
- Views: 2521
OpenSeesSP (2.0.0) hangs
Hi, When I run OpenSeesSP (build from version 2.0.0) on our AIX power5 cluster, it hangs. While checking the source code, I found the worker tasks are always waiting for receiving data at the line if (theChannel->recvID(0,0.idData)<0) in MachineBroker.cpp. But the message never comes, the worker tas...