OpenSees Binary for TG Abe/NCSA
Moderators: silvia, selimgunay, Moderators
-
- Posts: 26
- Joined: Fri Sep 05, 2008 11:00 am
- Location: University of Illinois at Urbana-Champaign
OpenSees Binary for TG Abe/NCSA
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
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
-
- Posts: 26
- Joined: Fri Sep 05, 2008 11:00 am
- Location: University of Illinois at Urbana-Champaign
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
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
-
- Posts: 26
- Joined: Fri Sep 05, 2008 11:00 am
- Location: University of Illinois at Urbana-Champaign
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'
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'