The model does not use Petsc sent him, but OpenSeesMP was compiled with support for Petsc. The versions of software that I used to compile OpenSees are:
mpich2-1.1
petsc-2.2.1
tcl-8.5.7
tk-8.5.7
g++-4.3 GNU
gcc-4.3 GNU
gfortran-4.3 GNU
Search found 14 matches
- Wed Mar 17, 2010 1:53 pm
- Forum: Parallel Processing
- Topic: error while running OpenSeesMP
- Replies: 10
- Views: 21503
- Wed Mar 17, 2010 1:32 pm
- Forum: Parallel Processing
- Topic: error while running OpenSeesMP
- Replies: 10
- Views: 21503
- Fri Mar 05, 2010 2:08 pm
- Forum: Parallel Processing
- Topic: error while running OpenSeesMP
- Replies: 10
- Views: 21503
The same script works fine in Windows XP, but we've set up a better environment in Ubuntu. The application is in [url]http://vlee.utpl.edu.ec/vlee/Temp/mirror.tar.gz[/url] You have to unzip it in / and then execute the following commands: $ cd /mirror/itha-parallel $ mpirun -np # ./OpenSeesMP ITHA-B...
- Fri Feb 19, 2010 7:14 am
- Forum: Parallel Processing
- Topic: error while running OpenSeesMP
- Replies: 10
- Views: 21503
Problems are not solved, so I decided to install MPICH2 and went back to collect petsc and OpenSeesMP. Now when I run the command mpirun -np 4 ./OpenSeesMP in.tcl get the following result: OpenSees -- Open System For Earthquake Engineering Simulation Pacific Earthquake Engineering Research Center --...
- Tue Jan 12, 2010 7:38 am
- Forum: Parallel Processing
- Topic: We are collecting OPENSEES User-Requirements Data
- Replies: 2
- Views: 4093
Re: We are collecting OPENSEES User-Requirements Data
It would be good to provide some guidance on how to compile the tools TCL, TK, MPICH, PETSC, MUMPS for OpenSeesSP and OpenSeesMP versions on Linux (Ubuntu, Fedora, Debian). And I also recommend to update the Makefiles for new versions of Linux that exist today. Thanks and Congratulations for all the...
- Tue Jan 12, 2010 6:57 am
- Forum: Parallel Processing
- Topic: error while running OpenSeesMP
- Replies: 10
- Views: 21503
- Mon Dec 07, 2009 4:08 pm
- Forum: Parallel Processing
- Topic: error while running OpenSeesMP
- Replies: 10
- Views: 21503
error while running OpenSeesMP
In the laboratory where I work, has 10 PC's of 4 cores which have been installed Ubuntu 9.04 and OpenMPI in. I have compiled without errors OpenSeesMP, but when I try to run one example seems to OpenSeesMP not detect the number of processes correctly. For example when you run a test tcl get the foll...
- Thu Dec 03, 2009 9:38 am
- Forum: Parallel Processing
- Topic: error while running OpenSeesSP
- Replies: 3
- Views: 6383
Re: error while running OpenSeesSP
You should have edited the Makefile.def.LINUX_RedHat_ENTERPRISE, upload the latest version of the makefile for review.
- Wed Nov 25, 2009 7:33 am
- Forum: Parallel Processing
- Topic: error while running OpenSeesSP
- Replies: 3
- Views: 6383
Re: error while running OpenSeesSP
That "makefile.def" used to compile OpenSees?
- Wed Sep 23, 2009 8:05 am
- Forum: Parallel Processing
- Topic: error while installing in debian linux
- Replies: 7
- Views: 10641
Re: makefile debian lenny
Hello again Unni Kartha G like I was in the cluster configuration? I have had some problems, I'm setting in 4-core machines. I configured the cluster with MPICH2 but there are some problems when running it between the 2 machines. That's why I wanted to know how you did, and maybe you can give me ide...
- Mon Aug 24, 2009 10:00 am
- Forum: Parallel Processing
- Topic: error while installing in debian linux
- Replies: 7
- Views: 10641
Re: make file debian lenny
Hello Unni Karta, very useful your comments. To solve the problem of “/usr/bin/ld: cannot find -lg2c“ use Synaptic and install "libg2c0" and then run the following command: cd /usr/lib ln -s libg2c.so.0 libg2c.so. This problem was solved. All this I did in the system Ubuntu 9.04 - Jaunty J...
- Tue Aug 18, 2009 4:54 pm
- Forum: Framework
- Topic: Regarding opensees installation on linux
- Replies: 3
- Views: 4126
- Fri Aug 14, 2009 2:52 pm
- Forum: Framework
- Topic: Regarding opensees installation on linux
- Replies: 3
- Views: 4126
Re: Regarding opensees installation on linux
Check this variable TCL_LIBRARY, I think it should be
TCL_LIBRARY = /home/secg/csm/gourik/usr/local/lib/libtk8.5.so \
/home/secg/csm/gourik/usr/local/lib/libtcl8.5.so
and not
TCL_LIBRARY = /home/secg/csm/gourik/usr/local//lib/libtk8.5.so \
/home/secg/csm/gourik/usr/local//lib/libtcl8.5.so
TCL_LIBRARY = /home/secg/csm/gourik/usr/local/lib/libtk8.5.so \
/home/secg/csm/gourik/usr/local/lib/libtcl8.5.so
and not
TCL_LIBRARY = /home/secg/csm/gourik/usr/local//lib/libtk8.5.so \
/home/secg/csm/gourik/usr/local//lib/libtcl8.5.so
- Wed Jul 29, 2009 2:54 pm
- Forum: Framework
- Topic: Regarding installation of opensees
- Replies: 3
- Views: 4136
Hi Gourik, I am trying to compile Parallel Opens in Red Hat 9, but I have some problems with PETSC 2.2.1, you could help me with the steps that you use to compile petsc. What I have done is: 1. cd pets-2.2.1 2. export PETSC_DIR=$PWD 3. PETSC_ARCH=linux-gnu-c-debug 4. export PETSC_ARCH 5. ./config/co...