ADIOS2
ADIOS2 copied to clipboard
*.f90 files vs. *.F90 files
I am wondering if there is any special reason that we have both *.f90 and *.F90 files fortrran files in the repo?
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.
For future reference, stackoverflow is a great place to learn this kind of thing.
Close this as answered.