The Inmos server program
162
Transputer Motherboard User Manual
TMB M 711
Using tmb17 check 3.0.3
# Part rate Mb Bt [ Link0 Link1 Link2 Link3 ]
0 T805b-25 1.52 0 [ HOST 1:1 3:1 3:0 ]
1 T225c-20 1.75 1 [ ... 0:1 ... C004 ]
3 T805b-25 1.77 1 [ 0:3 0:2 4:1 4:0 ]
4 T805b-25 1.75 1 [ 3:3 3:2 5:1 5:0 ]
5 T805b-25 1.75 1 [ 4:3 4:2 ... ... ]
11.6 The Inmos server program
The Inmos server,
iserver
, is used to load programs on the
transputer network, and provide host services to the program. iserver
is normally invoked on a PC as follows, to load and run a program.
c:\>iserver /sb prog.btl args...
Or, under Unix:
% iserver -sb prog.btl args...
If
iserver
fails to load the network, use
check
with the
/cfb
option
(see the reference page) to verify that the actual network is the same
as that specified to the configurer.
11.7 Transputer host I/O utilities
The following files are supplied in the
\tps\tp\4libs
directory for
use with the Dx414 toolset:
genio.h
Header file for
genio.lib
.
genio.lib
Generic I/O library. Used to improve I/O
performance of transputer programs using
iserver
. The library allows a compiled
program to make use of optimized I/O on a
number of different boards, including the
TMB16.
hostmux.lku
iserver
host channel multiplexor
process, allowing any number of
processes, any where in a transputer
network to perform host I/O.
iocache.lku
Disk cacheing process, providing the
multiplexing facilities of
hostmux.lku
,
and optimized I/O. Client processes do not
need to use genio calls to benefit from
optimized I/O.
Содержание Transputer
Страница 1: ...Transputer Motherboard User Manual Ref TMB M 711...
Страница 8: ...vi Transputer Motherboard User Manual TMB M 711...
Страница 24: ...Summary 16 Transputer Motherboard User Manual TMB M 711...
Страница 64: ...The Edge Connector 56 Transputer Motherboard User Manual TMB M 711...
Страница 80: ...Examples 72 Transputer Motherboard User Manual TMB M 711...
Страница 122: ...Programming 114 Transputer Motherboard User Manual TMB M 711...
Страница 160: ...Examples 152 Transputer Motherboard User Manual TMB M 711...
Страница 192: ...Reference Manual Pages 184 Transputer Motherboard User Manual TMB M 711...
Страница 196: ...PC Host Interface 188 Transputer Motherboard User Manual TMB M 711...