A collection of examples showing peculiarities when working with Fortran, OpenACC, PGI, or any other software extensively used at MeteoSwiss | Read-only mirror of https://github.com/MeteoSwiss-APN/code_examples — MeteoSchweiz. Issues & pull requests at the source.
  • Fortran 82.4%
  • Makefile 14.3%
  • Shell 3.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2021-11-08 10:00:09 +01:00
derived_types examples for async, types and classes 2019-10-16 09:13:43 +02:00
derived_types_cosmo_example add cosmo test case 2019-10-18 13:32:21 +02:00
fortran_acc_async examples for async, types and classes 2019-10-16 09:13:43 +02:00
fortran_classes examples for async, types and classes 2019-10-16 09:13:43 +02:00
parametrised_async_queue Update README.md 2021-11-08 10:00:09 +01:00
.gitignore examples for async, types and classes 2019-10-16 09:13:43 +02:00
README.md Add readme 2019-12-06 09:39:16 +01:00

How to contribute

When working with technology that is itself going through a lot of development, like OpenACC with PGI, it is sometimes useful to write a minimal example of a feature that is used in big codes like COSMO or ICON. These minimal examples serve as an excellent tool to learn working with these technologies or play around with features to explore the technology itself. If you have such minimal examples, please share them with your current and future collaborators in this repository!