|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
EBSCO_ocn776906723 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr ||||||||||| |
008 |
120215s2003 xx a ob 000 0 eng c |
040 |
|
|
|a STF
|b eng
|e rda
|e pn
|c STF
|d OCLCQ
|d N$T
|d OCLCQ
|d S4S
|d OCLCF
|d OCLCQ
|d YDXCP
|d E7B
|d EBLCP
|d DEBSZ
|d OCLCQ
|d AGLDB
|d OCLCQ
|d VTS
|d STF
|d M8D
|d OCLCQ
|d OCLCO
|d OCLCQ
|
019 |
|
|
|a 849916868
|a 853362214
|
020 |
|
|
|a 9789812775498
|q (electronic bk.)
|
020 |
|
|
|a 9812775498
|q (electronic bk.)
|
020 |
|
|
|z 9789812383693
|
029 |
1 |
|
|a AU@
|b 000052939062
|
029 |
1 |
|
|a DEBBG
|b BV043035537
|
029 |
1 |
|
|a DEBSZ
|b 39757679X
|
029 |
1 |
|
|a DEBSZ
|b 421299436
|
029 |
1 |
|
|a DEBSZ
|b 431446245
|
029 |
1 |
|
|a DEBSZ
|b 456529187
|
029 |
1 |
|
|a GBVCP
|b 803896069
|
035 |
|
|
|a (OCoLC)776906723
|z (OCoLC)849916868
|z (OCoLC)853362214
|
042 |
|
|
|a pcc
|
050 |
|
4 |
|a QA76.58
|b .A58 2003
|
072 |
|
7 |
|a COM
|x 018000
|2 bisacsh
|
082 |
0 |
4 |
|a 004.3
|2 22
|
049 |
|
|
|a UAMI
|
245 |
0 |
0 |
|a Annual review of scalable computing /
|c editor, Yuen Chung Kwong, School of Computing, NUS.
|
264 |
|
1 |
|a [Place of publication not identified] :
|b World Scientific,
|c [2003]
|
300 |
|
|
|a 1 online resource (xi, 132 pages).
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
490 |
1 |
|
|a Series on scalable computing ;
|v vol. 5
|
504 |
|
|
|a Includes bibliographical references.
|
588 |
|
|
|a Viewed February 15, 2012.
|
520 |
8 |
|
|a Annotation
|b This book contains four review articles in the area of scalable computing. Two of the articles discuss methods and tools for the parallel solution of irregular problems, which have been satisfactorily worked out in heterogeneous systems. One surveys the technology and applications of multimedia server clusters, which are playing an increasing role in the current networked environment. An additional article discusses SilkRoad, which adds distributed shared memory capabilities to the Cilk parallel programming system. Once again, the book represents a new set of steps forward in parallel systems. Graduate students, academics and researchers in supercomputing and computer engineering.
|
505 |
0 |
|
|a Preface; 1 Parallel Computing Strategies for Irregular Algorithms; 1.1 Introduction; 1.2 Irregular Algorithms; 1.2.1 Unstructured Remeshing; 1.2.2 Sparse Matrix Computations; 1.2.3 N-Body Problems; 1.3 Programming Paradigms and Computational Platforms; 1.3.1 Programming Paradigms; 1.3.2 Computational Platforms; 1.4 Implementation Details and Performance Results; 1.4.1 Unstructured Remeshing; 1.4.2 Sparse Matrix Computations; 1.4.3 N-Body Problems; 1.5 Conclusions; 1.6 Bibliography; 2 A Runtime Support for Large-Scale Irregular Computing on Clusters and Grids; 2.1 Introduction.
|
505 |
8 |
|
|a 2.2 Related Work2.3 The Concept of lip; 2.3.1 Runtime Support Requirements and Their Solutions; 2.3.2 The Case of In-core Data; 2.3.3 The Case of OOC Data; 2.3.4 Irregular Distribution; 2.4 The Details of lip Algorithms and Data Structures; 2.4.1 Data Distribution; 2.4.2 Communication; 2.4.3 I/O Operations; 2.5 Java Bindings to lip; 2.5.1 Basics of Janet; 2.5.2 Sample Java Irregular Program; 2.6 Functionality and Performance Evaluation; 2.6.1 Functionality of lip; 2.6.2 Out-of-Core with lip and Virtual Memory; 2.6.3 Partitioner Testing; 2.6.4 Parallelization of AVL Fire Benchmark.
|
505 |
8 |
|
|a 2.6.5 Java Performance2.6.6 Conclusions; 2.7 Execution Models for the Grid; 2.7.1 Centralized Model; 2.7.2 Decentralized Model with Fine Granularity Computing; 2.7.3 Decentralized Model with Coarse Granularity Computing; 2.7.4 Distributed Supercomputing Model; 2.8 Concluding Remarks; 2.8.1 Summary; 2.8.2 Future Development; 2.9 Bibliography; 3 Memory Model Support for Mixed Programming Paradigm in SilkRoad; 3.1 Introduction; 3.2 Programming Paradigm and Memory Consistency; 3.3 RC_dag Consistency in SilkRoad; 3.3.1 Stealing-Based Coherence for Macro Consistency.
|
505 |
8 |
|
|a 3.3.2 Extensions for Micro Consistency3.4 Optimizations for Reducing Network Traffic; 3.4.1 Eager diff creation and lazy diff propagation; 3.4.2 Lazy write notice propagation; 3.5 Experimental Results; 3.5.1 Test Application Suit; 3.5.2 Comparing with Cilk; 3.6 Solutions to Salishan Problems; 3.6.1 Hamming's Problem (extended); 3.6.2 Paraffins Problems; 3.6.3 The Doctor's Office; 3.6.4 Skyline Matrix Solver; 3.7 Related Work; 3.8 Conclusion; 3.9 Bibliography; 4 Clustered Multimedia Servers: Architectures and Storage Systems; 4.1 Introduction; 4.2 Clustered Multimedia Server Architecture.
|
505 |
8 |
|
|a 4.2.1 Proxy-Base Mode4.2.2 Direct Access Mode; 4.2.3 Examples of Systems/Projects; 4.2.4 Comparisons; 4.3 Storage System and Media Data Organization; 4.3.1 Considerations in Storage System Design; 4.3.2 Data Striping and Placement Techniques; 4.4 Real-Time Stream Scheduling; 4.4.1 Real-Time Disk Scheduling; 4.4.2 Real-Time Data Scheduling; 4.4.3 Disk Scheduling for Mixed-Media Workloads; 4.5 Admission Control; 4.5.1 Deterministic Policy; 4.5.2 Statistical-Based Policy; 4.5.3 Measurement-Based Policy; 4.6 Conclusions; 4.7 Bibliography.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a High performance computing.
|
650 |
|
0 |
|a Parallel processing (Electronic computers)
|
650 |
|
6 |
|a Superinformatique.
|
650 |
|
6 |
|a Parallélisme (Informatique)
|
650 |
|
7 |
|a COMPUTERS
|x Data Processing.
|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
|
655 |
|
4 |
|a Libros electronicos.
|
700 |
1 |
|
|a Yuen, Chung-Kwong,
|e editor.
|
776 |
0 |
8 |
|i Print version:
|t Annual review of scalable computing .
|d Singapore : Singapore University Press : World Scientific, 2003.
|h xi, 132 p. : ill. ; 26 cm.
|k Series on scalable computing ; vol. 5
|z 9812383697
|w (OCoLC)53224531
|
830 |
|
0 |
|a Series on scalable computing ;
|v v. 5.
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=514695
|z Texto completo
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL1223929
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10713462
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 514695
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 9966132
|
994 |
|
|
|a 92
|b IZTAP
|