HOWTO

This HOWTO-Guide should be used to get an idea how to write a piece of code within FASTEST. It points out the structures used within Fastest and how to use them for your work. The best way getting into it is to read the code regarding your problem and reconstructing an example. If you are unsure, ask a more experienced colleague before starting a project.

Attention: We are using FORTRAN 77, that implies that only static memory allocation is possible. Because of the idea of FASTEST to work with several projects with a different demand of memory, it must be ensured that in subroutines only fixed area lengths are used, or only the address of the first area element is needed (global declaration)!


Subsections