Example: Simple Linear Algebra

Compilation on Cosmos

    f90 lin_alg.f90 main_mod.f90 main.f90 

Makefile:

    make linalg
or
    make clean