Artículos relacionados a An Introduction to Parallel Programming

An Introduction to Parallel Programming - Tapa dura

 
9780123742605: An Introduction to Parallel Programming

Sinopsis

An Introduction to Parallel Programming is the first undergraduate text to directly address compiling and running parallel programs on the new multi-core and cluster architecture. It explains how to design, debug, and evaluate the performance of distributed and shared-memory programs. The author Peter Pacheco uses a tutorial approach to show students how to develop effective parallel programs with MPI, Pthreads, and OpenMP, starting with small programming examples and building progressively to more challenging ones., The text is written for students in undergraduate parallel programming or parallel computing courses designed for the computer science major or as a service course to other departments; professionals with no background in parallel computing.

"Sinopsis" puede pertenecer a otra edición de este libro.

Críticas

"Pacheco succeeds in introducing the reader to the key issues and considerations in parallel programming. The simplicity of the examples allows the reader to focus on parallel programming aspects rather than application logic. Including both MPI and Pthreads/OpenMP is a good way to illustrate the differences between message passing and shared-memory programming models. The discussions about analyzing the scalability and efficiency of the resulting parallel programs present a key aspect of developing real parallel programs. Finally, working through the same examples using all three facilities helps make this even more concrete." --W. Hu, ComputingReviews.com

"This is a well-written book, appropriately targeted at junior undergraduates. Being easily digestible, it makes the difficult task of parallel programming come across a lot less daunting than I have seen in other texts. Admittedly, it is light on theory; however, the most memorable lessons in parallel programming are those learned from mistakes made. With over 100 programming exercises, learning opportunities abound." --Bernard Kuc, ACM’s Computing Reviews.com

"With the coming of multicore processors and the cloud, parallel computing is most certainly not a niche area off in a corner of the computing world. Parallelism has become central to the efficient use of resources, and this new textbook by Peter Pacheco will go a long way toward introducing students early in their academic careers to both the art and practice of parallel computing." --Duncan Buell, Department of Computer Science and Engineering, University of South Carolina

"An Introduction to Parallel Programming illustrates fundamental programming principles in the increasingly important area of shared memory programming using Pthreads and OpenMP and distributed memory programming using MPI. More importantly, it emphasizes good programming practices by indicating potential performance pitfalls. These topics are presented in the context of a variety of disciplines including computer science, physics and mathematics. The chapters include numerous programming exercises that range from easy to very challenging. This is an ideal book for students or professionals looking to learn parallel programming skills or to refresh their knowledge." --Leigh Little, Department of Computational Science, The College at Brockport, The State University of New York

"An Introduction to Parallel Programming is a well written, comprehensive book on the field of parallel computing. Students and practitioners alike will appreciate the relevant, up-to-date information. Peter Pacheco’s very accessible writing style combined with numerous interesting examples keeps the reader’s attention. In a field that races forward at a dizzying pace, this book hangs on for the wild ride covering the ins and outs of parallel hardware and software." --Kathy J. Liszka, Department of Computer Science, University of Akron

"Parallel computing is the future and this book really helps introduce this complicated subject with practical and useful examples." --Andrew N. Sloss FBCS, Consultant Engineer, ARM, Author of ARM System Developer’s Guide

Contraportada

Learn how to fully harness the power of parallel computing using MPI, PThreads, and OpenMP.

An Introduction to Parallel Programming

Peter S. Pacheco, University of San Francisco

With the coming of multicore processors and the cloud, parallel computing is most certainly not a niche area off in a corner of the computing world. Parallelism has become central to the efficient use of resources, and this new textbook by Peter Pacheco will go a long way toward introducing students early in their academic careers to both the art and practice of parallel computing.

Duncan Buell Department of Computer Science and Engineering University of South Carolina

An Introduction to Parallel Programming illustrates fundamental programming principles in the increasingly important area of shared memory programming using Pthreads and OpenMP and distributed memory programming using MPI. More importantly, it emphasizes good programming practices by indicating potential performance pitfalls. These topics are presented in the context of a variety of disciplines including computer science, physics and mathematics. The chapters include numerous programming exercises that range from easy to very challenging. This is an ideal book for students or professionals looking to learn parallel programming skills or to refresh their knowledge.

Leigh Little Department of Computational Science The College at Brockport, The State University of New York

