Fortran quick tips and version tricks

From Hepplestone Research Group
Revision as of 10:11, 24 November 2023 by Shepplestone (talk | contribs) (Created page with "Here are a series of "advanced" fortran calls that are useful for programming. Where possible, we have noted the compiler version in the code so you can be sure of backward c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Here are a series of "advanced" fortran calls that are useful for programming. Where possible, we have noted the compiler version in the code so you can be sure of backward compatibility (or not).


How to include different bits of code at the compilation step - #ifdef

how to do simple parallelise loops on single node machines - concurrent