File: sort.html

package info (click to toggle)
ftnchek 2.11.2-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 5,392 kB
  • ctags: 2,790
  • sloc: ansic: 21,570; fortran: 2,921; yacc: 2,794; sh: 1,623; makefile: 693; lisp: 264; awk: 163
file content (27 lines) | stat: -rw-r--r-- 1,151 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<HTML>
<HEAD>
<TITLE>Option: sort</TITLE>
</HEAD>
<BODY>
<A HREF="toc.html">Table of Contents</A><P>
<P>Previous: <A HREF="sixchar.html">-sixchar</A><HR><P>
<H2>Option: <font color=#FF0080>sort</font></H2><P>
<A NAME="sort"></A><DT><B><A HREF="sort.html">-sort</A></B>  </DT>
<DD>Specifies that a sorted 
list of all modules used in the program be printed.  This list is in ``prerequisite'' 
order, i.e. each module is printed only after all the modules from which 
it is called have been printed.  This is also called a ``topological sort'' 
of the call tree.  Each module is listed only once.  Routines that are not 
in the call tree of the main program are omitted.  If there are any cycles 
in the call graph (illegal in standard Fortran) they will be detected 
and diagnosed.  Default = no.  <blockquote></DD>
</DL>
<P>
See also: <B><A HREF="calltree.html">-calltree</A> </B>, <B><A HREF="crossref.html">-crossref</A> </B>, <B><A HREF="reference.html">-reference</A> 
</B>, <B><A HREF="symtab.html">-symtab</A> </B>, <B><A HREF="vcg.html">-vcg</A> </B>.  </blockquote>
<P>
 
<DL>

<P><HR><P>Next: <A HREF="source.html">-source</A>
</BODY></HTML>