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.

  1. Change the directory to al-fortran/doc/code_samples/tutorial.

cd al-fortran/doc/code_samples/tutorial
  1. To compile the Fortran code execute those commands:

export FC=gfortran
make
  1. To run the code, execute the following command in Command Window:

./test_new_examples