1NCARGF90(1NCARG) NCAR GRAPHICS NCARGF90(1NCARG)
2
3
4
6 ncargf90 - Command for compiling Fortran code that uses the NCAR Graphâ
7 ics low-level utilities
8
10 ncargf90 [-ngmath] [-smooth] [-quick] [-super] [-agupwrtx] [-ictrans]
11 [-noX11] ...
12
14 ncargf90 is a script that invokes the FORTRAN 90 compiler/linker with
15 the proper NCAR Graphics LLU (low-level utility) libraries. Arguments
16 presented above are associated with NCAR Graphics. All other arguments
17 and options are identical to the f90 command on your particular
18 machine; arguments that include quoted strings may have to be enclosed
19 in single quotes.
20
21 NOTE: ncargf90 cannot be used to compile NCAR Graphics Fortran programs
22 that call the HLUs (high-level utilities). You must use nhlf90
23 instead. See the nhlf90 man page for more information.
24
25 In order to run ncargf90, you must have your NCARG_ROOT environment
26 variable set to the directory pathname where the NCAR Graphics
27 libraries, binaries, and include files were installed. If you are not
28 sure what NCARG_ROOT should be set to, please check with your system
29 administrator or the site representative for NCAR Graphics. If the
30 NCAR Graphics libraries, binaries, and include files were not installed
31 under one root directory, then you will need to set the environment
32 variables NCARG_LIB, NCARG_BIN, and NCARG_INCLUDE instead. Please see
33 "man ncargintro" for more information.
34
35 Note that, on some systems, if you supply your own binary libraries in
36 addition to the ones automatically referenced by ncargf90, all the
37 libraries must have been created in a similar fashion.
38
39 OPTIONS
40
41 -ngmath
42 Links in the NCAR Graphics ngmath library.
43
44
45 -smooth
46 Link in the "smooth" objects.
47
48
49 -quick Link in the "quick" objects.
50
51
52 -super Link in the "super" objects.
53
54
55 -agupwrtx
56 Link in the "agupwrtx" library.
57
58 -ictrans
59 When ncargf90 is invoked with the this option, the resulting
60 executable will, upon invocation, send its metafile output to
61 the translator ictrans . The environment variable GRAPHCAP must
62 be set to a valid graphics output device whenever the executable
63 is executed.
64
65
66
67 -noX11 Do not link in the X library when linking the code.
68
69 By default, ncargf90 will load the X11 library when linking your
70 Fortran program. This is because the GKS library now has an X11
71 driver. If you try running ncargf90 and the compiler complains
72 that it cannot find the library for X11, then try running
73 ncargf90 -L/xxx/yyy/zzz program.f where /xxx/yyy/zzz is the path
74 leading to your X11 library. If you do not have the X11
75 library, or else you just don't want it to be loaded, you can
76 use the -noX11 option.
77
78
80 Online: ictrans(1NCARG), gcaps(1NCARG), ncargcc(1NCARG), nhlcc(1NCARG),
81 nhlf90(1NCARG), ncargintro(5NCARG)
82
83
85 Copyright (C) 2000
86 University Corporation for Atmospheric Research
87 The use of this Software is governed by a License Agreement.
88
89
90
91NCAR June 1998 NCARGF90(1NCARG)