|
|
|
|
LEADER |
00000cam a2200000Mu 4500 |
001 |
EBSCO_ocn830162419 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu---unuuu |
008 |
130316s2012 si o 000 0 eng d |
040 |
|
|
|a EBLCP
|b eng
|e pn
|c EBLCP
|d YDXCP
|d N$T
|d DEBSZ
|d OCLCQ
|d OCLCF
|d OCLCQ
|d AGLDB
|d MERUC
|d ZCU
|d OCLCQ
|d VTS
|d ICG
|d OCLCQ
|d STF
|d DKC
|d OCLCQ
|d M8D
|d OCLCQ
|d AJS
|d OCLCO
|d OCLCQ
|
019 |
|
|
|a 1087447072
|a 1264944218
|a 1297109389
|a 1297602545
|
020 |
|
|
|a 9789814307611
|q (electronic bk.)
|
020 |
|
|
|a 9814307610
|q (electronic bk.)
|
029 |
1 |
|
|a AU@
|b 000054192893
|
029 |
1 |
|
|a DEBBG
|b BV043093387
|
029 |
1 |
|
|a DEBBG
|b BV044173983
|
029 |
1 |
|
|a DEBSZ
|b 397500254
|
029 |
1 |
|
|a DEBSZ
|b 421272414
|
029 |
1 |
|
|a DEBSZ
|b 456520767
|
029 |
1 |
|
|a AU@
|b 000073139346
|
035 |
|
|
|a (OCoLC)830162419
|z (OCoLC)1087447072
|z (OCoLC)1264944218
|z (OCoLC)1297109389
|z (OCoLC)1297602545
|
050 |
|
4 |
|a QA76.58
|
072 |
|
7 |
|a COM
|x 048000
|2 bisacsh
|
082 |
0 |
4 |
|a 004.35
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Deng, Yuefan.
|
245 |
1 |
0 |
|a Applied Parallel Computing.
|
260 |
|
|
|a Singapore :
|b World Scientific Publishing Company,
|c 2012.
|
300 |
|
|
|a 1 online resource (218 pages)
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
588 |
0 |
|
|a Print version record.
|
505 |
0 |
|
|a Preface; CONTENTS; Chapter 1. Introduction; 1.1. Definition of Parallel Computing; 1.2. Evolution of Computers; 1.3. An Enabling Technology; 1.4. Cost Effectiveness; 1.4.1. Purchasing costs; 1.4.2. Operating costs; 1.4.3. Programming costs; Chapter 2. Performance Metrics and Models; 2.1. Parallel Activity Trace; 2.2. Speedup; 2.3. Parallel Efficiency; 2.4. Load Imbalance; 2.5. Granularity; 2.6. Overhead; 2.7. Scalability; 2.8. Amdahl's Law; Chapter 3. Hardware Systems; 3.1. Node Architectures; 3.2. Network Interconnections; 3.2.1. Topology; 3.2.2. Interconnect Technology.
|
505 |
8 |
|
|a 3.3. Instruction and Data Streams3.4. Processor-MemoryConnectivity; 3.5. IO Subsystems; 3.6. System Convergence; 3.7. Design Considerations; Chapter 4. Software Systems; 4.1. Node Software; 4.1.1. Operating systems; 4.1.2. Compilers and libraries; 4.1.3. Profilers; 4.2. Programming Models; 4.2.1. Message passing; 4.2.2. Shared-memory; 4.3. ParallelDebuggers; 4.4. Parallel Profilers; Chapter 5. Design of Algorithms; 5.1. Algorithm Models; 5.1.1. Master-slave; 5.1.2. Domain decomposition; 5.1.3. Control decomposition; 5.1.4. Virtual-shared-memory; 5.1.5. Comparison of programming models.
|
505 |
8 |
|
|a 5.1.6. Parallel algorithmic issues5.1.7. Levels of algorithmic complication; 5.2. Examples of Collective Operations; 5.2.1. Broadcast; 5.2.2. Gather and scatter; 5.2.3. Allgather; 5.3. Mapping Tasks to Processors; 5.3.1. Supply matrix; 5.3.2. Demand matrix; 5.3.3. Review of mapping models; 5.3.4. Mapping models and algorithms; Chapter 6. Linear Algebra; 6.1. Problem Decomposition; 6.2. Matrix Operations; 6.2.1. Matrix-vector multiplications; 6.2.2. Matrix-matrix multiplications; 6.3. Solution of Linear Systems; 6.3.1. Direct methods; 6.3.2. Iterative methods; 6.3.3. ADI.
|
505 |
8 |
|
|a Chapter 7. Differential Equations7.1. Integration and Differentiation; 7.1.1. Riemann summation for integration; 7.1.2. Monte Carlo method for integration; 7.1.3. Simple parallelization; 7.2. Partial Differential Equations; 7.2.1. Hyperbolic equations; 7.2.2. 3D Heat equation; 7.2.3. 2D Poisson equation; 7.2.4. 3D Poisson equation; 7.2.5. 3D Helmholtz equation; 7.2.6. Molecular dynamics; Chapter 8. Fourier Transforms; 8.1. Fourier Transforms; 8.2. Discrete Fourier Transforms; 8.3. Fast Fourier Transforms; 8.4. Simple Parallelization; 8.5. The Transpose Method; 8.6. Complexity Analysis for FFT.
|
505 |
8 |
|
|a Chapter 9. Optimization9.1. Monte CarloMethods; 9.1.1. Basics; 9.1.2. Metropolis-Hastings Algorithm; 9.1.3. Simulated annealing; 9.1.4. Genetic algorithm; 9.2. Parallelization; 9.2.1. Basics; 9.2.2. Chain mixing method; Chapter 10. Applications; 10.1. Newton's Equation and Molecular Dynamics; 10.1.1. Molecular dynamics; 10.1.2. Basics of classical MD; 10.2. Schrodinger's Equations and Quantum Mechanics; 10.3. Partition Function, DFT and Material Science; 10.3.1. Materials research; 10.4. Maxwell's Equations and Electrical Engineering; 10.4.1. Helmholtz equation; 10.4.2. Electrical engineering.
|
500 |
|
|
|a 10.5. Diffusion Equation and Mechanical Engineering.
|
520 |
|
|
|a The book provides a practical guide to computational scientists and engineers to help advance their research by exploiting the superpower of supercomputers with many processors and complex networks. This book focuses on the design and analysis of basic parallel algorithms, the key components for composing larger packages for a wide range of applications.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a Parallel processing (Electronic computers)
|
650 |
|
0 |
|a High performance computing.
|
650 |
|
6 |
|a Parallélisme (Informatique)
|
650 |
|
6 |
|a Superinformatique.
|
650 |
|
7 |
|a COMPUTERS
|x Systems Architecture
|x Distributed Systems & Computing.
|2 bisacsh
|
650 |
|
7 |
|a High performance computing.
|2 fast
|0 (OCoLC)fst00956032
|
650 |
|
7 |
|a Parallel processing (Electronic computers)
|2 fast
|0 (OCoLC)fst01052928
|
776 |
0 |
8 |
|i Print version:
|a Deng, Yuefan.
|t Applied Parallel Computing.
|d Singapore : World Scientific Publishing Company, ©2012
|z 9789814307604
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=545490
|z Texto completo
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL1143305
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 545490
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 10258438
|
994 |
|
|
|a 92
|b IZTAP
|