Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7 707 857-29-98
  +7(7172) 65-23-70
  10:00-18:00 пн-пт
  shop@logobook.kz
   
    Поиск книг                        
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Бестселлеры | |
 

Introduction to Grid Computing, Magoules, Frederic , Pan, Jie , Tan, Kiat-An ,


Варианты приобретения
Цена: 63280.00T
Кол-во:
 о цене
Наличие: Отсутствует. 
Возможна поставка под заказ. Дата поступления на склад уточняется после оформления заказа


Добавить в корзину
в Мои желания

Автор: Magoules, Frederic , Pan, Jie , Tan, Kiat-An ,
Название:  Introduction to Grid Computing
ISBN: 9780367385828
Издательство: Taylor&Francis
Классификация:
ISBN-10: 0367385821
Обложка/Формат: Paperback
Страницы: 336
Вес: 0.62 кг.
Дата издания: 20.12.2019
Серия: Chapman & Hall/CRC Numerical Analysis and Scientific Computing Series
Язык: English
Размер: 234 x 155 x 20
Читательская аудитория: Tertiary education (us: college)
Основная тема: Supercomputing
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Европейский союз
Описание:

A Thorough Overview of the Next Generation in Computing

Poised to follow in the footsteps of the Internet, grid computing is on the verge of becoming more robust and accessible to the public in the near future. Focusing on this novel, yet already powerful, technology, Introduction to Grid Computing explores state-of-the-art grid projects, core grid technologies, and applications of the grid.

After comparing the grid with other distributed systems, the book covers two important aspects of a grid system: scheduling of jobs and resource discovery and monitoring in grid. It then discusses existing and emerging security technologies, such as WS-Security and OGSA security, as well as the functions of grid middleware at a conceptual level. The authors also describe famous grid projects, demonstrate the pricing of European options through the use of the Monte Carlo method on grids, and highlight different parallelization possibilities on the grid.

Taking a tutorial approach, this concise book provides a complete introduction to the components of the grid architecture and applications of grid computing. It expertly shows how grid computing can be used in various areas, from computational mechanics to risk management in financial institutions.



Introduction to Scientific and Technical Computing

Автор: Willmore
Название: Introduction to Scientific and Technical Computing
ISBN: 1498745040 ISBN-13(EAN): 9781498745048
Издательство: Taylor&Francis
Рейтинг:
Цена: 78590.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Created to help scientists and engineers write computer code, this practical book addresses the important tools and techniques that are necessary for scientific computing, but which are not yet commonplace in science and engineering curricula. This book contains chapters summarizing the most important topics that computational researchers need to know about. It leverages the viewpoints of passionate experts involved with scientific computing courses around the globe and aims to be a starting point for new computational scientists and a reference for the experienced. Each contributed chapter focuses on a specific tool or skill, providing the content needed to provide a working knowledge of the topic in about one day. While many individual books on specific computing topics exist, none is explicitly focused on getting technical professionals and students up and running immediately across a variety of computational areas.

Introduction to High Performance Scientific Computing

