Copyright © 1998–2016 by A. Miyoshi
SSUMES - System Requirements
SSUMES - System Requirements
Platforms
The SSUMES programs are designed to run on any platforms where
ANSI C++ and FORTRAN77 compilers are available, but have been
extensively tested only with GNU compilers and Intel compilers
on Linux and 32-bit Windows.
Physical Memory and Problem Size
The current version of SSUMES programs use about 490 MB of
physical memory to store the working matrices for calculation.
The problem size (matrix size) is limited to 7,000, that is, the maximum
size of the matrix is 7,000 × 7,000.
The problem size can be changed by rebuilding the executables after
changing the constants found at the beginning of the umolPorb
class declarations in ssulibc.h
. The memory requirement
will be reduced to about 250 MB by reducing the problem size to 5,000.
Physical memory up to 1 GB will be needed to increase the problem size
to 10,000.