-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
55 lines (36 loc) · 1.63 KB
/
README
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
1. What is PIMOS.
The PIMOS (Parallel Inference Machine Operating System) is
the common operating system of the parallel inference systems,
all the models of PIM and Multi-PSI. It provides an efficient and
comfortable software development environment.
The operating system PIMOS has the following characteristics.
1) It is written completely in a concurrent logic language
KL1, realizing high portability.
2) Its distributed hierarchical management scheme dissolves
bottlenecks in the management job.
3) Software development tools for the programming in KL1, such
as debugging tools and load distribution visualization
tools are provided.
4) It has been practically used as the parallel software R&D
environment for more than four years.
All the application software on PIM or Multi-PSI has been
developed and running on PIMOS.
2. The environment of execution
This operating system, PIMOS, is running on the following
systems.
All the models of PIM systems
Multi-PSI systems
PSI-UX systems
PSI-II systems
In the above list, PSI-UX and PSI-II systems are sequential
processing systems and PIMOS runs in a pseudo-parallel manner.
These sequential systems are commercially available in Japan
from Mitsubishi Electric. The pseudo-parallel system for PSI-UX
is distributed as a part of the ICOT Free Software.
3. Subdirectories
The directory you have expanded has the following subdirectories.
src source programs of the main part of PIMOS
src_utility source programs of utilities
protocol user interface protocol definitions
4. Installation
Please look into the file INSTALL in this directory.