Scientific Programming and Computer Architecture 2017 Edition at Meripustak

Scientific Programming and Computer Architecture 2017 Edition

Books from same Author: Divakar Viswanath

Books from same Publisher: MIT Press Ltd

Related Category: Author List / Publisher List


  • Retail Price: ₹ 5863/- [ 9.00% off ]

    Seller Price: ₹ 5335

Sold By: T K Pandey      Click for Bulk Order

Offer 1: Get ₹ 111 extra discount on minimum ₹ 500 [Use Code: Bharat]

Offer 2: Get 9.00 % + Flat ₹ 100 discount on shopping of ₹ 1500 [Use Code: IND100]

Offer 3: Get 9.00 % + Flat ₹ 300 discount on shopping of ₹ 5000 [Use Code: MPSTK300]

Free Shipping (for orders above ₹ 499) *T&C apply.

In Stock

Free Shipping Available



Click for International Orders
  • Provide Fastest Delivery

  • 100% Original Guaranteed
  • General Information  
    Author(s)Divakar Viswanath
    PublisherMIT Press Ltd
    ISBN9780262036290
    Pages624
    BindingHardback
    LanguageEnglish
    Publish YearSeptember 2017

    Description

    MIT Press Ltd Scientific Programming and Computer Architecture 2017 Edition by Divakar Viswanath

    A variety of programming models relevant to scientists explained, with an emphasis on how programming constructs map to parts of the computer.What makes computer programs fast or slow? To answer this question, we have to get behind the abstractions of programming languages and look at how a computer really works. This book examines and explains a variety of scientific programming models (programming models relevant to scientists) with an emphasis on how programming constructs map to different parts of the computer's architecture. Two themes emerge: program speed and program modularity. Throughout this book, the premise is to get under the hood, and the discussion is tied to specific programs. The book digs into linkers, compilers, operating systems, and computer architecture to understand how the different parts of the computer interact with programs. It begins with a review of C/C++ and explanations of how libraries, linkers, and Makefiles work. Programming models covered include Pthreads, OpenMP, MPI, TCP/IP, and CUDA.The emphasis on how computers work leads the reader into computer architecture and occasionally into the operating system kernel. The operating system studied is Linux, the preferred platform for scientific computing. Linux is also open source, which allows users to peer into its inner workings. A brief appendix provides a useful table of machines used to time programs. The book's website (https: //github.com/divakarvi/bk-spca) has all the programs described in the book as well as a link to the html text.