|
|
IRIX 6.5 » Books » Developer »
MIPSpro Fortran 90 Programmer's I/O Guide
(document number: 007-3695-006 / published: 2002-11-19)
table of contents | additional info | download find in page
- blocking
In parallel processing, a blocking function
is one that does not return until the function is complete.
- disk striping
(1) Multiplexing or interleaving a disk
file across two or more disk drives to enhance I/O performance. The performance
gain is function of the number of drives and channels used.
- file system
(1) The disks located in the fileserver
that contain directories. (2) An individual partition or cluster that has
been formatted properly. The root file system is always mounted; other file
systems are mounted as needed. (3) The entire set of available disk space.
(4) A structure used to store programs and files on disk. A file system
can be mounted (accessible for operations) or unmounted (noninteractive and
unavailable for system use).
- logical device
One or more physical device slices that
the operating system treats as a single device.
- raw I/O
A method of performing input/output in
UNIX in which the programmer must handle all of the I/O control. This is
basically unformatted I/O. The opposite of "raw I/O" is "cooked I/O" (UNIX
humor).
- record
(1) A group of contiguous words or characters
that are related by convention. A record may be fixed or of variable length.
(2) A record for a listable data set; each line is a record. (3) Each module
of a binary-load data set is a record.
- slice
(1) As used in the context of the low-speed
communication (networking) subsystem in an EIOP, a slice is a subdivision
of a channel buffer; sections of the buffer are divided into slices used for
buffering network messages and data.
- stream
(1) A software path of messages related
to one file. (2) A stream, or logical command queue, is associated with a
slave in the intelligent peripheral interface (IPI) context. The stream is
used in identifying IPI-3 commands destined for that slave. A slave may have
0, 1, or many streams associated with it at any given time.
- unit
When used in the context of disk software
on the IOS-E, unit refers to one disk drive that is daisy-chained with others
on one channel adapter. The unit number represents an ordinal for referring
to one disk on the channel.
MIPSpro Fortran 90 Programmer's I/O Guide
(document number: 007-3695-006 / published: 2002-11-19)
table of contents | additional info | download
Front Matter
About This Guide
Chapter 1. Introduction
Chapter 2. Standard Fortran I/O
Chapter 3. Fortran I/O Extensions
Chapter 4. Named Pipe Support
Chapter 5. System and C I/O
Chapter 6. The assign Environment
Chapter 7. File Structures
Chapter 8. Buffering
Chapter 9. Introduction to FFIO
Chapter 10. Using FFIO
Chapter 11. Foreign File Conversion
Chapter 12. I/O Optimization
Chapter 13. FFIO Layer Reference
Chapter 14. Creating a user Layer
Glossary
Index
home/search |
what's new |
help
|
|
|