Search found 43 matches
- Tue Jun 27, 2017 7:11 pm
- Forum: Framework
- Topic: Opensees under Linux (Debian 9) slower than on Windows 7
- Replies: 4
- Views: 6811
Re: Opensees under Linux (Debian 9) slower than on Windows 7
On linux you need to turn on optimizations, native architecture (-march option) support and also provide a native BLAS or intel MKL for fastest support.
- Tue Jun 27, 2017 7:09 pm
- Forum: Framework
- Topic: Can I run opensees without tcl?
- Replies: 6
- Views: 9489
Re: Can I run opensees without tcl?
You need to hand compile it for now. You can download the source code and then compile it with visual studio or on linux.
I believe the next version of OpenSees will have a python module download option. It's pretty cool, though I've been sticking with tcl lately.
I believe the next version of OpenSees will have a python module download option. It's pretty cool, though I've been sticking with tcl lately.
- Mon Jan 31, 2011 5:39 am
- Forum: Framework
- Topic: Help - Problem compiling OpenSees 2.2.2 in Ubuntu 10.04 LTS
- Replies: 18
- Views: 19047
Re: Help - Problem compiling OpenSees 2.2.2 in Ubuntu 10.04
In the end it was not compiling the AMD library. I included this in the DIRS variable and the compile and link worked.
Now I need to compile for parallel processing.
Cheers.
Now I need to compile for parallel processing.
Cheers.
- Mon Jan 31, 2011 5:37 am
- Forum: OpenSees.exe Users
- Topic: Reading recorder -binary output
- Replies: 2
- Views: 3117
Re: Reading recorder -binary output
Thank you! I am using python (matplotlib) inspired in MatLab for plotting. After a few tests I found out that even though the output is binary (doubles) the recorder still outputs a newline '\n' character before starting a new time. This could be helpful to anyone out there not willing to read the s...
- Wed Jan 26, 2011 5:16 am
- Forum: OpenSees.exe Users
- Topic: Reading recorder -binary output
- Replies: 2
- Views: 3117
Reading recorder -binary output
I am outputting huge ammounts of 'node disp recorder ' and I am using binary file output to minimize disk usage. I haven't been able to figure out the format of this output though to read it back into some other code for plotting.
What is the output format for the binary mode recorders?
Thanks!
What is the output format for the binary mode recorders?
Thanks!
- Wed Jan 19, 2011 5:47 pm
- Forum: Parallel Processing
- Topic: Compiling OpenSEES SP In Ubuntu
- Replies: 4
- Views: 8384
Compiling OpenSEES SP In Ubuntu
Hi Frank, I can compile regular OpenSEES on any node of our Ubuntu cluster. We would now like to take it a step further and compile it for parallel processing first within one node and then across multiple nodes. How do I need to modify the Makefile.def file to achieve this assuming I have all the d...
- Tue Jan 18, 2011 1:03 pm
- Forum: Framework
- Topic: Help - Problem compiling OpenSees 2.2.2 in Ubuntu 10.04 LTS
- Replies: 18
- Views: 19047
Re: Help - Problem compiling OpenSees 2.2.2 in Ubuntu 10.04
Thank you frank, Now into the next error. I'm getting the following: /home/jose/lib/libOpenSees.a(AMDNumberer.o): In function `AMD::number(Graph&, int)': AMDNumberer.cpp:(.text+0x191): undefined reference to `amd_order' collect2: ld returned 1 exit status make[1]: *** [tcl] Error 1 make[1]: Leav...
- Wed Nov 17, 2010 11:27 am
- Forum: Framework
- Topic: Help - Problem compiling OpenSees 2.2.2 in Ubuntu 10.04 LTS
- Replies: 18
- Views: 19047
- Wed Nov 17, 2010 11:26 am
- Forum: Framework
- Topic: Help - Problem compiling OpenSees 2.2.2 in Ubuntu 10.04 LTS
- Replies: 18
- Views: 19047
- Mon May 17, 2010 10:53 am
- Forum: Useful Scripts.
- Topic: instalar OPENSEES EN UBUNTU 9.04
- Replies: 11
- Views: 20652
- Fri Jan 29, 2010 10:35 am
- Forum: Framework
- Topic: "Makefile.def" for Ubuntu 9.04
- Replies: 5
- Views: 9856
- Thu Jan 28, 2010 5:17 pm
- Forum: OpenSees.exe Users
- Topic: Dynamic analysis diverges
- Replies: 16
- Views: 11006
- Wed Jan 27, 2010 2:09 pm
- Forum: OpenSees.exe Users
- Topic: Dynamic analysis diverges
- Replies: 16
- Views: 11006
- Wed Jan 27, 2010 1:17 pm
- Forum: OpenSees.exe Users
- Topic: Dynamic analysis diverges
- Replies: 16
- Views: 11006
- Wed Jan 27, 2010 12:06 pm
- Forum: OpenSees.exe Users
- Topic: Dynamic analysis diverges
- Replies: 16
- Views: 11006
I tried ProfileSPD, the model uses about 1GB ram. The program is not complaining, so I guess it's not a numbering problem. I've checked this a couple of times, but I'm not feeling too confident after all. The time it's taking to solve the problem with ProfileSPD is about 4 or 5 times the time UmfPac...