https://github.com/zedthree/hpcacademyfortran
Fortran course for HPC Academy
https://github.com/zedthree/hpcacademyfortran
Last synced: 4 months ago
JSON representation
Fortran course for HPC Academy
- Host: GitHub
- URL: https://github.com/zedthree/hpcacademyfortran
- Owner: ZedThree
- Created: 2019-07-18T10:44:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-13T08:33:25.000Z (over 4 years ago)
- Last Synced: 2025-06-29T22:48:47.740Z (11 months ago)
- Language: Fortran
- Size: 6.12 MB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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