An Introduction to Parallel Programming is a well written, comprehensive book on the field of parallel computing. Students and practitioners alike will appreciate the relevant, up-to-date information. Peter Pacheco’s very accessible writing style combined with numerous interesting examples keeps the reader’s attention. In a field that races forward at a dizzying pace, this book hangs on for the wild ride covering the ins and outs of parallel hardware and software.

Kathy J. Liszka Department of Computer Science University of Akron

Parallel computing is the future and this book really helps introduce this complicated subject with practical and useful examples.

Andrew N. Sloss FBCS Consultant Engineer, ARM Author of ARM System Developer’s Guide

Parallel programming is no longer just for specialists. If you want to fully exploit the power of clusters and multicore processors, it's essential that you learn the basics of distributed- and shared-memory parallel programming. An Introduction to Parallel Programming uses a tutorial approach to show you how to develop effective parallel programs with MPI, PThreads, and OpenMP. Whether you are a student or a practicing professional, Peter Pacheco’s new book will show you how to design, debug, and evaluate the performance of distributed and shared-memory programs.

Features

  • Features a tutorial approach, starting with small programming examples and building progressively to more challenging examples
  • Focuses on designing, debugging and evaluating the performance of distributed and shared-memory programs
  • Stresses hands-on development of parallel programs, using MPI, PThreads, and OpenMP programming models

About the Author

Peter S. Pacheco Professor Computer Science and Mathematics University of San Francisco

|

Learn how to fully harness the power of parallel computing using MPI, PThreads, and OpenMP.

An Introduction to Parallel Programming

Peter S. Pacheco, University of San Francisco

With the coming of multicore processors and the cloud, parallel computing is most certainly not a niche area off in a corner of the computing world. Parallelism has become central to the efficient use of resources, and this new textbook by Peter Pacheco will go a long way toward introducing students early in their academic careers to both the art and practice of parallel computing.

Duncan Buell Department of Computer Science and Engineering University of South Carolina

An Introduction to Parallel Programming illustrates fundamental programming principles in the increasingly important area of shared memory programming using Pthreads and OpenMP and distributed memory programming using MPI. More importantly, it emphasizes good programming practices by indicating potential performance pitfalls. These topics are presented in the context of a variety of disciplines including computer science, physics and mathematics. The chapters include numerous programming exercises that range from easy to very challenging. This is an ideal book for students or professionals looking to learn parallel programming skills or to refresh their knowledge.

Leigh Little Department of Computational Science The College at Brockport, The State University of New York

An Introduction to Parallel Programming is a well written, comprehensive book on the field of parallel computing. Students and practitioners alike will appreciate the relevant, up-to-date information. Peter Pacheco’s very accessible writing style combined with numerous interesting examples keeps the reader’s attention. In a field that races forward at a dizzying pace, this book hangs on for the wild ride covering the ins and outs of parallel hardware and software.

Kathy J. Liszka Department of Computer Science University of Akron

Parallel computing is the future and this book really helps introduce this complicated subject with practical and useful examples.

Andrew N. Sloss FBCS Consultant Engineer, ARM Author of ARM System Developer’s Guide

Parallel programming is no longer just for specialists. If you want to fully exploit the power of clusters and multicore processors, it's essential that you learn the basics of distributed- and shared-memory parallel programming. An Introduction to Parallel Programming uses a tutorial approach to show you how to develop effective parallel programs with MPI, PThreads, and OpenMP. Whether you are a student or a practicing professional, Peter Pacheco’s new book will show you how to design, debug, and evaluate the performance of distributed and shared-memory programs.

Features

  • Features a tutorial approach, starting with small programming examples and building progressively to more challenging examples

  • Focuses on designing, debugging and evaluating the performance of distributed and shared-memory programs

  • Stresses hands-on development of parallel programs, using MPI, PThreads, and OpenMP programming models

About the Author

Peter S. Pacheco Professor Computer Science and Mathematics University of San Francisco

"Sobre este título" puede pertenecer a otra edición de este libro.

  • EditorialMorgan Kaufmann Publishers In
  • Año de publicación2011
  • ISBN 10 0123742609
  • ISBN 13 9780123742605
  • EncuadernaciónTapa dura
  • IdiomaInglés
  • Número de páginas392

Comprar usado

Condición: Aceptable
Ships same or next business day...
Ver este artículo

EUR 2,88 gastos de envío en Estados Unidos de America

Destinos, gastos y plazos de envío

Otras ediciones populares con el mismo título

Resultados de la búsqueda para An Introduction to Parallel Programming

