ADIOS2 icon indicating copy to clipboard operation
ADIOS2 copied to clipboard

*.f90 files vs. *.F90 files

Open dmitry-ganyushin opened this issue 2 years ago • 2 comments

I am wondering if there is any special reason that we have both *.f90 and *.F90 files fortrran files in the repo?

dmitry-ganyushin avatar Feb 09 '24 18:02 dmitry-ganyushin

We need .F90 if the file contains C style macros and headers (i.e. # character). The capital letter is commonly understood by Fortran compilers to call the pre-processor on them before compiling.

pnorbert avatar Feb 09 '24 21:02 pnorbert

For future reference, stackoverflow is a great place to learn this kind of thing.

eisenhauer avatar Feb 09 '24 22:02 eisenhauer

Close this as answered.

eisenhauer avatar Mar 19 '24 18:03 eisenhauer