Parallel-NetCDF / PnetCDF

Source code repository of PnetCDF library and utilities
https://parallel-netcdf.github.io
Other
82 stars 23 forks source link

Add Fortran fix/free form flags #73

Closed wkliao closed 3 years ago

wkliao commented 3 years ago

IBM XLF compiler on Summit at OLCF requires -qfixed compile flag when compiling Fortran programs written in fixed form. This PR adds the fixed form flag detected at configure time to AM_FFLAGS when compiling fixed form programs. Similarly, it added the free form flag to AM_FCFLAGS when compiling free form programs.