Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zedthree/hpcacademyfortran

Fortran course for HPC Academy
https://github.com/zedthree/hpcacademyfortran

Last synced: 5 days ago
JSON representation

Fortran course for HPC Academy

Awesome Lists containing this project

README

        

HPC Academy: Fortran
====================

These are lecture notes for the Fortran track taught by Peter Hill for
the HPC Academy 2019 in Cambridge, UK.

Slides
------

The slides need `pandoc-include-code` to build:

https://github.com/owickstrom/pandoc-include-code

And then just `make` will build the slides.

Examples
--------

The examples can be built as follows:

cd examples
mkdir build && cd build
cmake ..
make