1 | Name of program has an .fl or .cl extension |
2 | Top level routine must be named real_main but has the same argv and argc parameters as the C main does |
3 | Top level routine must be a parameter-less subroutine named real_main - Fortran |
4 | Bulk of program is pure FORTRAN/C |
5 | Linda operations, eval, in, out |
6 | Program is asynchronous - no guarantee that any particular process will execute before any other |