Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/syoyo/aobench-fortran

Fortran 90 port of aobench
https://github.com/syoyo/aobench-fortran

Last synced: about 1 month ago
JSON representation

Fortran 90 port of aobench

Awesome Lists containing this project

README

        

Fortran90 port of aobench
=========================

Original: http://code.google.com/p/aobench/

Compile
-------

$ gfortran ao.f90

Tested
------

* GNU Fortran (GCC) 4.1.2 20080704 (Red Hat 4.1.2-52)
* GNU Fortran (GCC) 4.4.6 20110731 (Red Hat 4.4.6-3)
* GNU Fortran (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
* ifort (IFORT) 11.1 20091130
* ifort (IFORT) 13.0.0 20120731

thanks to kshramt!