ForteTM Developer 7 Documentation Index |
This page contains links to the Forte[tm] Developer 7 documentation that is installed with the product on your local system or network.
Except where noted, the documentation is available in HTML format. To view the documentation available in PDF, you need Adobe® Acrobat Reader software. To download the Adobe Acrobat Reader software, read the Adobe Acrobat Reader download instructions.
A readme lists new features, known problems, limitations, and incompatibilities for a particular software component. Information in the readmes is more current and supersedes information in the manuals. User's guides describe how to use the features of the product. Reference manuals give specific details about the product, such as command syntax and options. Some manuals include both types of information. Manuals that are available in PDF format are also available in HTML, making it possible for the manuals to be read by assistive technologies for users with disabilities. To find the HTML version of a PDF manual, go to http://docs.sun.com and search for the Forte Developer 7 Collection. Contents
Installation
C Compiler
C++ Compiler
Fortran Compilers
Debugging and dbx Command-Line Debuggerdmake (Distributed Make) Command-Line Tooldmake (distributed make) is a command-line tool that parses your makefiles, determines which targets can be built concurrently, and distributes the build of those targets over a number of hosts that you set. See the dmake Readme for more information. OpenMP APIThe OpenMP Application Program Interface (API) supports multiplatform shared-memory parallel programming in C, C++, and Fortran on all architectures. OpenMP is a portable, scalable model that gives you an explicit and flexible interface for developing parallel applications on shared-memory mulitprocessor platforms. See the OpenMP API User's Guide (PDF) for OpenMP directives and pragmas accepted by the compilers, implementation details, and guidelines for converting legacy Sun parallelization directives to OpenMP. In this Forte Developer 7 release, the C compiler,
C++ compiler, and Fortran 95 compiler feature
full native support for the OpenMP C/C++ API Version 1.0
and Fortran 95 API Version 2.0 specifications.
The following are links to the specifications on
the http://www.openmp.org web site:
Code Performance Analysis and Multithreaded Development Tools |
|
Copyright © 2002 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.