Skip to content

pletzer/fortran_oo

Repository files navigation

fortran_oo

Testing object oriented programming features in Fortran.

GCC tests Intel oneapi tests NVIDIA tests

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 ..

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages