Search found 90 matches
- Wed Jun 22, 2011 6:31 am
- Forum: Framework
- Topic: Compiling Error in Fedora 14, 64 bit
- Replies: 15
- Views: 26274
Re: Compiling Error in Fedora 14, 64 bit
This was the help I got from Frank: "i put in a new version of the distributed superlu .. SuperLU_DIST_2.5 .. does the Makefile.def point to this one." So I changed Makefile.def to say SUPERLUdir = $(HOME)/OpenSees/OTHER/SuperLU_3.0/SRC SUPERLU_DISTdir = $(HOME)/OpenSees/OTHER/SuperLU_DIST...
- Sun Jun 19, 2011 2:40 pm
- Forum: Framework
- Topic: Compiling Error in Fedora 14, 64 bit
- Replies: 15
- Views: 26274
Re: Compiling Error in Fedora 14, 64 bit
Sorry, after that bug I was having other errors around the SLU solver code. But if I get a clean compile, I will definately post!!
- Tue May 10, 2011 6:08 am
- Forum: Soil Modelling
- Topic: stress control
- Replies: 1
- Views: 3375
Re: stress control
You can use ElementRecorder with the parameter 'stresses' (or 'stress' for Brick8n). That will give you all the gauss points for one brick. The Brick8n will also give you the corresponding gauss point locations with the parameter 'gausspoint'. In the code, it looks like the parameter for Bbar brick ...
- Tue May 10, 2011 5:50 am
- Forum: Parallel Processing
- Topic: OpenSeesSP Build error
- Replies: 26
- Views: 29140
Re: OpenSeesSP Build error
# version for parallelized PC (linux ubuntu 10.04 64 bit) # installed packages: # mpi-default-dev (0.6, currently openmpi) # petsc-dev (3.0.0) # libmumps-4.9.2 (linear solver, includes scalapack) # libblacs-mpil 1.1-28.2buildl # libblacs-mpi-dev 1.1-28.2buildl # libhpmud0 3.10.2-2ubuntu2.2 (HP Multi...
- Wed May 04, 2011 7:44 am
- Forum: Parallel Processing
- Topic: SP vs MP?, Trouble compiling SP
- Replies: 11
- Views: 11518
Re: SP vs MP?, Trouble compiling SP
I manually repaired the bug Compile error: FEM_ObjectBrokerAllClasses.cpp: In member function ‘virtual LinearSOE* FEM_ObjectBrokerAllClasses::getNewLinearSOE(int)’: FEM_ObjectBrokerAllClasses.cpp:1597: error: no matching function for call to ‘PetscSOE::PetscSOE()’ /home/alisanee/OpenSees/SRC/system_...
- Tue Apr 26, 2011 11:27 am
- Forum: Framework
- Topic: Help - Problem compiling OpenSees 2.2.2 in Ubuntu 10.04 LTS
- Replies: 18
- Views: 19088
Re: Help - Problem compiling OpenSees 2.2.2 in Ubuntu 10.04
Hi, to test, try running make libs If that is unsuccessful then you are still not able to access the tcl header files. Here's where mine are found: alisanee@cole:/usr/include$ ls *tcl8.4* tclDecls.h tclPlatDecls.h tkDecls.h tkPlatDecls.h tcl.h tcl-private tk.h tk-private If you can successfully run ...
- Tue Apr 26, 2011 7:36 am
- Forum: Framework
- Topic: Help - Problem compiling OpenSees 2.2.2 in Ubuntu 10.04 LTS
- Replies: 18
- Views: 19088
Re: Help - Problem compiling OpenSees 2.2.2 in Ubuntu 10.04
below is what my tcl install looks like (it gets installed in /usr/lib and /usr/include) You could make sure that it is installed there and that the permissions look ok. More hints try make libs does that run successfully to completion? If so it is definately a linking error. alisanee@cole:/usr/lib$...
- Tue Apr 19, 2011 11:54 am
- Forum: Parallel Processing
- Topic: SP vs MP?, Trouble compiling SP
- Replies: 11
- Views: 11518
next sticking point: no parameter-free constructor for Petsc
Compile error: FEM_ObjectBrokerAllClasses.cpp: In member function ‘virtual LinearSOE* FEM_ObjectBrokerAllClasses::getNewLinearSOE(int)’: FEM_ObjectBrokerAllClasses.cpp:1597: error: no matching function for call to ‘PetscSOE::PetscSOE()’ /home/alisanee/OpenSees/SRC/system_of_eqn/linearSOE/petsc/Petsc...
- Tue Apr 19, 2011 11:27 am
- Forum: Parallel Processing
- Topic: SP vs MP?, Trouble compiling SP
- Replies: 11
- Views: 11518
mumps solution
Hmm so, I looked at the code and the problem line was #ifdef _OPENMPI id.comm_fortran=-987654; #else id.comm_fortran=MPI_COMM_WORLD; #endif It looks the flag in Makefile.def you need MUMPS_FLAG = -D_MUMPS -D_OPENMPI for my case. Be careful, some of the Makefile.defs define MUMPS_FLAG twice.
- Tue Apr 19, 2011 10:45 am
- Forum: Framework
- Topic: Help - Problem compiling OpenSees 2.2.2 in Ubuntu 10.04 LTS
- Replies: 18
- Views: 19088
Re: Help - Problem compiling OpenSees 2.2.2 in Ubuntu 10.04
Try installing and linking to tcl8.4 instead -- that worked for me with Ubuntu 10.04
TCL_INCLUDES = -I/usr/include/tcl8.4 -I/usr/include/
INCLUDES = $(TCL_INCLUDES) $(FE_INCLUDES) $(MACHINE_INCLUDES)
TCL_INCLUDES = -I/usr/include/tcl8.4 -I/usr/include/
INCLUDES = $(TCL_INCLUDES) $(FE_INCLUDES) $(MACHINE_INCLUDES)
- Tue Apr 19, 2011 6:15 am
- Forum: Parallel Processing
- Topic: SP vs MP?, Trouble compiling SP
- Replies: 11
- Views: 11518
SP vs MP?, Trouble compiling SP
Hi, First a question. What is the difference the build PARALLEL and PARALLEL_INTERPRETERS ? Second, I am working on building PARALLEL for a dual core 64 bit intel ubuntu linux PC. I installed mpi-default-dev (0.6, currently openmpi) petsc-dev (3.0.0) libmumps-4.9.2 (linear solver, includes scalapack...
- Mon Aug 16, 2010 12:22 pm
- Forum: OpenSees.exe Users
- Topic: Using XML output
- Replies: 7
- Views: 8903
opensees xml
You will need to do a little postprocessing first on the xml, if for example, you want to use php to do some analysis. The current format is really a table, with the column names first in XML format, and the table data inside a single data tag. e.g. <TimeOutput> <ResponseType>time</ResponseType> </T...
- Thu Aug 12, 2010 8:26 am
- Forum: Soil Modelling
- Topic: can OpenSees solve complete Soil-Structure Interaction (SSI)
- Replies: 5
- Views: 12489
Re: example
A common way is to build the mesh in Abaqus, then convert the Abacus output file to opensees bricks. (You have to code the conversion in matlab or C or the language of your choice). You can get the student Abaqus for like $50, it will do up to 1000 elements. [quote="Unni Kartha G"]hellow e...
- Thu Aug 12, 2010 8:14 am
- Forum: Soil Modelling
- Topic: soil-structure interaction
- Replies: 10
- Views: 14091
wiki?
The wiki is not publicly editable right now.
The link to the example is working again. (The admins took it down because I graduated but it seems to be up again).
I will post when I have replicated it somewhere else.
alisa
The link to the example is working again. (The admins took it down because I graduated but it seems to be up again).
I will post when I have replicated it somewhere else.
alisa
- Fri Jul 16, 2010 11:37 am
- Forum: Soil Modelling
- Topic: soil-structure interaction
- Replies: 10
- Views: 14091
Re: soil-structure interaction
I have a small example available at users.soe.ucsc.edu/~aneeman/gjie1.zip [quote="tjcivil"]Has anyone done the topic about soil-structure interaction in opensees?Now i am doing this,but i can't find the examples about this,can somebody give some help to me,and where can i find the example?...