Search found 14 matches

by lsquinones
Wed Mar 17, 2010 1:53 pm
Forum: Parallel Processing
Topic: error while running OpenSeesMP
Replies: 10
Views: 21129

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
by lsquinones
Wed Mar 17, 2010 1:32 pm
Forum: Parallel Processing
Topic: error while running OpenSeesMP
Replies: 10
Views: 21129

Dear Frank

The compiler of c++ I am using is g++ -4.3.3 on Ubuntu Jaunty 9.04. If the problem is the compiler would be grateful if you advise me the correct version.

Santiago
by lsquinones
Fri Mar 05, 2010 2:08 pm
Forum: Parallel Processing
Topic: error while running OpenSeesMP
Replies: 10
Views: 21129

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...
by lsquinones
Fri Feb 19, 2010 7:14 am
Forum: Parallel Processing
Topic: error while running OpenSeesMP
Replies: 10
Views: 21129

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 --...
by lsquinones
Tue Jan 12, 2010 7:38 am
Forum: Parallel Processing
Topic: We are collecting OPENSEES User-Requirements Data
Replies: 2
Views: 3984

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...
by lsquinones
Tue Jan 12, 2010 6:57 am
Forum: Parallel Processing
Topic: error while running OpenSeesMP
Replies: 10
Views: 21129

I modified the input file (in.tcl) is thus: set pid [getPID] set np [getNP] puts "Hello World Process: $pid" puts "Processoes are running $np" And I get to run only 1 processor is running, but the machine has 4 processors. The system recognizes it, I think that MPICH2 is not recognizing properly. mp...
by lsquinones
Mon Dec 07, 2009 4:08 pm
Forum: Parallel Processing
Topic: error while running OpenSeesMP
Replies: 10
Views: 21129

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...
by lsquinones
Thu Dec 03, 2009 9:38 am
Forum: Parallel Processing
Topic: error while running OpenSeesSP
Replies: 3
Views: 6262

Re: error while running OpenSeesSP

You should have edited the Makefile.def.LINUX_RedHat_ENTERPRISE, upload the latest version of the makefile for review.
by lsquinones
Wed Nov 25, 2009 7:33 am
Forum: Parallel Processing
Topic: error while running OpenSeesSP
Replies: 3
Views: 6262

Re: error while running OpenSeesSP

That "makefile.def" used to compile OpenSees?
by lsquinones
Wed Sep 23, 2009 8:05 am
Forum: Parallel Processing
Topic: error while installing in debian linux
Replies: 7
Views: 10424

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...
by lsquinones
Mon Aug 24, 2009 10:00 am
Forum: Parallel Processing
Topic: error while installing in debian linux
Replies: 7
Views: 10424

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 Jackalope.
by lsquinones
Tue Aug 18, 2009 4:54 pm
Forum: Framework
Topic: Regarding opensees installation on linux
Replies: 3
Views: 4029

What is the Makefile.de that OpenSees Parallel compile?
by lsquinones
Fri Aug 14, 2009 2:52 pm
Forum: Framework
Topic: Regarding opensees installation on linux
Replies: 3
Views: 4029

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
by lsquinones
Wed Jul 29, 2009 2:54 pm
Forum: Framework
Topic: Regarding installation of opensees
Replies: 3
Views: 4028

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...