File: pointersize.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 (25 lines) | stat: -rw-r--r-- 970 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
<HTML>
<HEAD>
<TITLE>Option: pointersize</TITLE>
</HEAD>
<BODY>
<A HREF="toc.html">Table of Contents</A><P>
<P>Previous: <A HREF="output.html">-output</A><HR><P>
<H2>Option: <font color=#FF0080>pointersize</font></H2><P>
<A NAME="pointersize"></A><DT><B><A HREF="pointersize.html">-pointersize</A>=</B><I>num</I> 
 </DT>
<DD>Specifies the size of a ``Cray pointer'' variable to be <I>num </I> bytes. Default 
= turn-on = 4 bytes.  <blockquote></DD>
</DL>
<P>
The pointer size is used to inform precision mismatch 
warnings involving pointer variables, for example when a pointer is assigned 
a value from an allocation routine, or passed as a subprogram parameter. 
<P>
See also: <B><A HREF="f77.html">-f77</A> </B>, <B><A HREF="portability.html">-portability</A> </B>, <B><A HREF="truncation.html">-truncation</A> </B>, <B><A HREF="wordsize.html">-wordsize</A> </B>.  </blockquote>
<P>
 
<DL>

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