Annual review of scalable computing /:
Annotation
Gespeichert in:
Weitere Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
[Place of publication not identified] :
World Scientific,
[2003]
|
Schriftenreihe: | Series on scalable computing ;
v. 5. |
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Annotation |
Beschreibung: | 1 online resource (xi, 132 pages). |
Bibliographie: | Includes bibliographical references. |
ISBN: | 9789812775498 9812775498 |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn776906723 | ||
003 | OCoLC | ||
005 | 20241004212047.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 |d OCLCO | ||
019 | |a 849916868 |a 853362214 | ||
020 | |a 9789812775498 |q (electronic bk.) | ||
020 | |a 9812775498 |q (electronic bk.) | ||
020 | |z 9789812383693 | ||
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 | 7 | |a 004.3 |2 22 | |
049 | |a MAIN | ||
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. | |
650 | 0 | |a High performance computing. |0 http://id.loc.gov/authorities/subjects/sh95008935 | |
650 | 0 | |a Parallel processing (Electronic computers) |0 http://id.loc.gov/authorities/subjects/sh85097826 | |
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 | |
650 | 7 | |a Parallel processing (Electronic computers) |2 fast | |
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. |0 http://id.loc.gov/authorities/names/no2001045223 | |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=514695 |3 Volltext |
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 GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn776906723 |
---|---|
_version_ | 1816881786513260545 |
adam_text | |
any_adam_object | |
author2 | Yuen, Chung-Kwong |
author2_role | edt |
author2_variant | c k y cky |
author_facet | Yuen, Chung-Kwong |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.58 .A58 2003 |
callnumber-search | QA76.58 .A58 2003 |
callnumber-sort | QA 276.58 A58 42003 |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | 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. 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. 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. 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. 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. |
ctrlnum | (OCoLC)776906723 |
dewey-full | 004.3 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 004 - Computer science |
dewey-raw | 004.3 |
dewey-search | 004.3 |
dewey-sort | 14.3 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>06118cam a2200613 i 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn776906723</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr |||||||||||</controlfield><controlfield tag="008">120215s2003 xx a ob 000 0 eng c</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">STF</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="e">pn</subfield><subfield code="c">STF</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">N$T</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">S4S</subfield><subfield code="d">OCLCF</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">YDXCP</subfield><subfield code="d">E7B</subfield><subfield code="d">EBLCP</subfield><subfield code="d">DEBSZ</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">AGLDB</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">VTS</subfield><subfield code="d">STF</subfield><subfield code="d">M8D</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">849916868</subfield><subfield code="a">853362214</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9789812775498</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9812775498</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9789812383693</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)776906723</subfield><subfield code="z">(OCoLC)849916868</subfield><subfield code="z">(OCoLC)853362214</subfield></datafield><datafield tag="042" ind1=" " ind2=" "><subfield code="a">pcc</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.58</subfield><subfield code="b">.A58 2003</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">018000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">004.3</subfield><subfield code="2">22</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="245" ind1="0" ind2="0"><subfield code="a">Annual review of scalable computing /</subfield><subfield code="c">editor, Yuen Chung Kwong, School of Computing, NUS.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">[Place of publication not identified] :</subfield><subfield code="b">World Scientific,</subfield><subfield code="c">[2003]</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (xi, 132 pages).</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="1" ind2=" "><subfield code="a">Series on scalable computing ;</subfield><subfield code="v">vol. 5</subfield></datafield><datafield tag="504" ind1=" " ind2=" "><subfield code="a">Includes bibliographical references.</subfield></datafield><datafield tag="588" ind1=" " ind2=" "><subfield code="a">Viewed February 15, 2012.</subfield></datafield><datafield tag="520" ind1="8" ind2=" "><subfield code="a">Annotation</subfield><subfield code="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.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="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.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">High performance computing.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh95008935</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Parallel processing (Electronic computers)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh85097826</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Superinformatique.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Parallélisme (Informatique)</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Data Processing.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">High performance computing</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Parallel processing (Electronic computers)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="655" ind1=" " ind2="4"><subfield code="a">Libros electronicos.</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Yuen, Chung-Kwong,</subfield><subfield code="e">editor.</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="t">Annual review of scalable computing .</subfield><subfield code="d">Singapore : Singapore University Press : World Scientific, 2003.</subfield><subfield code="h">xi, 132 p. : ill. ; 26 cm.</subfield><subfield code="k">Series on scalable computing ; vol. 5</subfield><subfield code="z">9812383697</subfield><subfield code="w">(OCoLC)53224531</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Series on scalable computing ;</subfield><subfield code="v">v. 5.</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2001045223</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=514695</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest Ebook Central</subfield><subfield code="b">EBLB</subfield><subfield code="n">EBL1223929</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ebrary</subfield><subfield code="b">EBRY</subfield><subfield code="n">ebr10713462</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">514695</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">9966132</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
genre | Libros electronicos. |
genre_facet | Libros electronicos. |
id | ZDB-4-EBA-ocn776906723 |
illustrated | Illustrated |
indexdate | 2024-11-27T13:18:15Z |
institution | BVB |
isbn | 9789812775498 9812775498 |
language | English |
oclc_num | 776906723 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (xi, 132 pages). |
psigel | ZDB-4-EBA |
publishDate | 2003 |
publishDateSearch | 2003 |
publishDateSort | 2003 |
publisher | World Scientific, |
record_format | marc |
series | Series on scalable computing ; |
series2 | Series on scalable computing ; |
spelling | Annual review of scalable computing / editor, Yuen Chung Kwong, School of Computing, NUS. [Place of publication not identified] : World Scientific, [2003] 1 online resource (xi, 132 pages). text txt rdacontent computer c rdamedia online resource cr rdacarrier Series on scalable computing ; vol. 5 Includes bibliographical references. Viewed February 15, 2012. Annotation 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. 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. 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. 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. 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. 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. High performance computing. http://id.loc.gov/authorities/subjects/sh95008935 Parallel processing (Electronic computers) http://id.loc.gov/authorities/subjects/sh85097826 Superinformatique. Parallélisme (Informatique) COMPUTERS Data Processing. bisacsh High performance computing fast Parallel processing (Electronic computers) fast Libros electronicos. Yuen, Chung-Kwong, editor. Print version: Annual review of scalable computing . Singapore : Singapore University Press : World Scientific, 2003. xi, 132 p. : ill. ; 26 cm. Series on scalable computing ; vol. 5 9812383697 (OCoLC)53224531 Series on scalable computing ; v. 5. http://id.loc.gov/authorities/names/no2001045223 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=514695 Volltext |
spellingShingle | Annual review of scalable computing / Series on scalable computing ; 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. 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. 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. 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. 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. High performance computing. http://id.loc.gov/authorities/subjects/sh95008935 Parallel processing (Electronic computers) http://id.loc.gov/authorities/subjects/sh85097826 Superinformatique. Parallélisme (Informatique) COMPUTERS Data Processing. bisacsh High performance computing fast Parallel processing (Electronic computers) fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh95008935 http://id.loc.gov/authorities/subjects/sh85097826 |
title | Annual review of scalable computing / |
title_auth | Annual review of scalable computing / |
title_exact_search | Annual review of scalable computing / |
title_full | Annual review of scalable computing / editor, Yuen Chung Kwong, School of Computing, NUS. |
title_fullStr | Annual review of scalable computing / editor, Yuen Chung Kwong, School of Computing, NUS. |
title_full_unstemmed | Annual review of scalable computing / editor, Yuen Chung Kwong, School of Computing, NUS. |
title_short | Annual review of scalable computing / |
title_sort | annual review of scalable computing |
topic | High performance computing. http://id.loc.gov/authorities/subjects/sh95008935 Parallel processing (Electronic computers) http://id.loc.gov/authorities/subjects/sh85097826 Superinformatique. Parallélisme (Informatique) COMPUTERS Data Processing. bisacsh High performance computing fast Parallel processing (Electronic computers) fast |
topic_facet | High performance computing. Parallel processing (Electronic computers) Superinformatique. Parallélisme (Informatique) COMPUTERS Data Processing. High performance computing Libros electronicos. |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=514695 |
work_keys_str_mv | AT yuenchungkwong annualreviewofscalablecomputing |