jasonlarkin / p3dfft

Automatically exported from code.google.com/p/p3dfft
GNU General Public License v3.0
0 stars 0 forks source link

Change file extensions? #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The gcc compiler tries to compile .F-files with fortran77 and fails. Therefore 
I had to use compiler flag -ffixed-line-length-132

Since the Fortran sources are written in fortran90 it may be better to
substitute the suffix .F with .F90, so the compiler sets a line length of 132
by default.

Original issue reported on code.google.com by d4p...@ucsd.edu on 3 Mar 2010 at 1:29

GoogleCodeExporter commented 9 years ago

Original comment by dan.djc...@gmail.com on 11 Mar 2010 at 9:38

GoogleCodeExporter commented 9 years ago
There is no  make target for fft_spec.o?

Original comment by dan.djc...@gmail.com on 11 Mar 2010 at 5:43

GoogleCodeExporter commented 9 years ago
Created a separate branch on SVN to test the transition to f90 (directory is 
called 
p3dfft-f90)

Original comment by d4p...@ucsd.edu on 6 May 2010 at 8:47

GoogleCodeExporter commented 9 years ago
The Fortran files in the build directly successfully compile under their new f90
extensions!

Original comment by d4p...@ucsd.edu on 7 May 2010 at 12:44

GoogleCodeExporter commented 9 years ago
The Fortran samples have been converted to F90! 

Original comment by d4p...@ucsd.edu on 7 May 2010 at 1:13