Home
Introduction
About ODT
About TOAST
Matlab toolbox
Download
Toast sources
Matlab toolbox
Installation
Documentation
Getting Started
Matlab demos
FAQ
Change log
References
License
Support
Links
Message board
Contacts
Vacancies
|
Downloading TOAST
You will need to download two packages to install the TOAST Matlab toolbox:
- The Common package which contains the platform-independent Matlab scripts, help and data files,
- The appropriate system-dependent package which contains the compiled command line executables and mex files for your computer platform.
- SMP versions support multi-threaded parallel versions of iterative linear solvers (CG, BiCGSTAB, GMRES) for shared memory architectures
Please note that these files are hosted on an ftp server. If you having problems downloading the packages, please check that your internet security and firewall settings allow ftp access.
Package | Time stamp | Size [byte] |
Common | 11-12-20 | 16,743,788 |
Linux 32-bit | 11-12-20 | 13,293,217 |
Linux 32-bit (SMP version) | 11-12-20 | 13,416,768 |
Linux 64-bit | 11-12-20 | 14,818,199 |
Linux 64-bit (SMP version) | 11-12-20 | 14,938,424 |
Windows 32-bit | 10-07-16 | 8,195,663 |
Windows 64-bit | 10-06-10 | 2,499,726 |
Mac OS X v10.6 | 09-12-14 | 6,977,033 |
Mac OS 64-bit | 13-05-02 | 7,030,803 |
Note: Only the Linux versions have been updated to the latest version yet. Windows and Mac OS to follow shortly.
System requirements
Linux (32 and 64-bit):
Toast has been compiled with gcc-4.3.4 (32-bit) and gcc-4.3.2 (64-bit). It requires the following run-time libraries installed on the system:
- libgfortran.so.3
- libm.so.6
- libgcc_s.so.1
- libstdc++.so.6
- libc.so.6
- libdl.so.2
- libpthread.so.0 (SMP version only)
Windows (32 and 64-bit):
Toast has been compiled with Visual Studio 2005. It requires the latest VS2005 runtime libraries installed on the system.
For a list of changes from previous versions, see the Change log.
Continue to Installation.
|