Parallel MATLAB for multicore and multinode computers:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Philadelphia, Pa.
SIAM, Society for Industrial and Applied Mathematics
2009
|
Schriftenreihe: | Software, environments, tools
21 |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | Includes index |
Beschreibung: | XXV, 253 S. Ill., graph. Darst. |
ISBN: | 9780898716733 |
Internformat
MARC
LEADER | 00000nam a2200000 cb4500 | ||
---|---|---|---|
001 | BV035784192 | ||
003 | DE-604 | ||
005 | 20091116 | ||
007 | t | ||
008 | 091022s2009 ad|| |||| 00||| eng d | ||
010 | |a 2009013013 | ||
020 | |a 9780898716733 |c (hbk) |9 978-0-898716-73-3 | ||
024 | 3 | |a 9780898716733 | |
035 | |a (OCoLC)317574167 | ||
035 | |a (DE-599)BSZ308207114 | ||
040 | |a DE-604 |b ger | ||
041 | 0 | |a eng | |
049 | |a DE-706 |a DE-11 |a DE-20 |a DE-29T | ||
050 | 0 | |a QA76.58 | |
082 | 0 | |a 004/.35 |2 22 | |
084 | |a ST 601 |0 (DE-625)143682: |2 rvk | ||
100 | 1 | |a Kepner, Jeremy V. |d 1969- |e Verfasser |0 (DE-588)139771522 |4 aut | |
245 | 1 | 0 | |a Parallel MATLAB for multicore and multinode computers |c Jeremy Kepner |
264 | 1 | |a Philadelphia, Pa. |b SIAM, Society for Industrial and Applied Mathematics |c 2009 | |
300 | |a XXV, 253 S. |b Ill., graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 1 | |a Software, environments, tools |v 21 | |
500 | |a Includes index | ||
630 | 0 | 4 | |a MATLAB |
650 | 4 | |a Parallel processing (Electronic computers) | |
650 | 4 | |a Multiprocessors | |
650 | 0 | 7 | |a Parallelverarbeitung |0 (DE-588)4075860-6 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Mehrprozessorsystem |0 (DE-588)4038397-0 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a MATLAB |0 (DE-588)4329066-8 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a MATLAB |0 (DE-588)4329066-8 |D s |
689 | 0 | 1 | |a Parallelverarbeitung |0 (DE-588)4075860-6 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a MATLAB |0 (DE-588)4329066-8 |D s |
689 | 1 | 1 | |a Mehrprozessorsystem |0 (DE-588)4038397-0 |D s |
689 | 1 | |5 DE-604 | |
830 | 0 | |a Software, environments, tools |v 21 |w (DE-604)BV022382558 |9 21 | |
856 | 4 | 2 | |m GBV Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=018643647&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-018643647 |
Datensatz im Suchindex
_version_ | 1804140721368727552 |
---|---|
adam_text | PARALLEL MATLAB FOR MULTICORE AND MULTINODE COMPUTERS JEREMY KEPNER
MASSACHUSETTS INSTITUTE OF TECHNOLOGY LEXINGTON, MASSACHUSETTS SLAM.
SOCIETY FOR INDUSTRIAL AND APPLIED MATHEMATICS PHILADELPHIA CONTENTS
LIST OF FIGURES XIII LIST OF TABLES XV LIST OF ALGORITHMS XVII PREFACE
XIX ACKNOWLEDGMENTS XXIII I FUNDAMENTALS 1 1 PRIMER: NOTATION AND
INTERFACES 3 1.1 ALGORITHM NOTATION 3 1.1.1 DISTRIBUTED ARRAY NOTATION 4
1.1.2 DISTRIBUTED DATA ACCESS 5 1.2 PARALLEL FUNCTION INTERFACES 6 1.2.1
MAP-BASED PROGRAMMING 8 1.2.2 PARALLEL EXECUTION 9 2 INTRODUCTION TO
PMATLAB 11 2.1 PROGRAM: MANDELBROT (FINE-GRAINED EMBARRASSINGLY
PARALLEL) ... 12 2.1.1 GETTING STARTED 12 2.1.2 PARALLEL DESIGN 13 2.1.3
CODE 15 2.1.4 DEBUG 18 2.1.5 TEST 19 2.2 PROGRAM: ZOOMIMAGE
(COARSE-GRAINED EMBARRASSINGLY PARALLEL) . . 21 2.2.1 GETTING STARTED 21
2.2.2 PARALLEL DESIGN 22 2.2.3 CODE 25 2.2.4 DEBUG 27 2.2.5 TEST 28 VII
CONTENTS 2.3 PROGRAM: PARALLELLO 29 2.3.1 GETTING STARTED 29 2.3.2
PARALLEL DESIGN 30 2.3.3 CODE 31 2.3.4 DEBUG 34 2.3.5 TEST 35 2.4 WHY
THESE WORKED 35 3 INTERACTING WITH DISTRIBUTED ARRAYS 37 3.1 GETTING
STARTED 38 3.2 PARALLEL DESIGN 39 3.3 CODE 43 3.4 INTERACTIVE DEBUG AND
TEST 46 3.4.1 SERIAL CODE CORRECT 46 3.4.2 PARALLEL CODE CORRECT 47
3.4.3 LOCAL COMMUNICATION CORRECT 47 3.4.4 REMOTE COMMUNICATION CORRECT
48 3.4.5 MEASURING PERFORMANCE 49 3.5 ADVANCED TOPIC: INTRODUCTION TO
PARALLEL PIPELINES 49 II ADVANCED TECHNIQUES 53 4 PARALLEL PROGRAMMING
MODELS 55 4.1 DESIGN: KNOWING WHEN TO GO PARALLEL 55 4.1.1 MEMORY AND
PERFORMANCE PROFILING 56 4.1.2 PARALLEL PROGRAMMING PATTERNS 59 4.1.3
BLURIMAGE PARALLEL DESIGN 62 4.2 CODING 67 4.2.1 MANAGER/WORKER 67 4.2.2
MESSAGE PASSING 69 4.2.3 DISTRIBUTED ARRAYS 70 4.3 DEBUG 71 4.4 TESTING
72 4.5 PERFORMANCE SUMMARY 74 4.6 SUMMARY 74 5 ADVANCED DISTRIBUTED
ARRAY PROGRAMMING 77 5.1 INTRODUCTION 77 5.2 PURE VERSUS FRAGMENTED
DISTRIBUTED ARRAYS 78 5.3 MATLAB DISTRIBUTED ARRAY INTERFACE AND
ARCHITECTURE DESIGN ... 80 5.4 MAPS AND DISTRIBUTIONS 80 5.5 PARALLEL
SUPPORT FUNCTIONS 83 5.5.1 CYCLIC DISTRIBUTIONS AND PARALLEL LOAD
BALANCING 83 5.6 CONCURRENCY VERSUS LOCALITY 87 5.7 EASE OF
IMPLEMENTATION 89 CONTENTS IX 5.8 IMPLEMENTATION SPECIFICS 90 5.8.1
PROGRAM EXECUTION 92 5.9 ARRAY REDISTRIBUTION 93 5.10 MESSAGE PASSING
LAYER 95 5.11 PERFORMANCE CONCEPTS 98 5.11.1 PERFORMANCE, PERFORMANCE,
PERFORMANCE 98 5.11.2 BENCHMARKS 99 5.11.3 MINIMIZE OVERHEAD 99 5.11.4
EMBARRASSINGLY PARALLEL IMPLIES LINEAR SPEEDUP 100 5.11.5 ALGORITHM AND
MAPPING ARE ORTHOGONAL 100 5.11.6 DO NO HARM 100 5.11.7 WATCH THE SLOC
100 5.11.8 NO FREE LUNCH 100 5.11.9 FOUR EASY STEPS 100 5.12 USER
RESULTS 102 6 PERFORMANCE METRICS AND SOFTWARE ARCHITECTURE 107 6.1
INTRODUCTION 107 6.2 CHARACTERIZING A PARALLEL APPLICATION 108 6.2.1
CHARACTERISTICS OF THE EXAMPLE PROGRAMS 108 6.2.2 SERIAL PERFORMANCE
METRICS 112 6.2.3 DEGREES OF PARALLELISM 113 6.2.4 PARALLEL PERFORMANCE
METRICS (NO COMMUNICATION) 115 6.2.5 PARALLEL PERFORMANCE METRICS (WITH
COMMUNICATION) . . . 116 6.2.6 AMDAHL S LAW 117 6.2.7 CHARACTERIZING
SPEEDUP 119 6.2.8 SPATIAL AND TEMPORAL LOCALITY 121 6.3 STANDARD
PARALLEL COMPUTER 123 6.3.1 NETWORK MODEL 125 6.3.2 KUCK HIERARCHY 128
6.4 PARALLEL PROGRAMMING MODELS 129 6.5 SYSTEM METRICS 131 6.5.1
PERFORMANCE 131 6.5.2 FORM FACTOR 132 6.5.3 EFFICIENCY 133 6.5.4
SOFTWARE COST 135 6.5.5 SOFTWARE PRODUCTIVITY 137 III CASE STUDIES 141 7
PARALLEL APPLICATION ANALYSIS 143 7.1 HISTORICAL OVERVIEW 143 7.2
CHARACTERIZING THE APPLICATION SPACE 145 7.2.1 PHYSICAL MEMORY HIERARCHY
146 7.2.2 SPATIAL/TEMPORAL LOCALITY 147 7.2.3 LOGICAL MEMORY HIERARCHY
148 CONTENTS 7.3 *** CHALLENGE: SPANNING THE APPLICATION SPACE 148 7.3.1
STREAM 149 7.3.2 FFT 149 7.3.3 RANDOMACCESS 151 7.3.4 HPL 151 7.4
INTRINSIC ALGORITHM PERFORMANCE 152 7.4.1 DATA STRUCTURES 152 7.4.2
COMPUTATIONAL COMPLEXITY 152 7.4.3 DEGREES OF PARALLELISM 154 7.4.4
COMMUNICATION COMPLEXITY 155 7.5 HARDWARE PERFORMANCE 155 7.5.1 SPATIAL
AND TEMPORAL LOCALITY 156 7.5.2 PERFORMANCE EFFICIENCY 156 7.5.3
ESTIMATING PERFORMANCE 157 7.5.4 ANALYSIS RESULTS 159 7.5.5 PERFORMANCE
IMPLICATIONS 159 7.6 SOFTWARE PERFORMANCE 160 7.6.1 STREAM 161 7.6.2
RANDOMACCESS 161 7.6.3 FFT 162 7.6.4 HPL 163 7.7 PERFORMANCE VERSUS
EFFORT 163 8 STREAM 169 8.1 GETTING STARTED 169 8.2 PARALLEL DESIGN 171
8.3 CODE 173 8.4 DEBUG 176 8.5 TEST 177 9 RANDOMACCESS 181 9.1 GETTING
STARTED 182 9.2 PARALLEL DESIGN 183 9.2.1 SPRAY ALGORITHM 184 9.2.2 TREE
ALGORITHM 187 9.3 CODE 189 9.3.1 SPRAY CODE 191 9.3.2 TREE CODE 193
9.3.3 CODING SUMMARY 194 9.4 DEBUG 195 9.5 TEST 197 9.5.1 MULTICORE
PERFORMANCE 197 9.5.2 MULTINODE PERFORMANCE 198 10 FAST FOURIER
TRANSFORM 201 10.1 GETTING STARTED 202 10.2 PARALLEL DESIGN 203 CONTENTS
XI 10.3 CODE 206 10.4 DEBUG 208 10.5 TEST 209 10.5.1 MULTICORE
PERFORMANCE 209 10.5.2 MULTINODE PERFORMANCE 211 11 HIGH PERFORMANCE
LINPACK 215 11.1 GETTING STARTED 216 11.2 PARALLEL DESIGN 217 11.2.1
PARALLEL LU 219 11.2.2 CRITICAL PATH ANALYSIS 221 11.3 CODE 224 11.4
DEBUG 227 11.5 TEST 229 11.5.1 MULTICORE PERFORMANCE 229 11.5.2
MULTINODE PERFORMANCE 230 APPENDIX NOTATION FOR HIERARCHICAL PARALLEL
MULTICORE ALGORITHMS 233 A.L INTRODUCTION 233 A.2 DATA PARALLELISM 234
A.2.1 SERIAL ALGORITHM 234 A.2.2 PARALLEL ALGORITHM 235 A.2.3 BLOCK
PARALLEL ALGORITHM 238 A.2.4 HIERARCHICAL PARALLEL ALGORITHM 239 A.2.5
HIERARCHICAL BLOCK PARALLEL ALGORITHM 240 A.3 PIPELINE PARALLELISM 242
A.3.1 IMPLICIT PIPELINE PARALLEL 242 A.3.2 TASK PIPELINE PARALLEL 243
A.3.3 FINE-GRAINED TASK PIPELINE PARALLEL 246 A.3.4 GENERIC HIERARCHICAL
BLOCK PARALLEL ALGORITHM 247 INDEX 251
|
any_adam_object | 1 |
author | Kepner, Jeremy V. 1969- |
author_GND | (DE-588)139771522 |
author_facet | Kepner, Jeremy V. 1969- |
author_role | aut |
author_sort | Kepner, Jeremy V. 1969- |
author_variant | j v k jv jvk |
building | Verbundindex |
bvnumber | BV035784192 |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.58 |
callnumber-search | QA76.58 |
callnumber-sort | QA 276.58 |
callnumber-subject | QA - Mathematics |
classification_rvk | ST 601 |
ctrlnum | (OCoLC)317574167 (DE-599)BSZ308207114 |
dewey-full | 004/.35 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 004 - Computer science |
dewey-raw | 004/.35 |
dewey-search | 004/.35 |
dewey-sort | 14 235 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01952nam a2200505 cb4500</leader><controlfield tag="001">BV035784192</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20091116 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">091022s2009 ad|| |||| 00||| eng d</controlfield><datafield tag="010" ind1=" " ind2=" "><subfield code="a">2009013013</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780898716733</subfield><subfield code="c">(hbk)</subfield><subfield code="9">978-0-898716-73-3</subfield></datafield><datafield tag="024" ind1="3" ind2=" "><subfield code="a">9780898716733</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)317574167</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BSZ308207114</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-706</subfield><subfield code="a">DE-11</subfield><subfield code="a">DE-20</subfield><subfield code="a">DE-29T</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA76.58</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">004/.35</subfield><subfield code="2">22</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 601</subfield><subfield code="0">(DE-625)143682:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Kepner, Jeremy V.</subfield><subfield code="d">1969-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)139771522</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Parallel MATLAB for multicore and multinode computers</subfield><subfield code="c">Jeremy Kepner</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Philadelphia, Pa.</subfield><subfield code="b">SIAM, Society for Industrial and Applied Mathematics</subfield><subfield code="c">2009</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XXV, 253 S.</subfield><subfield code="b">Ill., graph. Darst.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="1" ind2=" "><subfield code="a">Software, environments, tools</subfield><subfield code="v">21</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes index</subfield></datafield><datafield tag="630" ind1="0" ind2="4"><subfield code="a">MATLAB</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Parallel processing (Electronic computers)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Multiprocessors</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Parallelverarbeitung</subfield><subfield code="0">(DE-588)4075860-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Mehrprozessorsystem</subfield><subfield code="0">(DE-588)4038397-0</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">MATLAB</subfield><subfield code="0">(DE-588)4329066-8</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">MATLAB</subfield><subfield code="0">(DE-588)4329066-8</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Parallelverarbeitung</subfield><subfield code="0">(DE-588)4075860-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="1" ind2="0"><subfield code="a">MATLAB</subfield><subfield code="0">(DE-588)4329066-8</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2="1"><subfield code="a">Mehrprozessorsystem</subfield><subfield code="0">(DE-588)4038397-0</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Software, environments, tools</subfield><subfield code="v">21</subfield><subfield code="w">(DE-604)BV022382558</subfield><subfield code="9">21</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">GBV Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=018643647&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-018643647</subfield></datafield></record></collection> |
id | DE-604.BV035784192 |
illustrated | Illustrated |
indexdate | 2024-07-09T22:04:29Z |
institution | BVB |
isbn | 9780898716733 |
language | English |
lccn | 2009013013 |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-018643647 |
oclc_num | 317574167 |
open_access_boolean | |
owner | DE-706 DE-11 DE-20 DE-29T |
owner_facet | DE-706 DE-11 DE-20 DE-29T |
physical | XXV, 253 S. Ill., graph. Darst. |
publishDate | 2009 |
publishDateSearch | 2009 |
publishDateSort | 2009 |
publisher | SIAM, Society for Industrial and Applied Mathematics |
record_format | marc |
series | Software, environments, tools |
series2 | Software, environments, tools |
spelling | Kepner, Jeremy V. 1969- Verfasser (DE-588)139771522 aut Parallel MATLAB for multicore and multinode computers Jeremy Kepner Philadelphia, Pa. SIAM, Society for Industrial and Applied Mathematics 2009 XXV, 253 S. Ill., graph. Darst. txt rdacontent n rdamedia nc rdacarrier Software, environments, tools 21 Includes index MATLAB Parallel processing (Electronic computers) Multiprocessors Parallelverarbeitung (DE-588)4075860-6 gnd rswk-swf Mehrprozessorsystem (DE-588)4038397-0 gnd rswk-swf MATLAB (DE-588)4329066-8 gnd rswk-swf MATLAB (DE-588)4329066-8 s Parallelverarbeitung (DE-588)4075860-6 s DE-604 Mehrprozessorsystem (DE-588)4038397-0 s Software, environments, tools 21 (DE-604)BV022382558 21 GBV Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=018643647&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Kepner, Jeremy V. 1969- Parallel MATLAB for multicore and multinode computers Software, environments, tools MATLAB Parallel processing (Electronic computers) Multiprocessors Parallelverarbeitung (DE-588)4075860-6 gnd Mehrprozessorsystem (DE-588)4038397-0 gnd MATLAB (DE-588)4329066-8 gnd |
subject_GND | (DE-588)4075860-6 (DE-588)4038397-0 (DE-588)4329066-8 |
title | Parallel MATLAB for multicore and multinode computers |
title_auth | Parallel MATLAB for multicore and multinode computers |
title_exact_search | Parallel MATLAB for multicore and multinode computers |
title_full | Parallel MATLAB for multicore and multinode computers Jeremy Kepner |
title_fullStr | Parallel MATLAB for multicore and multinode computers Jeremy Kepner |
title_full_unstemmed | Parallel MATLAB for multicore and multinode computers Jeremy Kepner |
title_short | Parallel MATLAB for multicore and multinode computers |
title_sort | parallel matlab for multicore and multinode computers |
topic | MATLAB Parallel processing (Electronic computers) Multiprocessors Parallelverarbeitung (DE-588)4075860-6 gnd Mehrprozessorsystem (DE-588)4038397-0 gnd MATLAB (DE-588)4329066-8 gnd |
topic_facet | MATLAB Parallel processing (Electronic computers) Multiprocessors Parallelverarbeitung Mehrprozessorsystem |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=018643647&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
volume_link | (DE-604)BV022382558 |
work_keys_str_mv | AT kepnerjeremyv parallelmatlabformulticoreandmultinodecomputers |