Search found 20 matches

by bramesh
Thu Apr 15, 2010 8:19 am
Forum: Framework
Topic: Unable to build OpenSees2.2.0
Replies: 12
Views: 8847

I did the update using the -d option. I do see the header file in the directory you have mentioned. I still get the same error. My Makfefile.def is unchanged.
by bramesh
Tue Apr 13, 2010 11:27 am
Forum: Framework
Topic: Unable to build OpenSees2.2.0
Replies: 12
Views: 8847

I am still having issues building Opensees even after the cvs update:

The error being:

commands.cpp:264:36: error: TclOptimizationBuilder.h: No such file or directory

My Makefile.def is same as the one posted earlier.
by bramesh
Tue Apr 13, 2010 10:43 am
Forum: Framework
Topic: Unable to build OpenSees2.2.0
Replies: 12
Views: 8847

Never mind, I realized the password is anonymous and it is mentioned a few lines above. I was able to update it to the current cvs version.
by bramesh
Tue Apr 13, 2010 10:42 am
Forum: Framework
Topic: Unable to build OpenSees2.2.0
Replies: 12
Views: 8847

I am trying to update my source using the documentation provided by running cvs -z3 checkout -PA OpenSees I get the following error: cvs checkout: authorization failed: server opensees.berkeley.edu rejected access to /usr/local/cvs for user anonymous cvs checkout: used empty password; try "cvs ...
by bramesh
Tue Mar 16, 2010 1:50 pm
Forum: Framework
Topic: Unable to build OpenSees2.2.0
Replies: 12
Views: 8847

############################################################################ # # Program: OpenSees # # Purpose: A Top-level Makefile to create the libraries needed # to use the OpenSees framework. # # version created for Redhat 8.0 LINUX distribution # # Written: fmk # Created: 01/2003 # # #########...
by bramesh
Tue Mar 16, 2010 1:48 pm
Forum: Framework
Topic: Unable to build OpenSees2.2.0
Replies: 12
Views: 8847

Unable to build OpenSees2.2.0

I am trying to build OpenSees in programming mode PARALLEL. I get the following error when building it. FEM_ObjectBrokerAllClasses.cpp: In member function 'virtual LinearSOE* FEM_ObjectBrokerAllClasses::getNewLinearSOE(int)': FEM_ObjectBrokerAllClasses.cpp:1605: error: no matching function for call ...
by bramesh
Tue Feb 02, 2010 4:03 pm
Forum: Framework
Topic: Issues with building OpenSeesMP with petsc support.
Replies: 10
Views: 9835

I solved that issue by manually adding sparseGEN object files.
by bramesh
Tue Feb 02, 2010 2:33 pm
Forum: Framework
Topic: Issues with building OpenSeesMP with petsc support.
Replies: 10
Views: 9835

I forced the linking of the library in the manually and end up with these new undefined refrences. /home/bramesh/ARC/Ozgur_Atlayan/OpenSees/SRC/system_of_eqn/linearSOE/petsc/PetscSparseSeqSolver.o: In function `PetscSparseSeqSolver::~PetscSparseSeqSolver()': PetscSparseSeqSolver.cpp:(.text+0x528): u...
by bramesh
Tue Feb 02, 2010 12:28 pm
Forum: Framework
Topic: Issues with building OpenSeesMP with petsc support.
Replies: 10
Views: 9835

Thats weird because in my Makefile.def I am including petsc libraries as part of PETSC_LIB. When I list the symbols using nm I see that those symbols are part of the library that is included PETSC_LIB variable.
by bramesh
Tue Feb 02, 2010 9:44 am
Forum: Framework
Topic: Issues with building OpenSeesMP with petsc support.
Replies: 10
Views: 9835

The Makefile.def I am using is as follows: ############################################################################ # # Program: OpenSees # # Purpose: A Top-level Makefile to create the libraries needed # to use the OpenSees framework. # # version created for Redhat 8.0 LINUX distribution # # Wr...
by bramesh
Tue Feb 02, 2010 9:41 am
Forum: Framework
Topic: Issues with building OpenSeesMP with petsc support.
Replies: 10
Views: 9835

I am trying to use petsc-2.2.1 and I am getting the following error when linking. /home/bramesh/ARC/Ozgur_Atlayan/OpenSees/SRC/tcl/commands.o: In function `opsRecv(void*, Tcl_Interp*, int, char const**)': commands.cpp:(.text+0x1426): undefined reference to `PETSC_DUMMY_COUNT' commands.cpp:(.text+0x1...
by bramesh
Tue Dec 15, 2009 9:11 am
Forum: Framework
Topic: Issues with building OpenSeesMP with petsc support.
Replies: 10
Views: 9835

Sorry for the late reply.

The version of petsc I am running is petsc-2.3.3-p15.

Would this require a separate patch?
by bramesh
Fri Dec 11, 2009 2:53 pm
Forum: Framework
Topic: Issues with building OpenSeesMP with petsc support.
Replies: 10
Views: 9835

Makefile.def

Makefile.def ############################################################################ # # Program: OpenSees # # Purpose: A Top-level Makefile to create the libraries needed # to use the OpenSees framework. # # version created for Redhat 8.0 LINUX distribution # # Written: fmk # Created: 01/2003 ...
by bramesh
Fri Dec 11, 2009 2:48 pm
Forum: Framework
Topic: Issues with building OpenSeesMP with petsc support.
Replies: 10
Views: 9835

Issues with building OpenSeesMP with petsc support.

I am trying to build OpenSeesMP with petsc support. I am running into this problem when doing so. Any help on this is appreciated. PetscSOE.cpp:251: error: invalid conversion from 'int' to '_p_Mat**' /apps/packages/petsc-2.3.3-p15/include/petscmat.h:106: error: too many arguments to function 'PetscE...
by bramesh
Tue Sep 29, 2009 11:36 am
Forum: Framework
Topic: Linking error while building OpenSeesMP
Replies: 8
Views: 7098

This worked :), I have built version of OpenSeesMP.