Imagen de archivo

Pacheco, Peter
Publicado por Morgan Kaufmann, 2011
ISBN 10: 0123742609 ISBN 13: 9780123742605
Antiguo o usado Tapa dura

Librería: Indiana Book Company, Marion, IN, Estados Unidos de America

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

Condición: Good. Ships same or next business day with delivery confirmation. Good condition. May or may not contain highlighting. Expedited shipping available. Nº de ref. del artículo: 1000009345368-1954

Contactar al vendedor

Comprar usado

EUR 3,64
Convertir moneda
Gastos de envío: EUR 2,88
A Estados Unidos de America
Destinos, gastos y plazos de envío

Cantidad disponible: 7 disponibles

Añadir al carrito

Imagen de archivo

Pacheco, Peter
Publicado por Morgan Kaufmann (edition 1), 2011
ISBN 10: 0123742609 ISBN 13: 9780123742605
Antiguo o usado Tapa dura

Librería: BooksRun, Philadelphia, PA, Estados Unidos de America

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

Hardcover. Condición: Good. 1. Ship within 24hrs. Satisfaction 100% guaranteed. APO/FPO addresses supported. Nº de ref. del artículo: 0123742609-11-1

Contactar al vendedor

Comprar usado

EUR 9,68
Convertir moneda
Gastos de envío: GRATIS
A Estados Unidos de America
Destinos, gastos y plazos de envío

Cantidad disponible: 1 disponibles

Añadir al carrito

Imagen de archivo

Pacheco, Peter
Publicado por Morgan Kaufmann, 2011
ISBN 10: 0123742609 ISBN 13: 9780123742605
Antiguo o usado Tapa dura

Librería: Jenson Books Inc, Logan, UT, Estados Unidos de America

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

hardcover. Condición: VeryGood. A well-cared-for item that has seen limited use but remains in great condition. The item is complete, unmarked, and undamaged, but may show some limited signs of wear. Item works perfectly. Pages are intact and not marred by notes or highlighting. The spine is undamaged. Nº de ref. del artículo: 4BQGBJ013A4A_ns

Contactar al vendedor

Comprar usado

EUR 10,71
Convertir moneda
Gastos de envío: GRATIS
A Estados Unidos de America
Destinos, gastos y plazos de envío

Cantidad disponible: 1 disponibles

Añadir al carrito

Imagen de archivo

Pacheco, Peter
Publicado por Morgan Kaufmann, 2011
ISBN 10: 0123742609 ISBN 13: 9780123742605
Antiguo o usado Tapa dura

Librería: Goodwill of Colorado, COLORADO SPRINGS, CO, Estados Unidos de America

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

Condición: Good. This item is in overall good condition. Covers and dust jackets are intact but may have minor wear including slight curls or bends to corners as well as cosmetic blemishes including stickers. Pages are intact but may have minor highlighting/ writing. Binding is intact; however, spine may have slight wear overall. Digital codes may not be included and have not been tested to be redeemable and/or active. Minor shelf wear overall. Please note that all items are donated goods and are in used condition. Orders shipped Monday through Friday! Your purchase helps put people to work and learn life skills to reach their full potential. Orders shipped Monday through Friday. Your purchase helps put people to work and learn life skills to reach their full potential. Thank you! Nº de ref. del artículo: 466M6D000AG4

Contactar al vendedor

Comprar usado

EUR 10,71
Convertir moneda
Gastos de envío: GRATIS
A Estados Unidos de America
Destinos, gastos y plazos de envío

Cantidad disponible: 2 disponibles

Añadir al carrito

Edición internacional
Edición internacional

Pacheco
ISBN 10: 0123742609 ISBN 13: 9780123742605
Antiguo o usado Paperback Original o primera edición
Edición internacional

Librería: BooksRun, Philadelphia, PA, Estados Unidos de America

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

Paperback. Condición: Good. First Edition. International edition. Ship within 24hrs. Satisfaction 100% guaranteed. APO/FPO addresses supported. Nº de ref. del artículo: 9380931751-11-1-7

Contactar al vendedor

Comprar usado

EUR 12,96
Convertir moneda
Gastos de envío: GRATIS
A Estados Unidos de America
Destinos, gastos y plazos de envío

Cantidad disponible: 1 disponibles

Añadir al carrito

Imagen del vendedor

Pacheco, Peter
Publicado por Morgan Kaufmann, 2011
ISBN 10: 0123742609 ISBN 13: 9780123742605
Antiguo o usado Tapa dura

