Norma compiler
Installation guide

Keldysh Institute of Applied Mathematics
Russia Academy of Sciences

2004


Contents
1. Software requirements
2. Norma compiler building
3. Norma compiler verification


1. Software requirements

For Norma compiler installation there are necessary:

- UNIX (TM) operating system; 
- cc compiler;
- make;
- ar
- gzip, tar for extracting archive.

2. Norma compiler building

Do the following to build Norma compiler:

Copy files norma.tar.gz in root directory of installation and execute
the follow command:

gzip -cd norma.tar.gz|tar xf -

Then run the installation script 'ninstall'.

Norma will be build and all executable compiler files will be created 
in directory "./bin". The library for debug will be created in "./lib"
directory. You will see on a screen message about succesfull end of
installation. If during the process of installation some errors will be 
detected, corresponding diagnostics will be output on a screen.
Test for Norma compiler verification will be created in directory "./test"
and suggestion to start test will be output on a screen.

3. Norma compiler verification

Answer 'y' to suggestion to start test to verify Norma compiler. Norma test
program will be compiled and configured for Fortran MPI using.
On a screen will be output message about succesful end of test or about errors. 
