Skip to content

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

License

Notifications You must be signed in to change notification settings

zequipe/test_compiler

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published