File: pointersize.html

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 (28 lines) | stat: -rw-r--r-- 951 bytes parent folder | download | duplicates (6)
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
28
<HTML>
<HEAD>
<TITLE>Option: pointersize</TITLE>
</HEAD>
<BODY bgcolor=white>
<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>

<DD>
<DL COMPACT><DT><DD>
Specifies the size of a ``Cray pointer'' variable to be <I>num</I> bytes.
Default = turn-on = 4 bytes.
<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>.
</DL>

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