Librería: Goodwill of Silicon Valley, SAN JOSE, CA, Estados Unidos de America

Calificación del vendedor: 4 de 5 estrellas Valoración 4 estrellas, Más información sobre las valoraciones de los vendedores

Condición: good. Supports Goodwill of Silicon Valley job training programs. The cover and pages are in Good condition! Any other included accessories are also in Good condition showing use. Use can include some highlighting and writing, page and cover creases as well as other types visible wear. Nº de ref. del artículo: GWSVV.0123742609.G

Contactar al vendedor

Comprar usado

EUR 11,72
Convertir moneda
Gastos de envío: EUR 3,53
A Estados Unidos de America
Destinos, gastos y plazos de envío

Cantidad disponible: 1 disponibles

Añadir al carrito

Imagen de archivo

Pacheco, Peter
Publicado por Elsevier Science & Technology, 2011
ISBN 10: 0123742609 ISBN 13: 9780123742605
Antiguo o usado Tapa dura

Librería: TextbookRush, Grandview Heights, OH, Estados Unidos de America

Calificación del vendedor: 4 de 5 estrellas Valoración 4 estrellas, Más información sobre las valoraciones de los vendedores

Condición: Good. Ships SAME or NEXT business day. We Ship to APO/FPO addr. Choose EXPEDITED shipping and receive in 2-5 business days within the United States. See our member profile for customer support contact info. We have an easy return policy. Nº de ref. del artículo: 54647018

Contactar al vendedor

Comprar usado

EUR 12,17
Convertir moneda
Gastos de envío: EUR 3,53
A Estados Unidos de America
Destinos, gastos y plazos de envío

Cantidad disponible: 1 disponibles

Añadir al carrito

Imagen de archivo

Pacheco, Peter
Publicado por Elsevier Science & Technology, 2011
ISBN 10: 0123742609 ISBN 13: 9780123742605
Antiguo o usado Tapa dura

Librería: TextbookRush, Grandview Heights, OH, Estados Unidos de America

Calificación del vendedor: 4 de 5 estrellas Valoración 4 estrellas, Más información sobre las valoraciones de los vendedores

Condición: Very Good. Expedited orders RECEIVED in 1-5 business days within the United States. Orders ship SAME or NEXT business day. We proudly ship to APO/FPO addresses. 100% Satisfaction Guaranteed! Nº de ref. del artículo: 52703005

Contactar al vendedor

Comprar usado

EUR 12,18
Convertir moneda
Gastos de envío: EUR 3,53
A Estados Unidos de America
Destinos, gastos y plazos de envío

Cantidad disponible: 1 disponibles

Añadir al carrito

Edición internacional
Edición internacional

Pacheco
Publicado por Morgan Kaufmann, 2011
ISBN 10: 0123742609 ISBN 13: 9780123742605
Nuevo Paperback
Edición internacional

Librería: Readify Books, Wilmington, DE, Estados Unidos de America

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

Paperback. Condición: NEW. International Edition, Paperback, Brand New, ISBN and Cover image may differ but contents similar to U.S. Edition. We ship from multiple Locations including India, We ship to PO , APO and FPO adresses in U.S.A. Choose Expedited Shipping for FASTER DELIVERY.Customer Satisfaction Guaranteed. 0.70. Nº de ref. del artículo: IN1#9789380931753

Contactar al vendedor

Comprar nuevo

EUR 18,92
Convertir moneda
Gastos de envío: EUR 3,53
A Estados Unidos de America
Destinos, gastos y plazos de envío

Cantidad disponible: 15 disponibles

Añadir al carrito

Imagen de archivo

Pacheco, Peter
Publicado por Morgan Kaufmann, 2011
ISBN 10: 0123742609 ISBN 13: 9780123742605
Antiguo o usado Tapa dura

Librería: Grumpys Fine Books, Tijeras, NM, Estados Unidos de America

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

Hardcover. Condición: very good. little wear and tear. Nº de ref. del artículo: Grumpy0123742609

Contactar al vendedor

Comprar usado

EUR 21,71
Convertir moneda
Gastos de envío: EUR 3,76
A Estados Unidos de America
Destinos, gastos y plazos de envío

Cantidad disponible: 1 disponibles

Añadir al carrito

Existen otras 8 copia(s) de este libro

Ver todos los resultados de su búsqueda