fortran_oo
December 3, 2024 ยท View on GitHub
Testing object oriented programming features in Fortran.
How to check out the code
git clone https://github.com/pletzer/fortran_oo.git
How to build and run tests
cd fortran_oo
mkdir build
cd build
cmake ..
make
ctest
On AIX:
FC=xlf2003_r cmake ..
Using the Intel compiler:
FC=ifort cmake ..