Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zedthree/hpcacademyfortran
- Owner: ZedThree
- Created: 2019-07-18T10:44:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-13T08:33:25.000Z (over 3 years ago)
- Last Synced: 2024-12-27T15:25:02.351Z (17 days ago)
- Language: Fortran
- Size: 6.12 MB
- Stars: 12
- Watchers: 3
- 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