Skip to content

Commit

Permalink
differences for PR #5
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 21, 2024
1 parent 31678c6 commit dfdb6f6
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 8 deletions.
1 change: 0 additions & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,3 @@ profiles:
# This space below is where custom yaml items (e.g. pinning
# sandpaper and varnish versions) should live


12 changes: 11 additions & 1 deletion instructor-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,14 @@
title: Instructor Notes
---

This is a placeholder file. Please add content here.
## Learner Profiles

Before teaching a workshop consider who is attending and their needs. This section highlights audiences for this Fortran course. Instructors can use the profiles to decide which episodes to teach or place more emphasis on.

***Tahani is a new research software engineer at the Met Office.*** She has just joined the office after their degree and have experience in Python, Linux, and shell commands. She has limited experience with compiled languages. The weather and climate code she will be working on is written in Fortran. She thought Fortran was a dead language.

***Ionas, a researcher joining the JULES (Joint UK Land Environment Simulator) partnership.*** They will be adding new functionality to JULES in Fortran. They have extensive experience with C and C++ and have been told there are differences between Fortran and C/C++ that they should be aware of. They are keen to learn Fortran but must fit their learning inbetween teaching duties and other research commitments.

***Malak is mathematics graduate student working on new timestepping methods.*** Malaks previous work was mostly theoretical although he knows basic Python. Malak needs to use Fortran to prototype his new routines which will interface with other Fortran code. Malak has been told by his supervisor that he should set up his preferred text editor for Fortran development.

***Joe has been employed by a tech company to update their Fortran code.*** Joe has years of experience developing mainly C++ code for HPCs but has not used Fortran in a production environment. They have been asked to update legacy code to modern standards, including implementing some form of testing and using standard libraries. Joe is not sure if there is a standard code style that they can adopt.
25 changes: 23 additions & 2 deletions learner-profiles.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
---
title: FIXME
title: Learner Profiles
---

This is a placeholder file. Please add content here.
This page outlines how [this course][this-course-link] links to other Fortran lessons. Use the learning pathways on this page to decide if the course is right for you.


## Pathways

This course is merely an introduction to modern Fortran, and most learners will also want to take the Intermediate Modern Fortran course. If you work on HPC code you may also find the ARCHER2 MPI and OpenMP courses linked below useful.

```mermaid
flowchart TD
accTitle: Learner Pathways for the Introduction to Modern Fortran Course
accDescr {This diagram shows the possible learning pathways after completing the Introduction to Modern Fortran course.
The Intermediate and Advanced Topics in Modern Fortran courses are in the pre-alpha stage.
The MPI and OpenMP courses are from ARCHER2, the UK's national supercomputing facility, courses.}
A["Introduction to Modern Fortran <br>(this course)"] --> B
B[Intermediate Modern Fortran] --> C & D & E
C[Advanced Topics<br>in Modern Fortran]
D[Message-passing<br>Programming with MPI]:::archer2
E[Shared Memory<br>Programming with OpenMP]:::archer2
classDef archer2 stroke:#64c2ab
click D href "https://www.archer2.ac.uk/training/courses/#message-passing-programming-with-mpi" "Link to the MPI Archer2 Course"
click E href "https://www.archer2.ac.uk/training/courses/#shared-memory-programming-with-openmp" "Link to the OpenMP Archer2 Course"
```
2 changes: 2 additions & 0 deletions links.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ any links that you are not going to use.
[noc-link]: https://noc.ac.uk/
[uk-met-link]: https://www.metoffice.gov.uk/

[this-course-link]: https://carpentries-incubator.github.io/intro-to-modern-fortran/

[install-gfortran]: https://fortran-lang.org/learn/os_setup/install_gfortran/
8 changes: 4 additions & 4 deletions md5sum.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
"file" "checksum" "built" "date"
"CODE_OF_CONDUCT.md" "c93c83c630db2fe2462240bf72552548" "site/built/CODE_OF_CONDUCT.md" "2023-11-21"
"LICENSE.md" "b24ebbb41b14ca25cf6b8216dda83e5f" "site/built/LICENSE.md" "2023-11-21"
"config.yaml" "32073084cd22f7f684481a1a454b2ec1" "site/built/config.yaml" "2023-11-21"
"config.yaml" "7fba15342b016a4e591510c62b981fd0" "site/built/config.yaml" "2024-02-21"
"index.md" "3805e770257efa14dc17eee63ec45500" "site/built/index.md" "2023-11-21"
"links.md" "e0a8f306dd2dfa5adfc27965f32441a3" "site/built/links.md" "2023-11-21"
"links.md" "6f6c89c0e0b65fc3cdaa58cb000b0bf0" "site/built/links.md" "2024-02-21"
"episodes/introduction.Rmd" "82188ceeb809ba0eeb51ec3918a65b95" "site/built/introduction.md" "2023-11-21"
"instructors/instructor-notes.md" "5cf113fd22defb29d17b64597f3c9bc0" "site/built/instructor-notes.md" "2023-11-21"
"instructors/instructor-notes.md" "97f994a38c4fbf1c221684152af4c82a" "site/built/instructor-notes.md" "2024-02-21"
"learners/reference.md" "527a12e217602daae51c5fd9ef8958df" "site/built/reference.md" "2023-11-21"
"learners/setup.md" "1969cff95cff6288fe45afa8f6a1dfe8" "site/built/setup.md" "2023-11-21"
"profiles/learner-profiles.md" "5fe5bf7537072422b91ed393ada03f9a" "site/built/learner-profiles.md" "2023-11-21"
"profiles/learner-profiles.md" "f4a138b334c96b865e23ac2b391c4e76" "site/built/learner-profiles.md" "2024-02-21"
"renv/profiles/lesson-requirements/renv.lock" "7b38acd5d9c17c6c1fe4547590c7fabf" "site/built/renv.lock" "2023-11-21"

0 comments on commit dfdb6f6

Please sign in to comment.