Автор: David L. Chopp
Название: Introduction to High Performance Scientific Computing
ISBN: 1611975638 ISBN-13(EAN): 9781611975635
Издательство: Mare Nostrum (Eurospan)
Рейтинг:
Цена: 76910.00 T
Наличие на складе: Поставка под заказ.
Описание: Based on a course developed by the author, Introduction to High Performance Scientific Computing introduces methods for adding parallelism to numerical methods for solving differential equations. It contains exercises and programming projects that facilitate learning as well as examples and discussions based on the C programming language, with additional comments for those already familiar with C . The text provides an overview of concepts and algorithmic techniques for modern scientific computing and is divided into six self-contained parts that can be assembled in any order to create an introductory course using available computer hardware.Part I introduces the C programming language for those not already familiar with programming in a compiled language. Part II describes parallelism on shared memory architectures using OpenMP. Part III details parallelism on computer clusters using MPI for coordinating a computation. Part IV demonstrates the use of graphical programming units (GPUs) to solve problems using the CUDA language for NVIDIA graphics cards. Part V addresses programming on GPUs for non-NVIDIA graphics cards using the OpenCL framework. Finally, Part VI contains a brief discussion of numerical methods and applications, giving the reader an opportunity to test the methods on typical computing problems. Introduction to High Performance Scientific Computing is intended for advanced undergraduate or beginning graduate students who have limited exposure to programming or parallel programming concepts. Extensive knowledge of numerical methods is not assumed. The material can be adapted to the available computational hardware, from OpenMP on simple laptops or desktops to MPI on computer clusters or CUDA and OpenCL for computers containing NVIDIA or other graphics cards. Experienced programmers unfamiliar with parallel programming will benefit from comparing the various methods to determine the type of parallel programming best suited for their application. The book can be used for courses on parallel scientific computing, high performance computing, and numerical methods for parallel computing.

Introduction to Modeling and Simulation with MATLAB and Python

Автор: Gordon
Название: Introduction to Modeling and Simulation with MATLAB and Python
ISBN: 1498773877 ISBN-13(EAN): 9781498773874
Издательство: Taylor&Francis
Рейтинг:
Цена: 89820.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: The book introduces the principles of mathematical modeling in science, engineering, and social science as well as basic skills of computer programming. The book is aimed at majors in STEM disciplines that need to understand how to create, analyze, and test mathematical models.

Introduction to hpc with mpi for data science

Автор: Nielsen, Frank
Название: Introduction to hpc with mpi for data science
ISBN: 3319219022 ISBN-13(EAN): 9783319219028
Издательство: Springer
Рейтинг:
Цена: 37260.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

This gentle introduction to High Performance Computing (HPC) for Data Science using the Message Passing Interface (MPI) standard has been designed as a first course for undergraduates on parallel programming on distributed memory models, and requires only basic programming notions.

Divided into two parts the first part covers high performance computing using C]+ with the Message Passing Interface (MPI) standard followed by a second part providing high-performance data analytics on computer clusters.

In the first part, the fundamental notions of blocking versus non-blocking point-to-point communications, global communications (like broadcast or scatter) and collaborative computations (reduce), with Amdalh and Gustafson speed-up laws are described before addressing parallel sorting and parallel linear algebra on computer clusters. The common ring, torus and hypercube topologies of clusters are then explained and global communication procedures on these topologies are studied. This first part closes with the MapReduce (MR) model of computation well-suited to processing big data using the MPI framework.

In the second part, the book focuses on high-performance data analytics. Flat and hierarchical clustering algorithms are introduced for data exploration along with how to program these algorithms on computer clusters, followed by machine learning classification, and an introduction to graph analytics. This part closes with a concise introduction to data core-sets that let big data problems be amenable to tiny data problems.

Exercises are included at the end of each chapter in order for students to practice the concepts learned, and a final section contains an overall exam which allows them to evaluate how well they have assimilated the material covered in the book.


Introduction to Concurrency in Programming Languages

Автор: Sottile, Matthew J. , Mattson, Timothy G. , Rasm
Название: Introduction to Concurrency in Programming Languages
ISBN: 0367385155 ISBN-13(EAN): 9780367385156
Издательство: Taylor&Francis
Рейтинг:
Цена: 63280.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Illustrating the effect of concurrency on programs written in familiar languages, this text focuses on novel language abstractions that truly bring concurrency into the language and aid analysis and compilation tools in generating efficient, correct programs. It also explains the complexity involved in taking advantage of concurrency.

Contemporary High Performance Computing

Автор: Jeffrey S. Vetter
Название: Contemporary High Performance Computing
ISBN: 0367377756 ISBN-13(EAN): 9780367377755
Издательство: Taylor&Francis
Рейтинг:
Цена: 63280.00 T
Наличие на складе: Невозможна поставка.
Описание:

