Unverified Commit a2ad7777 authored by Kevin Lyda's avatar Kevin Lyda
Browse files

More fpt runs

parent e8e18bd9
Loading
Loading
Loading
Loading

bulletin/BULLETIN.fpl

0 → 100644
+91 −0
Original line number Diff line number Diff line
!H!***************************************************************************************
!H! File: BULLETIN.fpl
!H! Output by fpt 4.311  Intel-Linux  On  4-MAY-25  At 13:43:21    Input files:
!H! Main:    /home/kevin/src/os-projects/bulletin/bulletin/BULLETIN.fsp
!H! Licensee:  WRF Community Licence
!H!***************************************************************************************

------------------------------------------------------------------------------------------
!!! WARNING !!!  Number 1901  Severity 1 (Worst 0)   Count    1
     Some code lines longer than input code line length - truncated
     See Listing File or FORTRAN output for occurrences.
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
NOTE             Number 1923  Severity 0 (Worst 1)   Count    2
     Fortran keyword "FORMAT" used as an identifier.
     See Listing File or FORTRAN output for occurrences.
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
!!! FATAL !!!    Number 1893  Severity 3 (Worst 1)   Count    3    Line     1
File: ($SYIDEF)
	EQUIVALENCE (FOLDER1,FOLDER1_COM)
                                        ^
     Unable to open input file.
------------------------------------------------------------------------------------------



Diagnostic Summary
==================

          Total diagnostics 5          Highest severity    3

          Notes                            3
          Warnings                         1
          Errors                           1

Code Quality Index

          Error weighting                 10
          Total lines                  19132
          Index per 1000 lines         0.052

Counts and Contributions to Code Quality Index

Notes
=====

 No.  Description                                                 Count Contrib

1923 Fortran keyword "FORMAT" used as an identifier.                    3     0


Warnings
========

 No.  Description                                                 Count Contrib

1901 Code line longer than input code line length - truncated           1     1


Errors
======

    None


******************************************************************************************


Systematic Changes to the Code (Notes)
======================================

Format changes
   None

Declaration changes
   None

Changes in executable code
   None




End of processing


******************************************************************************************

!!! Exiting after fatal error !!!
******************************************************************************************

bulletin/BULLETIN.fsp

0 → 100644
+26 −0
Original line number Diff line number Diff line
!H!***************************************************************************************
!H! File: BULLETIN
!H! Output by fpt 4.311  Intel-Linux  On  4-MAY-25  At 13:29:41                
!H!***************************************************************************************


! Additional files and commands
% primary input file name extension: .for
% add to include path: include .
% fixed format input
% ARGUMENT CORRECTION TO EMULATE VMS

! Project input files
BULLETIN_files.fsp

! Project output directories
% output directory: ../fpt_output

% keep directories
% keep file name extensions
% edit output filenames: replace "original_source" by "fpt_output"
% edit output filenames: replace "modified_source" by "fpt_output"

% make makefile

! End of BULLETIN.fsp                                                                                                                                                                                                                                                                                                                                                                                                    
+31 −0
Original line number Diff line number Diff line
!H!***************************************************************************************
!H! File:
!H! Output by fpt 4.311  Intel-Linux  On  4-MAY-25  At 13:29:41
!H!***************************************************************************************

% infer input code layout from file name extension


! Start of paths
! End of paths

! Start of files
% system library
% primary input search path: ""
% end of system library

bulletin0.for
bulletin1.for
bulletin2.for
bulletin3.for
bulletin4.for
bulletin5.for
bulletin6.for
bulletin7.for
bulletin8.for
bulletin9.for
bulletin.for

! End of files

! End of BULLETIN_files.fsp
+0 −0

Empty file added.

+0 −0

Empty file added.

Loading