Skip to content

Latest commit

 

History

History
57 lines (46 loc) · 2.12 KB

documentation.md

File metadata and controls

57 lines (46 loc) · 2.12 KB
Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 14 column 16
---
project: AdHoc
summary: ad hoc tests for modern Fortran compilers 
src_dir: src
output_dir: doc
preprocess: true
display: public
         protected
         private
source: true
graph: true
sort: alpha
extra_mods: iso_fortran_env:https://gcc.gnu.org/onlinedocs/gfortran/ISO_005fFORTRAN_005fENV.html
print_creation_date: true
creation_date: %Y-%m-%d %H:%M %z
project_github: https://github.com/sourceryinstitute/AdHoc
project_download: https://github.com/sourceryinstitute/AdHoc/releases/latest
license: bsd
author: Damian Rouson
email: damian@sourceryinstitute.org
author_description: President, Sourcery Institute
author_pic: <insert-url-to-a-photo-of-yourself>
github: https://github.com/<insert-your-github-user-name>/<insert-your-repository-name>
website: http://www.sourceryinstitute.org
---

Brief description

@warning This archive uses advaned features of Fortran 2015. As of October 2016, only GNU Fortran compiler supports all features employed.

ToDo

X marks indicated solved problems (insert X for each completed item):

Compilers

This archive has been tested with the pre-release version 7.0.0 GNU Fortran compiler (gfortran) with multi-image execution support from OpenCoarrays.