|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
SCIDIR_ocn681045964 |
003 |
OCoLC |
005 |
20231117044511.0 |
006 |
m o d |
007 |
cr bn||||||abp |
007 |
cr bn||||||ada |
008 |
101112s1994 maua ob 001 0 eng d |
040 |
|
|
|a OCLCE
|b eng
|e pn
|c OCLCE
|d OCLCQ
|d OCLCF
|d OPELS
|d EBLCP
|d IDEBK
|d N$T
|d YDXCP
|d DEBSZ
|d DEBBG
|d OCLCQ
|d MERUC
|d OCLCQ
|d OCLCO
|d STF
|d OCLCQ
|d LUN
|d OCLCQ
|d UKAHL
|d VLY
|d OCLCO
|d OCLCQ
|
019 |
|
|
|a 897645940
|a 974619522
|a 974671326
|a 1100939207
|
020 |
|
|
|a 9780125081603
|q (electronic bk.)
|
020 |
|
|
|a 012508160X
|q (electronic bk.)
|
020 |
|
|
|a 9781483214191
|
020 |
|
|
|a 1483214192
|
020 |
|
|
|a 9781322469683
|
020 |
|
|
|a 1322469687
|
035 |
|
|
|a (OCoLC)681045964
|z (OCoLC)897645940
|z (OCoLC)974619522
|z (OCoLC)974671326
|z (OCoLC)1100939207
|
042 |
|
|
|a dlr
|
050 |
|
4 |
|a QA76.58
|b .M67 1994
|
082 |
0 |
4 |
|a 004/.35
|2 20
|
084 |
|
|
|a 54.51
|2 bcl
|
084 |
|
|
|a ST 150
|2 rvk
|
084 |
|
|
|a DAT 516f
|2 stub
|
084 |
|
|
|a DAT 216f
|2 stub
|
100 |
1 |
|
|a Morse, H. Stephen.
|
245 |
1 |
0 |
|a Practical parallel computing /
|c H. Stephen Morse.
|
260 |
|
|
|a Boston :
|b AP Professional,
|c �1994.
|
300 |
|
|
|a 1 online resource (xviii, 401 pages) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
504 |
|
|
|a Includes bibliographical references (pages 387-391) and index.
|
506 |
|
|
|3 Use copy
|f Restrictions unspecified
|2 star
|5 MiAaHDL
|
533 |
|
|
|a Electronic reproduction.
|b [Place of publication not identified] :
|c HathiTrust Digital Library,
|d 2010.
|5 MiAaHDL
|
538 |
|
|
|a Master and use copy. Digital master created according to Benchmark for Faithful Digital Reproductions of Monographs and Serials, Version 1. Digital Library Federation, December 2002.
|u http://purl.oclc.org/DLF/benchrepro0212
|5 MiAaHDL
|
583 |
1 |
|
|a digitized
|c 2010
|h HathiTrust Digital Library
|l committed to preserve
|2 pda
|5 MiAaHDL
|
588 |
0 |
|
|a Print version record.
|
505 |
0 |
|
|a Front Cover; Practical Parallel Computing; Copyright Page; Dedication; Table of Contents; Preface; Acknowledgments; PART 1: Preliminaries; Chapter 1. The Status and Future of Massively Parallel Processing; 1.1 Technology Trends Favoring Parallel Architectures; 1.2 Obstacles Inhibiting Commercial Success; 1.3 Trends and Considerations; Chapter 2. Can Parallel Machines Be Used Efficiently?; 2.1 A Parallel Parable: Building a Wall; 2.2 Amdahl's Law; 2.3 Examples; Chapter 3. An Introduction to Hardware Architectures; 3.1 Impacts of Hardware Architecture; 3.2 A Primer on Interconnection Networks
|
505 |
8 |
|
|a 3.3 SIMD Machines3.4 Distributed Memory MIMD Machines; 3.5 Shared Memory MIMD Machines; PART 2: Software Issues; Chapter 4. Shared Memory Parallel Language Constructs; 4.1 Basic Concepts for Shared Memory Parallel Programming; 4.2 The Sample Problem on an SGI Challenge SMP; 4.3 Observations and Considerations; Chapter 5. Message Passing; 5.1 An Overview of the Message-Passing Library; 5.2 The Sample Problem on an nCube 2; 5.3 Express; 5.4 Intel Paragon; 5.5 Observations and Considerations; Chapter 6. SIMD and Array-Based Languages; 6.1 An Overview; 6.2 MPL on the MasPar MP-1
|
505 |
8 |
|
|a 6.3 C* on the Connection MachineChapter 7. Linda; 7.1 A Linda Primer; 7.2 The Sample Problem in Linda; 7.3 Observations and Considerations; Chapter 8. The Development Environment for Parallel Software; 8.1 Compilers; 8.2 Debugging Parallel Code; 8.3 Profilers and Load Balancing; 8.4 Other Tools; Chapter 9. Operating System Issues; 9.1 Multiple Users; 9.2 Virtual Address Spaces; 9.3 Scheduling; 9.4 Virtual Processors; 9.5 I/O; 9.6 Open Systems; PART 3: Management Issues; Chapter 10. Benchmarking Parallel Applications; 10.1 Dependence on Problem Size and Machine Size
|
505 |
8 |
|
|a 10.2 Publicly Available Parallel Benchmarks10.3 Scaling Sequential Performance to Parallel Performance; 10.4 Estimating Performance; 10.5 Questions to Ask Vendors; Chapter 11. Porting and Developing Parallel Applications; 11.1 Porting Strategies; 11.2 Developing Parallel Applications; 11.3 Examples; Chapter 12. Matching Applications to Architectures; 12.1 A Methodology; 12.2 Integrating a Parallel Machine into Existing Operations; Appendix A: The Sample Problem; Appendix B: SGI Challenge; Appendix C: nCube; Appendix D: Express; Appendix E: Intel Paragon; Appendix F: MasPar MP-1
|
505 |
8 |
|
|a Appendix G: C* on the Connection MachineAppendix H: Linda; Appendix I: Two Recent Machines; I.1 The SP-Series from IBM; I.2 Exemplar Series from Convex Corp; I.3 Summary and Comparison; References; Index
|
650 |
|
0 |
|a Parallel processing (Electronic computers)
|
650 |
|
6 |
|a Parall�elisme (Informatique)
|0 (CaQQLa)201-0057785
|
650 |
|
7 |
|a Parallel processing (Electronic computers)
|2 fast
|0 (OCoLC)fst01052928
|
650 |
|
7 |
|a Parallelverarbeitung
|2 gnd
|0 (DE-588)4075860-6
|
650 |
1 |
7 |
|a Parallelle verwerking.
|2 gtt
|
650 |
1 |
7 |
|a Parallelprogrammering.
|2 gtt
|
650 |
|
7 |
|a Parall�elisme (informatique)
|2 ram
|
650 |
|
7 |
|a Programmation parall�ele (informatique)
|2 ram
|
653 |
0 |
|
|a Parallel programming
|
776 |
0 |
8 |
|i Print version:
|a Morse, H. Stephen.
|t Practical parallel computing.
|d Boston : AP Professional, �1994
|w (DLC) 94032053
|w (OCoLC)30974585
|
856 |
4 |
0 |
|u https://sciencedirect.uam.elogim.com/science/book/9780125081603
|z Texto completo
|