GAUSS Basics
Description
The GAUSS Mathematical and Statistical System is a programming environment similar to Matlab, but with greater emphasis on data analysis and data modeling.
Highlights: Data analysis and Statistics package.
Availability
GAUSS is licensed software, available on the IBM pSeries systems, but not on the Linux Cluster. Currently, 4 instances may be run simultaneously.
Using GAUSS
There is one user executable program called tgauss. It provides a command-line interface to the language interpreter, debugger, and help system.
To start an interactive session, type:
twister% tgauss
To run a GAUSS program called "prog" in your current directory, type:
twister% tgauss -b prog
To run the above program in the p4-long batch queue, type:
twister% bsub -q p4-long tgauss -b prog
Note: GAUSS is NOT multi-threaded so GAUSS jobs should only be submitted to the single processor batch queues.
Additional Help/Documentation
The GAUSS manuals are available in pdf form in /usr/local/gauss/doc. The manuals and additional information can be found at the vendor's web site: www.aptech.com.
Document Name: gauss
Author/Maintainer: Michael Dugan
Executable: /usr/local/bin/tgauss
Keywords: gauss
Machines List: IBM p690, IBM p655
Created March 30, 2004; Last Revised March 30, 2004; Last Modified 17:18 17-May-06
URL of this document: http://scv.bu.edu/documentation/software-help/mathematics/gauss.html
Go up to SCV Help Pages
|