Opensees on AIX UNIX OS, with MPI is it TCL with MPI necesar

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
pallavi
Posts: 53
Joined: Tue Aug 29, 2006 2:56 am
Location: CDAC
Contact:

Opensees on AIX UNIX OS, with MPI is it TCL with MPI necesar

Post by pallavi »

Dear All....
I am installing Opensees on AIX UNIX Operating System and compling the Opensees code with parallen programming mode.
For that is it necessary to have the TCL/TK version as parallel.....
Is there anyone who have installed the Opensees on AIX ver 5.0, so that what kind of changes in the Makefile i have to do..

Can Anyone help me for this.

Regards

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

Post by fmk »

you do not need a parallel version of tcl/tk.
pallavi
Posts: 53
Joined: Tue Aug 29, 2006 2:56 am
Location: CDAC
Contact:

How the error was there about TCL

Post by pallavi »

Then how can i get the error related to TCL as i have installed TCL and have given the necessary paths also...
the errors are as follows.....

ar: Creating an archive file /home/csm/pallavig/lib/libOpenSees.a.
Makefile:19: warning: overriding commands for target `tcl'
Makefile:9: warning: ignoring old commands for target `tcl'
Makefile:26: warning: overriding commands for target `tcl'
Makefile:19: warning: ignoring old commands for target `tcl'
Makefile:33: warning: overriding commands for target `tcl'
Makefile:26: warning: ignoring old commands for target `tcl'
Makefile:29: warning: overriding commands for target `tcl'
Makefile:13: warning: ignoring old commands for target `tcl'
Makefile:36: warning: overriding commands for target `tk'
Makefile:20: warning: ignoring old commands for target `tk'
Makefile:19: warning: overriding commands for target `tcl'
Makefile:9: warning: ignoring old commands for target `tcl'
Makefile:26: warning: overriding commands for target `tcl'
Makefile:19: warning: ignoring old commands for target `tcl'
Makefile:33: warning: overriding commands for target `tcl'
Makefile:26: warning: ignoring old commands for target `tcl'
munch: The input file /home/csm/pallavig/OpenSees/SRC/tcl/tclMain.o is not valid in the current object mode.
gmake: *** [tcl] Error 1
make: 1254-004 The error code from the last command is 2.


Stop.

I need to install the Opensees ON AIX OS....
Need help regarding this

Thanking You

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

Post by fmk »

you are obviously compiling using a compiler that will output either 32 bit or 64 bit code ..
you need to set an OBJECT_MODE enviroment variable to match what you put in the Makefile.def, try one if that fails use the other ..
ignore the warnings.
Post Reply