OpenSees Binary for TG Abe/NCSA

Forum for OpenSees users to post questions, comments, etc. on the use of the OpenSees interpreter, OpenSees.exe

Moderators: silvia, selimgunay, Moderators

Post Reply
dborello
Posts: 26
Joined: Fri Sep 05, 2008 11:00 am
Location: University of Illinois at Urbana-Champaign

OpenSees Binary for TG Abe/NCSA

Post by dborello »

I am planning on running numerous simulations on NCSA Abe on Teragrid. I am not planning to use any fancy parallel implementation.

Has anybody compiled OpenSees on Abe? I grabbed the source and the proper Makefile.def but am missing TCL dependencies.

I was hoping that I could avoid dealing with compiling issues if someone else has already done the leg work.

Thanks,
Dan
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

i have built it and placed binaries in:

[code]
/u/ac/fmckenna/bin
[/code]

the Makefile.def i used is in the MAKES directory OpenSees/MAKES/Makefile.def.ABE
dborello
Posts: 26
Joined: Fri Sep 05, 2008 11:00 am
Location: University of Illinois at Urbana-Champaign

Post by dborello »

Thanks Frank, just what I was looking for.
dborello
Posts: 26
Joined: Fri Sep 05, 2008 11:00 am
Location: University of Illinois at Urbana-Champaign

Post by dborello »

The scheduler has been paused on Abe for the weekend.

Frank, do you have a binary for LONI QueenBee?

Thanks,
Dan
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

sorry no.
dborello
Posts: 26
Joined: Fri Sep 05, 2008 11:00 am
Location: University of Illinois at Urbana-Champaign

Post by dborello »

Frank,

I unfortunately am running into a bug in version 2.2.0 that was fixed in version 2.2.2. However, the binaries in your home direction on Abe are still version 2.2.0.

Would it be possible to get a build of the current version on Abe?

(If it is simple and I am just being stupid, you can just tell me to go do it myself; perhaps with a nudge in the right direction).

Greatly appreciated. Thanks,
Dan
dborello
Posts: 26
Joined: Fri Sep 05, 2008 11:00 am
Location: University of Illinois at Urbana-Champaign

Post by dborello »

An up to date Makefile.def would probably suffice. The one in the source code does not seem to be recent (references tcl 8.4). The one from 2.2.0 would probably work.

I have tried to compile it with Makefile.def.ABE without any luck. I changed the home directory, removed MUMPS and set it to sequential and am bombing out with tcl errors. I have done my best to debug them.

Thanks,
Dan

/u/ac/dborello/OpenSees/SRC/tcl/TclV1deoPlayer.o(.text+0xc43): In function `TclV1deoPlaye
r::TclV1deoPlayer(char const*, char const*, char const*, Tcl_Interp*, char const*, double
)':
: undefined reference to `PlainMap::PlainMap()'
gmake[1]: *** [tk] Error 1
gmake[1]: Leaving directory `/u/ac/dborello/OpenSees/SRC/modelbuilder/tcl'
Post Reply