/test_compiler

A set of tools to test the applicability of compilers for a project of developing optimization solvers

Primary LanguageFortranGNU General Public License v3.0GPL-3.0

Introduction

This is a set of tools for testing the applicability of Fortran compilers in my project that develops optimization solvers.

Platforms tested

Compilers tested

Compilers to be tested

Usage

The compilers can be tested using the Makefile by the commands below. Of course, you need to have the tested compiler installed on your computer, and you may need to edit the Makefile to fit your platform.

make atest  # Test af95
make dtest  # Test AOCC flang
make ftest  # Test classic flang
make 9test  # Test g95
make gtest  # Test gfortran
make itest  # Test ifort
make xtest  # Test ifx
make ltest  # Test lf95
make ntest  # Test nagfor
make vtest  # Test nvfortran
make stest  # Test sunf95

Discussions

Contact

Feel free to contact me if you would like to suggest a compiler or have questions about the test. See my homepage for contact information.