Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions _data/learning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ reference-courses:
url: https://doku.lrz.de/display/PUBLIC/Programming+with+Fortran
description: >-
course offered at the Leibniz-Rechenzentrum

- name: "PRACE Course: Fortran for Scientific Computing"
url: https://www.futurelearn.com/courses/fortran-for-scientific-computing

- name: "PRACE Course: Advanced Fortran Topics"
url: https://doku.lrz.de/display/PUBLIC/PRACE+Course%3A+Advanced+Fortran+Topics
Expand Down Expand Up @@ -241,13 +244,21 @@ reference-courses:
# Note: urls are publisher's site or DOI link
#
reference-books:
- author: Ramkarthik, M. S., and Solanki, P. D.
year: 2021
title: Numerical Recipes in Quantum Information Theory and Quantum Computing: An Adventure in FORTRAN 90
url: https://www.routledge.com/Numerical-Recipes-in-Quantum-Information-Theory-and-Quantum-Computing-An/Ramkarthik-Solanki/p/book/9780367759285
edition: 1st ed
location: Boca Raton
publisher: CRC Press

- author: Metcalf, M., Reid, J. and Cohen, M.
year: 2018
title: Modern Fortran Explained
url: https://global.oup.com/academic/product/modern-fortran-explained-9780198811893
edition: 5th ed
location: Oxford, UK
publisher: Oxford Universtiy Press
publisher: Oxford University Press

- author: Curcic, M.
year: 2020
Expand All @@ -263,7 +274,7 @@ reference-books:
url: https://www.ce-fortran.com/
edition: 1st ed
location: Oxford, UK
publisher: Oxford Universtiy Press
publisher: Oxford University Press

- author: Markus, A.
year: 2012
Expand Down
2 changes: 1 addition & 1 deletion learn/os_setup/install_gfortran.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ For those familiar with a unix-like development environment, several emulation o

* __Cygwin:__ A runtime environment that provides POSIX compatibility to Windows;
* __MSYS2:__ A collection of Unix-like development tools, based on modern Cygwin and MinGW-w64;
* __Windows Subsystem for Linux (WSL):__ An official compatibility layer for running Linux binary executables on Windows.
* __Windows Subsystem for Linux (WSL):__ An official compatibility layer for running Linux binary executables on Windows. With [Windows Subsystem for Linux GUI](https://github.com/microsoft/wslg) one can run text editors and other graphical programs.

All of the above approaches provide access to common shells such as bash and development tools including GNU coreutils, Make, CMake, autotools, git, grep, sed, awk, ssh, etc.

Expand Down