Search found 11 matches

by hjmangalam
Thu Apr 10, 2014 10:31 am
Forum: Framework
Topic: sporadic crashing on Centos/6.4/64b
Replies: 1
Views: 2786

sporadic crashing on Centos/6.4/64b

I am a sysadmin, not an Opensees user, trying to help a user discover why her Opensees jobs are failing on our cluster. She's submitting 105 OpenSees (version 2.4.1_r5363, also 2.4.3_r5695) jobs to our gridengine scheduler (sending jobs to several 64b CentOS6.4 hosts, each with 512GB RAM). Her qsub ...
by hjmangalam
Wed Jul 03, 2013 8:50 am
Forum: Feature Requests/Future Directions
Topic: How about a std configure / make system?
Replies: 1
Views: 7013

How about a std configure / make system?

After patching the Makefile.def a few times, and remembering that it took several days to (fail to) compile this previously, I'm going to politely, plaintively suggest that perhaps OpenSees should switch to a more standard environment flag-respecting build system, either cmake, or the GNU build chai...
by hjmangalam
Wed Jul 03, 2013 8:24 am
Forum: Feature Requests/Future Directions
Topic: remove -fforce-mem from Makefile.def
Replies: 0
Views: 5912

remove -fforce-mem from Makefile.def

has been obsolete for several years from gcc. ignored or causes build failure.

Makefile.def:178: -fforce-addr -fforce-mem -finline-functions \
^^^^^^^^^^
by hjmangalam
Wed Jul 03, 2013 8:06 am
Forum: Documentation
Topic: How to dowload source for building on a Linux cluster
Replies: 3
Views: 5063

Re: How to dowload source for building on a Linux cluster

Well, after searching the site for 30m, I haven't been able to find it. Could you please document this? This is central to the process of getting the source code. You provide a Web interface to the source, but no svn repo link. The usual way to download source is by tarball. If you don't want to sup...
by hjmangalam
Wed Jun 08, 2011 9:13 am
Forum: Parallel Processing
Topic: OpenSeesSP Build error
Replies: 26
Views: 27581

Re: OpenSeesSP Build error

Hi there, This part: === /home/numubuntu/OpenSees/SRC/tcl/tkMain.o: In function `Tk_MainOpenSees(int, char**, int (*)(Tcl_Interp*), Tcl_Interp*)': tkMain.cpp:(.text+0x468): undefined reference to `Tk_MainLoop' tkMain.cpp:(.text+0x4f1): undefined reference to `TkpDisplayWarning' tkMain.cpp:(.text+0x5...
by hjmangalam
Wed Jun 08, 2011 7:03 am
Forum: Parallel Processing
Topic: OpenSeesSP Build error
Replies: 26
Views: 27581

Re: OpenSeesSP Build error

My apologies if you took this as a criticism of you - it certainly wasn't - it was just an puff of steam from an overheated sysadmin. This is not my area of expertise or interest so I have no particular interest in it - I'm just trying to help a user get the program compiled but it's looking like th...
by hjmangalam
Tue Jun 07, 2011 2:22 pm
Forum: Parallel Processing
Topic: OpenSeesSP Build error
Replies: 26
Views: 27581

Re: OpenSeesSP Build error

Thank you, hsafti, I see you used tcl/tk 8.5 - I was using 8.4 (but have access to 8.55). I'll try that. I went in and edited some include lines to point them to the include files (in the distribution!) and got further, but am now failing with what looks like an internal compiler error(!) ===== comm...
by hjmangalam
Tue Jun 07, 2011 11:01 am
Forum: Parallel Processing
Topic: OpenSeesSP Build error
Replies: 26
Views: 27581

Re: OpenSeesSP Build error

Any hope of getting that Makefile.def?

I've been getting lots of replies regarding my posts but all of them are spam.

(hopeful) Thanks in advance
Harry
by hjmangalam
Fri Jun 03, 2011 2:58 pm
Forum: Parallel Processing
Topic: OpenSeesSP Build error
Replies: 26
Views: 27581

Re: OpenSeesSP Build error

Giving up on the parallel build due to build dead ends, but the serial version has hit the same wall. The build still starts failing with our good friend 'theMachineBroker': ... 459 make[2]: Leaving directory `/home/hmangala/build/OpenSees/SRC/tcl' 460 /home/hmangala/build/OpenSees/SRC/tcl/commands....
by hjmangalam
Thu Jun 02, 2011 2:15 pm
Forum: Parallel Processing
Topic: OpenSeesSP Build error
Replies: 26
Views: 27581

Re: OpenSeesSP Build error

OK some more info. Due to all the hardcoded paths and vars, I accidentally commented out some stuff that should not have been. to wit, the 1st 3 lines that start with $(FE) below PETSC_LIB = /apps/petsc/3.1-p8/lib/libpetsc.a \ $(FE)/system_of_eqn/linearSOE/petsc/PetscSOE.o \ $(FE)/system_of_eqn/line...
by hjmangalam
Thu Jun 02, 2011 1:38 pm
Forum: Parallel Processing
Topic: OpenSeesSP Build error
Replies: 26
Views: 27581

Re: OpenSeesSP Build error

Same problem here. On both CentOS 5.5 and Ubuntu 10.04. The arch is x86_64 for a Linux cluster, using openmpi 1.4.3 I built the PETSc new on CentOS, used the repo version for Ubuntu. I tried tcl/tk 8.5.5 and also 8.4 I could send you my Makefile.def but I'd rather not clutter this venue. It's availa...