HPC is used to solve a number of complex questions in computational and data-intensive sciences. These questions include the simulation and modeling of physical phenomena, such as climate change, energy production, drug design, global security, and materials design; the analysis of large data sets such as those in genome sequencing, astronomical observation, and cybersecurity; and the intricate design of engineered products, such as airplanes and automobiles.

This second volume of Contemporary High Performance Computing: From Petascale toward Exascale continues to document international HPC ecosystems, including the sponsors and sites that host them. Each chapter is punctuated with a site's flagship system and:

  • Presents highlights of applications, workloads, and benchmarks
  • Describes hardware architectures, system software, and programming systems
  • Explores storage, visualization, and analytics
  • Examines the data center/facility as well as system statistics

Featuring pictures of buildings and systems in production, floorplans, and many block diagrams and charts to illustrate system design and performance, Contemporary High Performance Computing: From Petascale toward Exascale, Volume Two delivers a detailed snapshot of the rich history of practice in modern HPC. This book provides a valuable reference for researchers in HPC and computational science.


Elements of Parallel Computing

Автор: Aubanel
Название: Elements of Parallel Computing
ISBN: 1498727891 ISBN-13(EAN): 9781498727891
Издательство: Taylor&Francis
Рейтинг:
Цена: 68390.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

Designed for introductory parallel computing courses at the advanced undergraduate or beginning graduate level, Elements of Parallel Computing presents the fundamental concepts of parallel computing not from the point of view of hardware, but from a more abstract view of algorithmic and implementation patterns. The aim is to facilitate the teaching of parallel programming by surveying some key algorithmic structures and programming models, together with an abstract representation of the underlying hardware. The presentation is friendly and informal. The content of the book is language neutral, using pseudocode that represents common programming language models.

The first five chapters present core concepts in parallel computing. SIMD, shared memory, and distributed memory machine models are covered, along with a brief discussion of what their execution models look like. The book also discusses decomposition as a fundamental activity in parallel algorithmic design, starting with a naive example, and continuing with a discussion of some key algorithmic structures. Important programming models are presented in depth, as well as important concepts of performance analysis, including work-depth analysis of task graphs, communication analysis of distributed memory algorithms, key performance metrics, and a discussion of barriers to obtaining good performance.

The second part of the book presents three case studies that reinforce the concepts of the earlier chapters. One feature of these chapters is to contrast different solutions to the same problem, using select problems that aren't discussed frequently in parallel computing textbooks. They include the Single Source Shortest Path Problem, the Eikonal equation, and a classical computational geometry problem: computation of the two-dimensional convex hull. After presenting the problem and sequential algorithms, each chapter first discusses the sources of parallelism then surveys parallel algorithms.

 


Computational Science and High Performance Computing II

Автор: Egon Krause; Yurii I. Shokin; Nina Shokina
Название: Computational Science and High Performance Computing II
ISBN: 3540317678 ISBN-13(EAN): 9783540317678
Издательство: Springer
Рейтинг:
Цена: 315850.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Contains contributions to the Second Russian-German Advanced Research Workshop on Computational Science and High Performance Computing presented in March 2005 at Stuttgart, Germany. This title includes contributions that range from computer science, mathematics and high performance computing to applications in mechanical and aerospace engineering.

Computational Science and High Performance Computing II

Автор: Egon Krause; Yurii I. Shokin; Nina Shokina
Название: Computational Science and High Performance Computing II
ISBN: 3642068642 ISBN-13(EAN): 9783642068645
Издательство: Springer
Рейтинг:
Цена: 315850.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This volume contains 27 contributions to the Second Russian-German Advanced Research Workshop on Computational Science and High Performance Computing presented in March 2005 at Stuttgart, Germany. Contributions range from computer science, mathematics and high performance computing to applications in mechanical and aerospace engineering.


Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2)
ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz
Kaspi QR
   В Контакте     В Контакте Мед  Мобильная версия