e99 Online Shopping Mall
Help | |
Home - Basic P - Pvm Programming (Books) |
  | 1-13 of 13 |
click price to see details click image to enlarge click link to go to the store
1. Recent Advances in Parallel Virtual Machine and Message Passing Interface: 13th European PVM/MPI User's Group Meeting, Bonn, Germany, September 17-20, ... / Programming and Software Engineering) | |
Paperback: 414
Pages
(2006-10-19)
list price: US$78.00 -- used & new: US$54.99 (price subject to change: see help) Asin: 354039110X Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description This book constitutes the refereed proceedings of the 13th European PVM/MPI Users' Group Meeting held in Bonn, Germany in September 2006. The 38 revised full papers presented together with abstracts of 6 invited contributions, 4 tutorial papers and 6 poster papers were carefully reviewed and selected from 84 submissions. The papers are organized in topical sections on collective communication, communication protocols, debugging and verification, fault tolerance, metacomputing and grid, parallel I/O, implementation issues, object-oriented message passing, limitations and extensions, performance, and are completed with 6 contributions to the special ParSim session on current trends in numerical simulation for parallel engineering environments. |
2. Recent Advances in Parallel Virtual Machine and Message Passing Interface: 14th European PVM/MPI User's Group Meeting, Paris France, September 30 - October ... / Programming and Software Engineering) | |
Paperback: 396
Pages
(2007-10-23)
list price: US$79.95 -- used & new: US$60.67 (price subject to change: see help) Asin: 3540754156 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description This book constitutes the refereed proceedings of the 14th European PVM/MPI Users' Group Meeting held in Paris, France, September 30 - October 3, 2007. The 40 revised full papers presented together with abstracts of 6 invited contributions, 3 tutorial papers and 6 poster papers were carefully reviewed and selected from 68 submissions. The papers are organized in topical sections on collective communication, communication protocols, debugging and verification, fault tolerance, metacomputing and grid, parallel I/O, implementation issues, object-oriented message passing, limitations and extensions, performance, and are completed with 6 contributions to the special ParSim session on current trends in numerical simulation for parallel engineering environments. |
3. Recent Advances in Parallel Virtual Machine and Message Passing Interface: 15th European PVM/MPI Users' Group Meeting, Dublin, Ireland, September 7-10, ... / Programming and Software Engineering) | |
Paperback: 342
Pages
(2008-10-07)
list price: US$79.95 -- used & new: US$57.65 (price subject to change: see help) Asin: 3540874747 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description This book constitutes the refereed proceedings of the 15th European PVM/MPI Users' Group Meeting held in Dublin, Ireland, in September 2008. The 29 revised full papers presented together with abstracts of 7 invited contributions, 1 tutorial paper and 8 poster papers were carefully reviewed and selected from 55 submissions. The papers are organized in topical sections on applications, collective operations, library internals, message passing for multi-core and mutlithreaded architectures, MPI datatypes, MPI I/O, synchronisation issues in point-to-point and one-sided communications, tools, and verification of message passing programs. The volume is rounded off with 4 contributions to the special ParSim session on current trends in numerical simulation for parallel engineering environments. |
4. Recent Advances in Parallel Virtual Machine and Message Passing Interface: 12th European PVM/MPI User's Group Meeting, Sorrento, Italy, September 18-21, ... / Programming and Software Engineering) | |
Paperback: 546
Pages
(2005-10-19)
list price: US$95.00 -- used & new: US$46.87 (price subject to change: see help) Asin: 3540290095 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description This book constitutes the refereed proceedings of the 12th European PVM/MPI Users' Group Meeting held in Sorrento, Italy in September 2005. The 61 revised full papers presented together with abstracts of 6 invited contributions were carefully reviewed and selected from numerous submissions. The papers are organized in topical sections on algorithms, extensions and improvements, cluster and grid, tools and environments, performance, applications and ParSim 2005. |
5. High-Level Parallel Programming Models and Supportive Environments: 6th International Workshop, HIPS 2001 San Francisco, CA, USA, April 23, 2001 Proceedings (Lecture Notes in Computer Science) | |
Paperback: 137
Pages
(2001-07-27)
list price: US$54.95 -- used & new: US$33.99 (price subject to change: see help) Asin: 3540419446 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description |
6. Professional Linux Programming by Neil Matthew and Richard Stones, Brad Clements, Andrew Froggatt, David J. Goodger, Ivan Griffin, Jeff Licquia, Ronald van Loon, Harish Rawat, Udaya Ranawake, Marius Sundbakken, Deepak Thomas, Stephen J. Turnbull, David Woodhouse, Richard Stones, Christopher Browne | |
Paperback: 1200
Pages
(2000-09)
list price: US$59.99 -- used & new: US$16.95 (price subject to change: see help) Asin: 1861003013 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description In this follow-up to the best-selling Beginning Linux Programming, youwill learn from the authors' real-world knowledge and experience ofdeveloping software for Linux; you'll be taken through the developmentof a sample 'DVD Store' application, with 'theme' chapters addressingdifferent aspects of its implementation. Meanwhile, individual'take-a-break' chapters cover important topics that go beyond thebounds of the central theme. All focus on the practical aspects ofprogramming, showing how crucial it is to choose the right tools forthe job, use them as they should be used, and get things right firsttime. Who is this book for? Experienced Linux programmers and aspiring developers alike will finda great deal of practical information in this book on libraries,techniques, tools and applications. You should be familiar with asimple Linux system, have a good working knowledge of programming inC, and a basic understanding of object-oriented programming with C++for the Qt/KDE chapters. What does this book cover? The book is framed as a case study for building a custom database program in Linux for a video rental store. After a tour of the requirements and a brief look at project management for creating this software, the various Linux packages that are needed to implement this system are described, along with sample code, most of which is written in C. Some packages, such as the CVS version-control package, come with most distributions of Linux; others will require downloading additional software over the Internet. In every case, you're provided with the actual command-line arguments that are needed to install, configure, and run each package. Besides a great exploration of CVS for version control, this title offers excellent coverage of the free PostgreSQL and MySQL databases, which are two very popular choices for Linux databases. The book also does a good job of explaining UI design under both the GTK+/GNOME and KDE (two popular Linux desktops), and how to extend the reach of the sample database application by using Remote Procedure Calls (RPCs) and CORBA. Of course, the finished application doesn't use every Linux API that's covered here, but the book does cast a wide net, and introduces features and tools that are available. Two prominent chapters take you on a tour of the essentials of other programming languages. There's PHP for Web development and an appealing, enthusiastic introduction to Python (which probably will turn you into a Python convert). Later chapters provide practical tips for testing and debugging applications, including how to profile your code. The book closes with a useful guide to creating Red Hat Package Manager (RPM) packages for deploying applications, as well as an overview of your options for internationalization. By covering so many APIs, languages, and tools effectively, Professional Linux Programming gives experienced C/C++ programmers all that they need to get started with Linux development. With its remarkably clear presentation style and abundance of practical tips, the book is an admirably useful blueprint for building custom software. --Richard Dragan Topics covered: Customer Reviews (7)
heavy reading
Good reference
Good reference for a wide range of Open Source technologies Most topics only get a single chapter, so there isn't as much depth as you would find in a dedicated book on each topic, but there is a very wide range of material all covered in enough depth to get the more experienced programmer started with a new topic. There are one or two weaker areas, but overall a good choice of material succinctly presented for the more experienced application developer. I've given it 5 stars as it was exactly what I was looking for - a single reference to help me create a Linux-based web database application, your mileage may vary. I recommend you at least consider it.
Excellent book for developing real-world linux solutions
Not for the Kernel Hack |
7. Recent Advances in Parallel Virtual Machine and Message Passing Interface: 10th European PVM/MPI Users' Group Meeting, Venice, Italy, September 29 - October ... (Lecture Notes in Computer Science) | |
Paperback: 693
Pages
(2003-11-13)
list price: US$99.00 -- used & new: US$20.07 (price subject to change: see help) Asin: 3540201491 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description |
8. Recent Advances in Parallel Virtual Machine and Message Passing Interface: 16th European PVM/MPI Users' Group Meeting, Espoo, Finland, September 7-10, ... / Programming and Software Engineering) | |
Paperback: 332
Pages
(2009-09-29)
list price: US$83.00 -- used & new: US$32.52 (price subject to change: see help) Asin: 3642037690 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description This book constitutes the refereed proceedings of the 16th European PVM/MPI Users' Group Meeting on Recent Advances in Parallel Virtual Machine and Message Passing Interface, EuroPVM/MPI 2009, held in Espoo, Finland, September 7-10, 2009. The 27 papers presented were carefully reviewed and selected from 48 submissions. The volume also includes 6 invited talks, one tutorial, 5 poster abstracts and 4 papers from the special session on current trends in numerical simulation for parallel engineering environments. The main topics of the meeting were Message Passing Interface (MPI)performance issues in very large systems, MPI program verification and MPI on multi-core architectures. |
9. Recent Advances in Parallel Virtual Machine and Message Passing Interface: 11th European PVM/MPI Users' Group Meeting, Budapest, Hungary, September 19-22, ... (Lecture Notes in Computer Science) | |
Paperback: 452
Pages
(2004-11-10)
list price: US$84.00 -- used & new: US$70.39 (price subject to change: see help) Asin: 3540231633 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description This book constitutes the refereed proceedings of the 11th European PVM/MPI users' Group Meeting held in Budapest, Hungary in September 2004. The 50 revised papers presented togehter with abstracts of 10 invited contributions were carefully reviewed and selected from numerous sbmissions. The papers are organized in topical sections on MPI/PVM extensions and improvements, algorithms, applications, tools and environments, cluster and grid computing, performance, and parallel nummerical simulation. |
10. Parallel Virtual Machine - EuroPVM'96: Third European PVM Conference, Munich, Germany, October, 7 - 9, 1996. Proceedings (Lecture Notes in Computer Science) | |
Paperback: 362
Pages
(1996-11-08)
list price: US$82.95 -- used & new: US$42.77 (price subject to change: see help) Asin: 3540617795 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description |
11. Recent Advances in Parallel Virtual Machine and Message Passing Interface: 4th European PVM/MPI User's Group Meeting Cracow, Poland, November 3-5, 1997, Proceedings (Lecture Notes in Computer Science) | |
Paperback: 518
Pages
(1997-11-26)
list price: US$98.00 -- used & new: US$78.20 (price subject to change: see help) Asin: 3540636978 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description |
12. PVM: Parallel Virtual Machine: A Users' Guide and Tutorial for Network Parallel Computing (Scientific and Engineering Computation) by Al Geist, Adam Beguelin, Jack Dongarra, Weicheng Jiang, Robert Manchek, Vaidyalingam S. Sunderam | |
Paperback: 299
Pages
(1994-11-08)
list price: US$38.00 -- used & new: US$26.74 (price subject to change: see help) Asin: 0262571080 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (2)
Parallelism APIs evolving
So you want to build a super computer? |
13. Pvm Sna Gateway for Vse/Esa Implementation Guidelines by IBM Redbooks | |
Paperback: 92
Pages
(1994-09)
list price: US$27.00 -- used & new: US$20.52 (price subject to change: see help) Asin: 0738406066 Canada | United Kingdom | Germany | France | Japan | |
  | 1-13 of 13 |