EnglishFrenchSpanish

OnWorks favicon

ncargccNCARG - Online in the Cloud

Run ncargccNCARG in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command ncargccNCARG that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


ncargcc - Command for compiling C code that uses the NCAR Graphics low-level utilities

SYNOPSIS


ncargcc [-ngmath] [-smooth] [-quick] [-super] [-agupwrtx] [-ncarbd] ... [-ngmathbd] ...
[-noX11] ...

DESCRIPTION


ncargcc is a script that invokes the C compiler/linker with the proper NCAR Graphics LLU
(low-level utility) libraries. Arguments presented above are associated with NCAR
Graphics. All other arguments and options are identical to the cc command on your
particular machine; arguments that include quoted strings may have to be enclosed in
single quotes.

NOTE: ncargcc cannot be used to compile NCAR Graphics C programs that call the HLUs (high-
level utilities). You must use nhlcc instead. See the nhlcc man page for more
information.

If you don't want to use ncargcc, you can just type it on the command line to see what
gets included in the link line, and then you can add this information to your own Makefile
or script. It is important to note that you must define the macro NeedFuncProto in order
for function prototyping to work correctly.

In order to run ncargcc, you must have your NCARG_ROOT environment variable set to the
directory pathname where the NCAR Graphics libraries, binaries, and include files were
installed. If you are not sure what NCARG_ROOT should be set to, please check with your
system administrator or the site representative for NCAR Graphics. If the NCAR Graphics
libraries, binaries, and include files were not installed under one root directory, then
you will need to set the environment variables NCARG_LIB, NCARG_BIN, and NCARG_INCLUDE
instead. Please see "man ncargintro" for more information.

When ncargcc is invoked with the -ictrans option the resulting executable will, upon
invocation, send its metafile output to the translator ictrans. The environment variable
GRAPHCAP must be set to a valid graphics output device whenever the executable is
executed.

By default, ncargcc will load the X11 library when linking your C program. If you try
running ncargcc and the compiler complains that it cannot find the library for X11, then
try running ncargcc -L/xxx/yyy/zzz program.c where /xxx/yyy/zzz is the path leading to
your X11 library. If you do not have the X11 library, or else you just don't want to link
it in, you can use the -noX11 option.

OPTIONS

-ngmath
Links in the NCAR Graphics ngmath library.

-smooth
Link in the "smooth" objects.

-quick Link in the "quick" objects.

-super Link in the "super" objects.

-agupwrtx
Link in the "agupwrtx" library.

-ncarbd
Use this option for compilers that appear to be having trouble initializing
blockdata variables. It will cause a small subroutine to be linked in that helps
force the loading of blockdata initialization routines.

-ngmathbd
Just like with the -ncarbd option, use this option for compilers that appear to be
having trouble initializing Ngmath-related blockdata variables. It will cause a
small subroutine to be linked in that helps force the loading of Ngmath blockdata
initialization routines.

Note: this option doesn't need to be specified separately if you are already
including the -ncarbd and -ngmath options.

-noX11 Do not link in the X library when linking the code.

By default, ncargf77 will load the X11 library when linking your Fortran program.
This is because the GKS library now has an X11 driver. If you try running ncargf77
and the compiler complains that it cannot find the library for X11, then try
running ncargf77 -L/xxx/yyy/zzz program.f where /xxx/yyy/zzz is the path leading to
your X11 library. If you do not have the X11 library, or else you just don't want
it to be loaded, you can use the -noX11 option.

Use ncargccNCARG online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    PostInstallerF
    PostInstallerF
    PostInstallerF will install all the
    software that Fedora Linux and others
    doesn't include by default, after
    running Fedora for the first time. Its
    easy for...
    Download PostInstallerF
  • 2
    strace
    strace
    The strace project has been moved to
    https://strace.io. strace is a
    diagnostic, debugging and instructional
    userspace tracer for Linux. It is used
    to monitor a...
    Download strace
  • 3
    gMKVExtractGUI
    gMKVExtractGUI
    A GUI for mkvextract utility (part of
    MKVToolNix) which incorporates most (if
    not all) functionality of mkvextract and
    mkvinfo utilities. Written in C#NET 4.0,...
    Download gMKVExtractGUI
  • 4
    JasperReports Library
    JasperReports Library
    JasperReports Library is the
    world's most popular open source
    business intelligence and reporting
    engine. It is entirely written in Java
    and it is able to ...
    Download JasperReports Library
  • 5
    Frappe Books
    Frappe Books
    Frappe Books is a free and open source
    desktop book-keeping software that's
    simple and well-designed to be used by
    small businesses and freelancers. It'...
    Download Frappe Books
  • 6
    Numerical Python
    Numerical Python
    NEWS: NumPy 1.11.2 is the last release
    that will be made on sourceforge. Wheels
    for Windows, Mac, and Linux as well as
    archived source distributions can be fou...
    Download Numerical Python
  • More »

Linux commands

Ad