Fortran quick tips and version tricks
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