File: checkf90.bat

package info (click to toggle)
ftnchek 3.3.1-7
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,684 kB
  • sloc: ansic: 21,908; fortran: 5,748; yacc: 4,071; sh: 3,035; makefile: 895; lisp: 322; f90: 118; perl: 76
file content (10 lines) | stat: -rw-r--r-- 374 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
rem Batch file for checking standard-compliance warnings.
echo   %1
..\ftnchek.exe -nof77 -nof90 -nof95 %1.f > %1.fc0
call compare.bat %1.fc0
..\ftnchek.exe   -f77 -nof90 -nof95 %1.f > %1.fc1
call compare.bat %1.fc1
..\ftnchek.exe -nof77   -f90 -nof95 %1.f > %1.fc2
call compare.bat %1.fc2
..\ftnchek.exe -nof77 -nof90   -f95 %1.f > %1.fc3
call compare.bat %1.fc3