Anbieter: About Books, Henderson, NV, USA
Erstausgabe
EUR 41,76
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbHardcover. Zustand: Good condition. Zustand des Schutzumschlags: Good dust jacket. NOT a library discard (illustrator). First Printing of the First Edition. Digital Press, 1987. HARDCOVER edition. Good condition in a Good dust jacket. Chips and short closed tears to the jacket have been reinfiorced with clear tape on the blank side. Sharp corners. Small nick to the spine. Previous owner's business card (Christopher William Hisgen) taped to the pastedown endpaper. The book's LOC code and ISBN are inked on the title page. Paper clip impression in the upper margin of a small number of leaves. Pages are otherwise clean and unmarked with NO underlining. NO highlighting. NO margin notes. Graphs. Figures. Bound in the original bluish-gray cloth, stamped in bright white. Complete with dust jacket. First Printing of the First Edition. Hardcover. Good condition/Good dust jacket. Illus. by NOT a library discard. xv, 455pp. Great Packaging, Fast Shipping.
EUR 37,98
Währung umrechnenAnzahl: 2 verfügbar
In den WarenkorbPaperback. Zustand: Very Good. Ex-library hardcover no dj (blue boards) in very nice condition with the usual library markings and attachments. Text block clean and unmarked. Tight binding.
Verlag: LAP LAMBERT Academic Publishing, 2012
ISBN 10: 365914732X ISBN 13: 9783659147326
Sprache: Englisch
Anbieter: Mispah books, Redhill, SURRE, Vereinigtes Königreich
EUR 120,16
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbPaperback. Zustand: Like New. Like New. book.
Verlag: Continental Academy Press, London
Anbieter: Continental Academy Press, London, SELEC, Vereinigtes Königreich
EUR 12,39
Währung umrechnenAnzahl: Mehr als 20 verfügbar
In den WarenkorbSoftcover. Zustand: New. Zustand des Schutzumschlags: no dj. First. In 'Parallel Processing in the Human Experience', the authors take readers on a fascinating exploration of the ways in which big data analytics and cloud computing are transforming the human experience. By examining the ways in which these technologies are being used to drive innovation and improvement in a wide range of fields, this book offers a comprehensive and nuanced understanding of the potential for big data analytics and cloud computing to drive business success and personal fulfillment. From the impact on healthcare and education to the implications for personal relationships and social networks, this book provides a rich and detailed understanding of the potential for parallel processing to transform the human experience. Publication Year: 2025. SHIPPING TERMS - Depending on your location we may ship your book from the following locations: France, United Kingdom, India, Australia, Canada or the USA. This item is printed on demand.
Verlag: LAP LAMBERT Academic Publishing, 2012
ISBN 10: 365914732X ISBN 13: 9783659147326
Sprache: Englisch
Anbieter: AHA-BUCH GmbH, Einbeck, Deutschland
EUR 59,00
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbTaschenbuch. Zustand: Neu. nach der Bestellung gedruckt Neuware - Printed after ordering - The objective of this project report is to explore the architecture of E1350 IBM eServer Cluster and parallel programming in OpenMP, MPI and MPI+OpenMP using Intel C/C++ Compilers. By implementing some applications using these programming models, we can analyze the effects of each of the model on speedup. I have used four applications to analyze the effects that are Jacobi Iterative Method, Alternating Direction Implicit (ADI), Matrix Multiplication and Bucket Sorting. The general observations are as follows: Using MPI and MPI+OpenMP will not give significant speedup if used directly with the same program structure. We need to have modified the structure of the programs to reduce communication-to-computation ratio as much as possible. Running threads on different physical processors can cause significant barrier. When using 8-threads, synchronization must occur between all threads and this need communications between two physical processors. Communications between two physical processors is expensive compare to communications between cores. Thus, more cost is paid in term of more waiting time at barrier.