SunOS / Solaris Applications General Information
Files
- SunOS applications require
Unix (LF) end of line
input files. Mac OS Classic (CR) or Windows/DOS (CRLF) end of line need be converted.
Graphic outputs
Each application is built in two flavors that differ by the graphic library and graphics output type.
Graphic output is directed either towards a window on the screen or towards a deferred PostScript file.
These flavors are identified by -ps- and -gks- suffixes.
Graphic output types
Suffix |
Graphic Library |
Graphic Output |
-gks- |
Graphical Kernel System (GKS) |
Screen window |
-ps- |
Fortran PS Library |
PostScript file |
Screen plots
Applications with -gks- suffix direct graphics a window on workstation screen.
- They are recommended for first use
to become familiar with the program because you will see
what is happening on the screen in real time;
- Graphics can be printed or saved with a screen capture software,
but better quality is obtained in PostScript plot files;
- Graphics use the GKSbx and X11 graphics libraries;
- System requirements
- Sun compatible SPARC or ULTRASPARC station
- Sun OpenWindows environment
- 2 ≤ Solaris version ≤ 8 or 5.0 ≤ SunOS version ≤ 5.8
- Installation
- Download the executable file: progname-gks.
- Download the
elpdir.tar.Z file
- Expand the elpdir.tar.Z tar file into the elpdir directory
- Copy the file elpdir/.XGKS into your home directory
- Edit the file elpdir/gks.setup.csh so as to update the location of elpdir
Installation is now complete
- Execution
- Login and enter the Openwindow environment
(Not the default Common Desktop Environment, CDE)
- Open a C-Shell command tool
- Execute 'source elpdir/gks.setup.csh'
- Launch progname-gks
PostScript files
Applications with -ps- suffix direct graphics toward PostScript files.
- PostScript files can be printed using lp or lpr,
- displayed on screen by a PostScript viewer such as
Ghostscript
or ImageTool,
- and edited within
IslandDraw or
Adobe
illustrator.
- System requirements
- Sun compatible SPARC or ULTRASPARC station
- Solaris version ≥ 2 or SunOS version ≥ 5.0
- Installation: Download the progname-ps executable file.
- Execution within a command tool: launch progname-ps
- Execution within Openwindows or Common Desktop Environment:
- Login and enter either the Openwindows (tested)
or the Common Desktop Environment (not tested recently)
- Open a command tool
- Launch progname-ps