File: index.html

package info (click to toggle)
pact 980714-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 13,096 kB
  • ctags: 26,034
  • sloc: ansic: 109,076; lisp: 9,645; csh: 7,147; fortran: 1,050; makefile: 136; lex: 95; sh: 32
file content (79 lines) | stat: -rw-r--r-- 2,205 bytes parent folder | download | duplicates (2)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<html><head><title></title>
	<!-- Changed by: Matthias Klose, 16-Jul-1998 -->
</head>

<body>

<H2> Introduction </H2>

   PACT stands for Portable Application Code Toolkit. It is a
   self-contained set of tools which support developing and
   using portable programs particularly scientific and engineering
   applications.  It attacks several portability problem areas
   <ul>
   <li> Binary Data
   <li> Graphics
   <li> Interprocess Communication
   </ul>
   PACT is composed of several (currently 9) specific packages
   each of which address a specific functionality.

   <p>

   What are the PACT packages?

   <ul>
   <dt> SCORE   - hash functions, string handling, environment leveling
   <dt> PML     - math routines, geometry, linear solvers, etc
   <dt> PDB     - portable binary data handling
   <dt> PPC     - portable IPC, RPC, message passing
   <dt> PGS     - portable graphics and GUI tools
   <dt> PANACEA - simulation code services
   <dt> SCHEME  - a R3RS level SCHEME interpreter library
   <dt> SX      - a SCHEME with extensions/bindings for all of PACT
   <dt> ULTRA   - 1d data presentation, manipulation, analysis code
   </ul>

<H2> Overview </H2>

<dl>
<a href="doc/pact/pact5TOC.doc.html">
<dt><dd>PACT</a>
- A Portable Application Code Toolkit.
</dl>

<H2> Subpackages </H2>

<dl>
<a href="doc/score/score5TOC.doc.html">
<dt><dd> SCORE - A Low Level Foundation
</a>
<a href="doc/ppc/ppc5TOC.doc.html">
<dt><dd> PPC - Portable Process Control Library
</a>
<a href="doc/pml/pml5TOC.doc.html">
<dt><dd> PML - Portable Mathematics Library
</a>
<a href="doc/pdb/pdb5TOC.doc.html">
<dt><dd> PDB - Portable Binary Database Library
</a>
<!-- <a href="doc/scheme/scheme5TOC.doc.html"> -->
<dt><dd> SCHEME - An Interpreter for the Scheme Dialect of LISP
<!-- </a> -->
<a href="doc/pgs/pgs5TOC.doc.html">
<dt><dd> PGS - Portable Graphics System
</a>
<a href="doc/panacea/pan5TOC.doc.html">
<dt><dd> PANACEA - Portable Simulation Code Development Environment
</a>
<a href="doc/ultra/ultra5TOC.doc.html">
<dt><dd> ULTRA II - 1D Data Presentation, Analysis, and Manipulation
</a>
<a href="doc/sx/sx5TOC.doc.html">
<dt><dd> SX - Scheme with Extensions
</a>
</dl>

<p><hr>

</body></html>