home *** CD-ROM | disk | FTP | other *** search
-
- Array Management System - Fortran Version (AMSF)
-
- Version 2.0
-
- by
-
- Tzong-shuoh Yang *
- Department of Civil Engineering
- University of California at Berkeley
-
- * Graduate student. Can be reached at tsyang@ce.berkeley.edu
-
- Revised: December, 1990
-
- The version 1.2 of AMSF was published in
- Computers & Structures Vol. 33, No. 6, pp. 1507-1527, 1989.
-
- Abstract
-
- The Array Management System - Fortran version (AMSF) is an integrated
- set of array management tools designed to increase the productivity of
- technical programmers engaged in intensive matrix computational
- applications. AMSF is composed of a set of easy-to-use in-core and
- out-of-core data management subroutines written in FORTRAN 77. The
- in-core array management subroutines of AMSF allows dynamic storage
- allocation to be accomplished with integer, real, and complex data
- with a minimum of programming effort. The out-of-core array management
- subroutines of AMSF support simple operations to allow array transfer
- between in-core and out-of-core systems and allow different programs to
- access the same data. The out-of-core data management provides for
- direct access database file to speed up the input/output operations.
- Multiple databases are allowed to be accessed by a program, this
- provides an easy way to share data and restart. This integrated database
- environment is suitable to be the kernel of a software project with
- several programmers and data communications among them.
-
- Files in AMSF20.ZIP:
-
- READ.ME This file.
- AMSF.DVI The document of AMSF 2.0 in TeX .DVI format.
- AMSF.FOR Fortran source code of AMSF 2.0.
- AMSCTL.INC Include file for AMSF.FOR.
- AMST1.FOR Test program 1.
- AMST2.FOR Test program 2.
- AMST3.FOR Test program 3.
- AMST4.FOR Test program 4.
- AMST5.FOR Test program 5.
- DGELG.FOR IBM SSP subroutine DGELG.
- DGELS.FOR IBM SSP subroutine DGELS.
- EIGEN.FOR IBM SSP subroutine EIGEN.
- BUILD.BAT Compiling and linking procedure for test programs.
- AMST1.EXE Execution file of Test program 1.
- AMST2.EXE Execution file of Test program 2.
- AMST3.EXE Execution file of Test program 3.
- AMST4.EXE Execution file of Test program 4.
- AMST5.EXE Execution file of Test program 5.
-