Rev 189 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
OpenSees - Release 1This is the first release of the OpenSees framework. Feedback andcomments would be greatly appreciated.This directory contains the following:COPYRIGHT a file containing the copyright information on thecode that has so far been developed.SRC the source code for all the classes developed for OpenSees canbe found in this subdirectory.Makefile this is a makefile that may be provided to the unixmake program. It will create the libraries specified by YOU theuser in Makefile.def. NOTE TO RUN PROPERLY YOU NEED TO HAVEPREINSTALLED THE TCL/TK LIBRARIES AND INCLUDE FILES. Thesecan be found at http://dev.scriptics.com/software/tcltk.If you are running LINUX you probably already have the files.Makefile.def this is the one file you must edit. You need toset paths, library names, your favorite compiler and compileroptions.MAKES is a subdirectory containg example Makefile.def's.DOCUMENTS is a subdirectory containing 3 postscript files.EXAMPLES is a subdirectory containg example subdirectories.OTHER is a subdirectory containing a number of subdirectoriescontaining the source code for the numerical libraries that the usermay need to install if not already on the users machine:BLAS - contains the blas routines called.CBLAS - contains the cblas routines called (SuperLU).LAPACK - contains the lapack routines called.ARPACK- containts the ARPACK routines called.UMFPACK- containts the ARPACK routines called.SuperLU - contains the SuperLU routines called.Win32 is a dircetory for windows users. It containstwo projects 1: g3.dsw (a microsoft visualc++ project)2: g3Fortran.mdp (a microsoft powerstationfortran project)which can be used to build the g3 interpreter on windows machines.NOTE TO RUN PROPERLY YOU NEED TO HAVE PREINSTALLED THE TCL/TKLIBRARIES AND INCLUDE FILES, which can be obtained as outlined above.