Political Leadership

Political Leadership
Author: Jean Blondel
Publisher: Sage Publications (CA)
Total Pages: 232
Release: 1987
Genre: Political Science
ISBN:

"Political leaders are the most universal, recognized, and talked about element of political life. However, the general analysis of political leadership has been little advanced. In this book Professor Blondel provides a general framework for the systematic study of leadership to make possible future empirical study and comparative analysis of political leadership. After examining the current state of political leadership studies, Professor Blondel categorizes the leaders of the world taking into account both their goals and the constraints and opportunities resulting from the environment. Important features and influences on leadership are identified: the sources of personal power, the role of leaders' own psychology and perspective, the instruments of power available to leaders, their relationship with subordinates and citizens, the influence of institutions on leadership and the impact of leaders"--Provided by publisher.

General Purpose Polystyrene Production - Cost Analysis - PS E11A

General Purpose Polystyrene Production - Cost Analysis - PS E11A
Author: Intratec
Publisher: Intratec
Total Pages: 101
Release: 2019-09-17
Genre: Business & Economics
ISBN:

This report presents a cost analysis of General Purpose Polystyrene (GPPS) production from styrene. The process examined is a typical continuous bulk polymerization process. This report was developed based essentially on the following reference(s): (1) "Polystyrene and Styrene Copolymers", Ullmann's Encyclopedia of Industrial Chemistry, 7th edition (2) "Styrene Plastics", Kirk-Othmer Encyclopedia of Chemical Technology, 4th edition Keywords: INEOS, Versalis, Polystyrene, GPPS

Performance Analysis and Tuning for General Purpose Graphics Processing Units (GPGPU)

Performance Analysis and Tuning for General Purpose Graphics Processing Units (GPGPU)
Author: Hyesoon Kim
Publisher: Springer Nature
Total Pages: 88
Release: 2022-05-31
Genre: Technology & Engineering
ISBN: 3031017374

General-purpose graphics processing units (GPGPU) have emerged as an important class of shared memory parallel processing architectures, with widespread deployment in every computer class from high-end supercomputers to embedded mobile platforms. Relative to more traditional multicore systems of today, GPGPUs have distinctly higher degrees of hardware multithreading (hundreds of hardware thread contexts vs. tens), a return to wide vector units (several tens vs. 1-10), memory architectures that deliver higher peak memory bandwidth (hundreds of gigabytes per second vs. tens), and smaller caches/scratchpad memories (less than 1 megabyte vs. 1-10 megabytes). In this book, we provide a high-level overview of current GPGPU architectures and programming models. We review the principles that are used in previous shared memory parallel platforms, focusing on recent results in both the theory and practice of parallel algorithms, and suggest a connection to GPGPU platforms. We aim to provide hints to architects about understanding algorithm aspect to GPGPU. We also provide detailed performance analysis and guide optimizations from high-level algorithms to low-level instruction level optimizations. As a case study, we use n-body particle simulations known as the fast multipole method (FMM) as an example. We also briefly survey the state-of-the-art in GPU performance analysis tools and techniques. Table of Contents: GPU Design, Programming, and Trends / Performance Principles / From Principles to Practice: Analysis and Tuning / Using Detailed Performance Analysis to Guide Optimization