How to run examplesΒΆ
This code examples can be run using already prepared tests in
al-fortran/doc/code_samples/tutorial/test_new_examples.f90.
Change the directory to
al-fortran/doc/code_samples/tutorial.
cd al-fortran/doc/code_samples/tutorial
To compile the Fortran code execute those commands:
export FC=gfortran
make
To run the code, execute the following command in
Command Window:
./test_new_examples