SlideShare ist ein Scribd-Unternehmen logo
1 von 30
Downloaden Sie, um offline zu lesen
Intel tools to optimize HPC
systems
May 2014
Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective
owners.
Agenda
Intel® Developer Products Overview
Intel® Parallel Studio XE and Cluster Studio XE 2013 Overview
What’s new with XE 2015 Beta ?
Where to get ?
Intel Confidential
Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective
owners.
Web App Performance Client System Technical Computing
Deploy apps on
multiple platforms
using one codebase
Native cross-platform
C++ development for
multimedia apps and
more
Create fast, efficient
embedded & mobile
devices/systems in
less time
Improve application
performance,
scalability and
reliability
Intel®
Developer Products
Intel® XDK
Intel® Quark
Intel® INDE
Intel Confidential
Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective
owners.
• Industry-leading performance
from advanced compilers
• Comprehensive libraries
• Parallel programming models
• Insightful analysis tools
More Cores. Wider Vectors. Performance Delivered.
Intel® Parallel Studio XE and Intel® Cluster Studio XE
Serial
Performance
Scaling
Performance
Efficiently
Multicore Many-core
128 Bits
256 Bits
512 Bits
50+ cores
More Cores
Wider Vectors
Task & Data
Parallel
Performance
Distributed
Performance
Intel Confidential
Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective
owners.
Phase Product Feature Benefit
Build
Intel® Composer XE
Compilers, Performance and
Threading Libraries
Out of the box performance
Intel® MPI Library† High Performance Message
Passing (MPI) Library
Interconnect independence
Intel® Advisor XE
Threading Prototyping Tool
(Studio XE products only)
Simplifies parallel application design
Verify
& Tune
Intel® VTune™ Amplifier
XE
Performance Profiler Find performance bottlenecks
Intel® Inspector XE
Memory & Threading
Dynamic and Static Analysis
Code quality, improved security
Intel® Trace Analyzer &
Collector† MPI Performance Profiler
Find performance bottlenecks in
cluster-based applications
Efficiently Produce Fast, Scalable and Reliable Applications
Intel® Parallel Studio XE 2013 and Intel® Cluster Studio XE 2013
Service Pack 1
Intel Confidential
Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective
owners.
Support for Latest Intel
Processors and Coprocessors
† Hardware events for new processors added as new processors ship.
†† Analysis runs on multicore processors, provides analysis for multicore and many-core processors.
New Product Announcements
Embargoed until September 4,
8am Pacific Time
Intel® Haswell
microarchitecture
Intel® Broadwell
microarchitecture
Intel® Xeon Phi™
coprocessor
Intel® C++ and Fortran
Compiler
✔ ✔ ✔
Intel® TBB library ✔ ✔ ✔
Intel® MKL library ✔ ✔ ✔
Intel® MPI library ✔ ✔ ✔
Intel® VTune™ Amplifier
XE†
✔ ✔ ✔
Intel® Inspector XE†† ✔ ✔ ✔
Now with
Windows*
support
Intel Confidential
Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective
owners.
Intel® C++ and Fortran Compiler
Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective
owners.
Intel® C++, Intel® Fortran,
with Performance Libraries
Intel® Composer XE
Industry leading application performance, serial and parallel
 Intel compilers: Intel Fortran and
Intel C++ with Intel® Cilk Plus
 Intel Performance Libraries
 Intel® Threading Building Blocks
 Intel® Math Kernel Library
 Intel® Integrated Performance Primitives
 Architecture support: IA 32, Intel 64,
Intel® Xeon Phi™ product family, Intel
compatible processors
 Compatibility
 Windows: Visual* C++ and Visual Studio* 2008, 2010, 2012
 Linux, Mac OS X, including Mountain Lion: gcc and, for C++ Eclipse & Xcode for Mac
Performance Compatibility Support
Intel Confidential
Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective
owners.
Leadership Application Performance
 More Performance for your C++ applications
 Just recompile
 Uses Intel® AVX and Intel® AVX2 instructions
 Intel® Xeon Phi™ product family support (Linux)
 Intel® Cilk™ Plus: Tasking and vectorization
 More Performance for your Fortran applications
 Just recompile
 Intel® Xeon Phi™ product family: Linux compiler, debugger support
 Access to Intel® AVX and Intel® AVX2 instructions (-xa or /Qxa)
 Auto-parallelizer & directives to access SIMD instructions
 Coarrays & synchronization constructs support parallel programming
 Loop optimization directives: VECTOR, PARALLEL, SIMD
 More control over array data alignment (align arrayNbytes)
 New in 2013 XE SP1 release: more Fortran 2008 support
Intel Confidential
Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective
owners.
Up to 4x Faster Performance
with Intel® Advanced Vector Extensions 512 (Intel® AVX-512) Support
SSE /
SSE2
AVX-512
AVX / AVX2
Enables higher performance for the most demanding
computational tasks
Intel® Compilers and Intel® Math
Kernel Library will be updated in Q4
with AVX-512 support
- Significant leap to 512-bit SIMD support
- Increased compatibility with AVX
- One byte longer EVEX prefix, enabling additional
functionality
- First implemented in the future Intel® Xeon Phi™
coprocessor, code named Knights Landing
4x
up to
faster
2x
up to
faster
Peak single precision floating point performance
Intel Confidential
Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective
owners.
 Support for offload to Intel® Graphics Technology
 Redesign of optimization reports including vectorization report
 New icl/icl++ compilers on OS X*
 Full C++11 language support:
 virtual overrides
 inheriting constructors,
 deprecation of exception specifications
 user defined literals
 thread_local
 Full Fortran 2003 support (Parameterized Derived Types added)
 Fortran 2008 Blocks support
 Almost all OpenMP* 4.0 (only missing user-defined reductions)
 Keyword versions of SIMD pragmas added
 _Simd, _Safelen, _Reduction
 Use arithmetical and logical operators with SIMD data types (like __m128)
What’s New in Intel Composer XE 2015 Beta
Intel Confidential
Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective
owners.
 -ansi-alias enabled by default at –O2 and above on Linux C++
 -fast/-Ofast enables –fp-model fast=2
 gcc-compatible function multiversioning
 aligned_new header
 Fortran option –init=snan to initialize all uninitialized SAVEd scalar and
array variables of type REAL and COMPLEX to signaling NaNs
 __intel_simd_lane() intrinsic to represent simd lane number in a SIMD
vector function
 Compiler option –no-opt-dynamic-align to disable generation of multiple
code paths depending on alignment of data
 Improved lambda function debugging
 Permit non-contiguous data transfers on #pragma offload
 gdb* debugger supports Fortran (Intel® Debugger removed)
 Ability to create custom install packages from online install
New Features Overview
Intel Confidential
Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective
owners.
Released Linux* operating systems supported:
 Fedora* 20
 Red Hat Enterprise Linux* 6
 SUSE LINUX Enterprise Server* 11
 Ubuntu* 12.04 LTS (64-bit only), 13.10
 Debian* 6.0, 7.0
Also intending to support these operating systems†:
 Fedora 21
 Red Hat Enterprise Linux 7
 SUSE LINUX Enterprise Server 12
 Ubuntu* 14.04 LTS
Note the following are now not supported in this release:
 Red Hat Enterprise Linux 5
 SUSE LINUX Enterprise Server 10
Supported Platforms in 2015 Beta
† These operating systems are not released as of the date of this presentation.
Intel Composer XE does not support operating systems until after they are officially released.
Refer to product release notes for support details.
Intel Confidential
Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective
owners.
 Every report (-opt-report, -vec-report, -par-report, -openmp-report) now put
under single –opt-report interface
 Other report options will still work, but report information generated and the
way it’s generated will map to new model
 Output now defaults to a one report file per generated object model. Can be
changed using –opt-report-file=<filename|stderr|stdout>.
 Report information designed to be more readable and actionable
Redesigned Optimization Reports
Intel Confidential
Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective
owners.
Intel® Math Kernel Library
Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective
owners.
Intel® Math Kernel Library (Intel® MKL)
• Vectorized and threaded for highest performance on all Intel
and compatible processors
• De facto standard APIs for simple code integration
• Compatible with all C, C++ and Fortran compilers
• Royalty-free, per developer licensing for low cost deployment
#1 used math library
in the world
Source: Evans Data 2011-
2013 WW Developer
Surveys
Just Link to the Next Intel® MKL Version to Realize New Processor Performance
16
Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective
owners.
Cluster PARDISO
 Intel® Direct Sparse Solver for Cluster (Intel® CPardiso) is a powerful tool set for solving
system of linear equations with sparse matrix of millions rows/columns size. Intel®
CPardiso provides an advanced implementation of the modern algorithms and could
be considerate an expansion of Intel MKL Pardiso on cluster computations
Atom optimizations (for Airmont)
 For the BLAS and FFT Domains
S/C/Z/DGEMM improvements on small matrix sizes
What’s New in Intel MKL 11.2 Beta
Intel Confidential
Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective
owners.
Intel MKL Cookbook recipes
 New document with recipes for assembling Intel MKL routines for solving complex
problems
Verbose mode for BLAS and LAPACK
 MKL Verbose mode provides information about usage of MKL routines called by
customers (set environment variable MKL_VERBOSE=1)
What’s New in Intel MKL 11.2 Beta
Intel Confidential
Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective
owners.
Intel® Inspector XE
Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective
owners.
Static Analysis
Code&SecurityErrors
Dynamic Analysis
Memory Errors
Intel® Inspector XE - Deliver More Reliable Applications
Intel® Inspector XE and Intel® Parallel Studio XE family of suites
20
Threading Errors
Static Analysis & Pointer Checker are only available in the Parallel Studio XE family of suites. Not sold separately.
Pointer Checker
Pointer Errors
Intel®
Inspector XE
alone
Added bonus features in
Intel®
Parallel Studio XE and
Intel® Cluster Studio
XE suites
Intel Inspector XE dynamically instruments & runs the application and watches for
errors. Use any build, any compiler (debug build is best).
Intel compiler inspects source. Use any
compiler for production.
Intel compiler run time checks. Use any
compiler for production.
Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective
owners.
What’s New in Intel Inspector XE 2015 Beta
 Improved On-Demand
Leak Reporting and
Memory Growth Control!
 New Memory usage graph
– Get real-time
information about
memory in use on your
system!
 Thread Checking
performance improved by
3X – with a reduction in
memory footprint as well!
Intel Confidential
Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective
owners.
Intel® Advisor XE
Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective
owners.
1) Analyze it.
3) Tune it.
4) Check it.
5) Do it!
2) Design it.
(Compiler ignores
these annotations.)
Design Then Implement
Intel® Advisor XE – Threading Prototyping Tool
23
Less Effort, Less Risk, More Impact
Design Parallelism
• No disruption to regular
development
• All test cases continue to
work
• Tune and debug the design
before you implement it
Implement Parallelism
Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective
owners.
What’s New in Intel Advisor XE 2015 Beta
 Improved Viewing and Advanced
Modeling of Suitability
information!
 New Target Platforms option –
See modeling based on Xeon or
Xeon Phi!
 New Iteration Space Modeling
section – Run a smaller sample
and see what happens when you
scale up!
 New Task details option -
Information about differences
between iterations moved to its
own view for additional clarity!
Intel Confidential
Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective
owners. 25
Intel Confidential
Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective
owners.
Where to get?
Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective
owners.
Intel® Parallel Studio XE Suites
Leading development suites for application performance
27
Create fast, reliable code
Intel®
Cluster
Studio XE
Intel®
Parallel
Studio XE
Analysis
● ● Intel® VTune™ Amplifier XE - Performance Profiler
● ● Intel® Inspector XE - Memory & Thread Analyzer
● ● Static Analysis & Pointer Checker - Find Coding & Security Errors
● ● Intel® Advisor XE - Threading Prototyping Tool
● Intel® Trace Analyzer & Collector - MPI Optimizing Tool
Compilers
&
Libraries
● ● Intel® Compiler - Optimizing Compiler for C, C++ and Fortran
● ● Intel® Integrated Performance Primitives† - Media and Data Optimizations
● ● Intel® Threading Building Blocks† - Parallelize Applications for Performance
● ● Intel® Math Kernel Library - High Performance Math
● Intel® MPI Library - Flexible, Efficient and Scalable Messaging
† Available for C, C++ only
C, C++ only and Fortran only versions of Parallel Studio XE are also available.
Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective
owners.
Pricing and Availability
Includes Intel® C++
Composer XE
Intel® Fortran
Composer
XE
Intel®
Inspector XE
Intel® VTune™
Amplifier XE
Intel®
MPI
Library
Intel® Trace
Analyzer and
Collector
Price
Intel® Parallel
Studio XE • • • • $2,299
Intel® Cluster
Studio XE • • • • • • $2,949
Additional configurations including, floating and academic, are available at:
http://intel.com/software/products
Intel Confidential — Do Not Forward
Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective
owners.
Legal Disclaimer & Optimization Notice
INFORMATION IN THIS DOCUMENT IS PROVIDED “AS IS”. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR
OTHERWISE, TO ANY INTELLECTUAL PROPERTY RIGHTS IS GRANTED BY THIS DOCUMENT. INTEL ASSUMES NO
LIABILITY WHATSOEVER AND INTEL DISCLAIMS ANY EXPRESS OR IMPLIED WARRANTY, RELATING TO THIS
INFORMATION INCLUDING LIABILITY OR WARRANTIES RELATING TO FITNESS FOR A PARTICULAR PURPOSE,
MERCHANTABILITY, OR INFRINGEMENT OF ANY PATENT, COPYRIGHT OR OTHER INTELLECTUAL PROPERTY RIGHT.
Software and workloads used in performance tests may have been optimized for performance only on Intel
microprocessors. Performance tests, such as SYSmark and MobileMark, are measured using specific computer
systems, components, software, operations and functions. Any change to any of those factors may cause the results
to vary. You should consult other information and performance tests to assist you in fully evaluating your
contemplated purchases, including the performance of that product when combined with other products.
Copyright © , Intel Corporation. All rights reserved. Intel, the Intel logo, Xeon, Xeon Phi, Core, VTune, and Cilk are
trademarks of Intel Corporation in the U.S. and other countries.
Optimization Notice
Intel’s compilers may or may not optimize to the same degree for non-Intel microprocessors for optimizations that are not unique to Intel
microprocessors. These optimizations include SSE2, SSE3, and SSSE3 instruction sets and other optimizations. Intel does not guarantee the
availability, functionality, or effectiveness of any optimization on microprocessors not manufactured by Intel. Microprocessor-dependent
optimizations in this product are intended for use with Intel microprocessors. Certain optimizations not specific to Intel microarchitecture are
reserved for Intel microprocessors. Please refer to the applicable product User and Reference Guides for more information regarding the
specific instruction sets covered by this notice.
Notice revision #20110804
Intel Confidential

Weitere ähnliche Inhalte

Was ist angesagt?

Are you ready to work in the Parallel Universe? Rise to the challenge at SC13
Are you ready to work in the Parallel Universe? Rise to the challenge at SC13Are you ready to work in the Parallel Universe? Rise to the challenge at SC13
Are you ready to work in the Parallel Universe? Rise to the challenge at SC13Intel IT Center
 
5 pipeline arch_rationale
5 pipeline arch_rationale5 pipeline arch_rationale
5 pipeline arch_rationalevideos
 
Best Practices and Performance Studies for High-Performance Computing Clusters
Best Practices and Performance Studies for High-Performance Computing ClustersBest Practices and Performance Studies for High-Performance Computing Clusters
Best Practices and Performance Studies for High-Performance Computing ClustersIntel® Software
 
DPDK: Multi Architecture High Performance Packet Processing
DPDK: Multi Architecture High Performance Packet ProcessingDPDK: Multi Architecture High Performance Packet Processing
DPDK: Multi Architecture High Performance Packet ProcessingMichelle Holley
 
Intel NFVi Enabling Kit Demo/Lab
Intel NFVi Enabling Kit Demo/LabIntel NFVi Enabling Kit Demo/Lab
Intel NFVi Enabling Kit Demo/LabMichelle Holley
 
A Path to NFV/SDN - Intel. Michael Brennan, INTEL
A Path to NFV/SDN - Intel. Michael Brennan, INTELA Path to NFV/SDN - Intel. Michael Brennan, INTEL
A Path to NFV/SDN - Intel. Michael Brennan, INTELWalton Institute
 
Revisit DCA, PCIe TPH and DDIO
Revisit DCA, PCIe TPH and DDIORevisit DCA, PCIe TPH and DDIO
Revisit DCA, PCIe TPH and DDIOHisaki Ohara
 
DPDK & Layer 4 Packet Processing
DPDK & Layer 4 Packet ProcessingDPDK & Layer 4 Packet Processing
DPDK & Layer 4 Packet ProcessingMichelle Holley
 
Challenges for Deploying a High-Performance Computing Application to the Cloud
Challenges for Deploying a High-Performance Computing Application to the CloudChallenges for Deploying a High-Performance Computing Application to the Cloud
Challenges for Deploying a High-Performance Computing Application to the CloudIntel® Software
 
SDVIs and In-Situ Visualization on TACC's Stampede
SDVIs and In-Situ Visualization on TACC's StampedeSDVIs and In-Situ Visualization on TACC's Stampede
SDVIs and In-Situ Visualization on TACC's StampedeIntel® Software
 
Preparing Codes for Intel Knights Landing (KNL)
Preparing Codes for Intel Knights Landing (KNL)Preparing Codes for Intel Knights Landing (KNL)
Preparing Codes for Intel Knights Landing (KNL)AllineaSoftware
 
Overview of Intel® Omni-Path Architecture
Overview of Intel® Omni-Path ArchitectureOverview of Intel® Omni-Path Architecture
Overview of Intel® Omni-Path ArchitectureIntel® Software
 
Intel® Advanced Vector Extensions Support in GNU Compiler Collection
Intel® Advanced Vector Extensions Support in GNU Compiler CollectionIntel® Advanced Vector Extensions Support in GNU Compiler Collection
Intel® Advanced Vector Extensions Support in GNU Compiler CollectionDESMOND YUEN
 
Ultra HD Video Scaling: Low-Power HW FF vs. CNN-based Super-Resolution
Ultra HD Video Scaling: Low-Power HW FF vs. CNN-based Super-ResolutionUltra HD Video Scaling: Low-Power HW FF vs. CNN-based Super-Resolution
Ultra HD Video Scaling: Low-Power HW FF vs. CNN-based Super-ResolutionIntel® Software
 
Multiple Cores, Multiple Pipes, Multiple Threads – Do we have more Parallelis...
Multiple Cores, Multiple Pipes, Multiple Threads – Do we have more Parallelis...Multiple Cores, Multiple Pipes, Multiple Threads – Do we have more Parallelis...
Multiple Cores, Multiple Pipes, Multiple Threads – Do we have more Parallelis...Slide_N
 
Embree Ray Tracing Kernels | Overview and New Features | SIGGRAPH 2018 Tech S...
Embree Ray Tracing Kernels | Overview and New Features | SIGGRAPH 2018 Tech S...Embree Ray Tracing Kernels | Overview and New Features | SIGGRAPH 2018 Tech S...
Embree Ray Tracing Kernels | Overview and New Features | SIGGRAPH 2018 Tech S...Intel® Software
 
Chapt 02 ia-32 processer architecture
Chapt 02   ia-32 processer architectureChapt 02   ia-32 processer architecture
Chapt 02 ia-32 processer architecturebushrakainat214
 
Unleashing End-to_end TLS Security Leveraging NGINX with Intel(r) QuickAssist...
Unleashing End-to_end TLS Security Leveraging NGINX with Intel(r) QuickAssist...Unleashing End-to_end TLS Security Leveraging NGINX with Intel(r) QuickAssist...
Unleashing End-to_end TLS Security Leveraging NGINX with Intel(r) QuickAssist...Michelle Holley
 

Was ist angesagt? (20)

Are you ready to work in the Parallel Universe? Rise to the challenge at SC13
Are you ready to work in the Parallel Universe? Rise to the challenge at SC13Are you ready to work in the Parallel Universe? Rise to the challenge at SC13
Are you ready to work in the Parallel Universe? Rise to the challenge at SC13
 
5 pipeline arch_rationale
5 pipeline arch_rationale5 pipeline arch_rationale
5 pipeline arch_rationale
 
Best Practices and Performance Studies for High-Performance Computing Clusters
Best Practices and Performance Studies for High-Performance Computing ClustersBest Practices and Performance Studies for High-Performance Computing Clusters
Best Practices and Performance Studies for High-Performance Computing Clusters
 
Intel python 2017
Intel python 2017Intel python 2017
Intel python 2017
 
DPDK: Multi Architecture High Performance Packet Processing
DPDK: Multi Architecture High Performance Packet ProcessingDPDK: Multi Architecture High Performance Packet Processing
DPDK: Multi Architecture High Performance Packet Processing
 
Intel NFVi Enabling Kit Demo/Lab
Intel NFVi Enabling Kit Demo/LabIntel NFVi Enabling Kit Demo/Lab
Intel NFVi Enabling Kit Demo/Lab
 
A Path to NFV/SDN - Intel. Michael Brennan, INTEL
A Path to NFV/SDN - Intel. Michael Brennan, INTELA Path to NFV/SDN - Intel. Michael Brennan, INTEL
A Path to NFV/SDN - Intel. Michael Brennan, INTEL
 
Revisit DCA, PCIe TPH and DDIO
Revisit DCA, PCIe TPH and DDIORevisit DCA, PCIe TPH and DDIO
Revisit DCA, PCIe TPH and DDIO
 
DPDK & Layer 4 Packet Processing
DPDK & Layer 4 Packet ProcessingDPDK & Layer 4 Packet Processing
DPDK & Layer 4 Packet Processing
 
Challenges for Deploying a High-Performance Computing Application to the Cloud
Challenges for Deploying a High-Performance Computing Application to the CloudChallenges for Deploying a High-Performance Computing Application to the Cloud
Challenges for Deploying a High-Performance Computing Application to the Cloud
 
SDVIs and In-Situ Visualization on TACC's Stampede
SDVIs and In-Situ Visualization on TACC's StampedeSDVIs and In-Situ Visualization on TACC's Stampede
SDVIs and In-Situ Visualization on TACC's Stampede
 
Intel dpdk Tutorial
Intel dpdk TutorialIntel dpdk Tutorial
Intel dpdk Tutorial
 
Preparing Codes for Intel Knights Landing (KNL)
Preparing Codes for Intel Knights Landing (KNL)Preparing Codes for Intel Knights Landing (KNL)
Preparing Codes for Intel Knights Landing (KNL)
 
Overview of Intel® Omni-Path Architecture
Overview of Intel® Omni-Path ArchitectureOverview of Intel® Omni-Path Architecture
Overview of Intel® Omni-Path Architecture
 
Intel® Advanced Vector Extensions Support in GNU Compiler Collection
Intel® Advanced Vector Extensions Support in GNU Compiler CollectionIntel® Advanced Vector Extensions Support in GNU Compiler Collection
Intel® Advanced Vector Extensions Support in GNU Compiler Collection
 
Ultra HD Video Scaling: Low-Power HW FF vs. CNN-based Super-Resolution
Ultra HD Video Scaling: Low-Power HW FF vs. CNN-based Super-ResolutionUltra HD Video Scaling: Low-Power HW FF vs. CNN-based Super-Resolution
Ultra HD Video Scaling: Low-Power HW FF vs. CNN-based Super-Resolution
 
Multiple Cores, Multiple Pipes, Multiple Threads – Do we have more Parallelis...
Multiple Cores, Multiple Pipes, Multiple Threads – Do we have more Parallelis...Multiple Cores, Multiple Pipes, Multiple Threads – Do we have more Parallelis...
Multiple Cores, Multiple Pipes, Multiple Threads – Do we have more Parallelis...
 
Embree Ray Tracing Kernels | Overview and New Features | SIGGRAPH 2018 Tech S...
Embree Ray Tracing Kernels | Overview and New Features | SIGGRAPH 2018 Tech S...Embree Ray Tracing Kernels | Overview and New Features | SIGGRAPH 2018 Tech S...
Embree Ray Tracing Kernels | Overview and New Features | SIGGRAPH 2018 Tech S...
 
Chapt 02 ia-32 processer architecture
Chapt 02   ia-32 processer architectureChapt 02   ia-32 processer architecture
Chapt 02 ia-32 processer architecture
 
Unleashing End-to_end TLS Security Leveraging NGINX with Intel(r) QuickAssist...
Unleashing End-to_end TLS Security Leveraging NGINX with Intel(r) QuickAssist...Unleashing End-to_end TLS Security Leveraging NGINX with Intel(r) QuickAssist...
Unleashing End-to_end TLS Security Leveraging NGINX with Intel(r) QuickAssist...
 

Andere mochten auch

Escreva sua App sem gastar energia, agora no KitKat
Escreva sua App sem gastar energia, agora no KitKatEscreva sua App sem gastar energia, agora no KitKat
Escreva sua App sem gastar energia, agora no KitKatIntel Software Brasil
 
Desafios do Desenvolvimento Multi-plataforma
Desafios do Desenvolvimento Multi-plataformaDesafios do Desenvolvimento Multi-plataforma
Desafios do Desenvolvimento Multi-plataformaIntel Software Brasil
 
Desenvolvimento e análise de performance de jogos Android com Coco2d-HTML5
Desenvolvimento e análise de performance de jogos Android com Coco2d-HTML5Desenvolvimento e análise de performance de jogos Android com Coco2d-HTML5
Desenvolvimento e análise de performance de jogos Android com Coco2d-HTML5Intel Software Brasil
 
Modernização de código em Xeon® e Xeon Phi™
Modernização de código em Xeon® e Xeon Phi™  Modernização de código em Xeon® e Xeon Phi™
Modernização de código em Xeon® e Xeon Phi™ Intel Software Brasil
 
Principais conceitos técnicas e modelos de programação paralela
Principais conceitos técnicas e modelos de programação paralelaPrincipais conceitos técnicas e modelos de programação paralela
Principais conceitos técnicas e modelos de programação paralelaIntel Software Brasil
 
Benchmarking para sistemas de alto desempenho
Benchmarking para sistemas de alto desempenhoBenchmarking para sistemas de alto desempenho
Benchmarking para sistemas de alto desempenhoIntel Software Brasil
 
Principais conceitos e técnicas em vetorização
Principais conceitos e técnicas em vetorizaçãoPrincipais conceitos e técnicas em vetorização
Principais conceitos e técnicas em vetorizaçãoIntel Software Brasil
 
Identificando Hotspots e Intel® VTune™ Amplifier - Intel Software Conference
Identificando Hotspots e Intel® VTune™ Amplifier - Intel Software ConferenceIdentificando Hotspots e Intel® VTune™ Amplifier - Intel Software Conference
Identificando Hotspots e Intel® VTune™ Amplifier - Intel Software ConferenceIntel Software Brasil
 
Vetorização e Otimização de Código - Intel Software Conference 2013
Vetorização e Otimização de Código - Intel Software Conference 2013Vetorização e Otimização de Código - Intel Software Conference 2013
Vetorização e Otimização de Código - Intel Software Conference 2013Intel Software Brasil
 
Intel Technologies for High Performance Computing
Intel Technologies for High Performance ComputingIntel Technologies for High Performance Computing
Intel Technologies for High Performance ComputingIntel Software Brasil
 
Computação Paralela: Benefícios e Desafios - Intel Software Conference 2013
Computação Paralela: Benefícios e Desafios - Intel Software Conference 2013Computação Paralela: Benefícios e Desafios - Intel Software Conference 2013
Computação Paralela: Benefícios e Desafios - Intel Software Conference 2013Intel Software Brasil
 
Intel® MPI Library e OpenMP* - Intel Software Conference 2013
Intel® MPI Library e OpenMP* - Intel Software Conference 2013Intel® MPI Library e OpenMP* - Intel Software Conference 2013
Intel® MPI Library e OpenMP* - Intel Software Conference 2013Intel Software Brasil
 

Andere mochten auch (16)

Escreva sua App sem gastar energia, agora no KitKat
Escreva sua App sem gastar energia, agora no KitKatEscreva sua App sem gastar energia, agora no KitKat
Escreva sua App sem gastar energia, agora no KitKat
 
Html5 fisl15
Html5 fisl15Html5 fisl15
Html5 fisl15
 
Desafios do Desenvolvimento Multi-plataforma
Desafios do Desenvolvimento Multi-plataformaDesafios do Desenvolvimento Multi-plataforma
Desafios do Desenvolvimento Multi-plataforma
 
IoT FISL15
IoT FISL15IoT FISL15
IoT FISL15
 
Desenvolvimento e análise de performance de jogos Android com Coco2d-HTML5
Desenvolvimento e análise de performance de jogos Android com Coco2d-HTML5Desenvolvimento e análise de performance de jogos Android com Coco2d-HTML5
Desenvolvimento e análise de performance de jogos Android com Coco2d-HTML5
 
Modernização de código em Xeon® e Xeon Phi™
Modernização de código em Xeon® e Xeon Phi™  Modernização de código em Xeon® e Xeon Phi™
Modernização de código em Xeon® e Xeon Phi™
 
Principais conceitos técnicas e modelos de programação paralela
Principais conceitos técnicas e modelos de programação paralelaPrincipais conceitos técnicas e modelos de programação paralela
Principais conceitos técnicas e modelos de programação paralela
 
Benchmarking para sistemas de alto desempenho
Benchmarking para sistemas de alto desempenhoBenchmarking para sistemas de alto desempenho
Benchmarking para sistemas de alto desempenho
 
Principais conceitos e técnicas em vetorização
Principais conceitos e técnicas em vetorizaçãoPrincipais conceitos e técnicas em vetorização
Principais conceitos e técnicas em vetorização
 
Identificando Hotspots e Intel® VTune™ Amplifier - Intel Software Conference
Identificando Hotspots e Intel® VTune™ Amplifier - Intel Software ConferenceIdentificando Hotspots e Intel® VTune™ Amplifier - Intel Software Conference
Identificando Hotspots e Intel® VTune™ Amplifier - Intel Software Conference
 
Vetorização e Otimização de Código - Intel Software Conference 2013
Vetorização e Otimização de Código - Intel Software Conference 2013Vetorização e Otimização de Código - Intel Software Conference 2013
Vetorização e Otimização de Código - Intel Software Conference 2013
 
Intel Technologies for High Performance Computing
Intel Technologies for High Performance ComputingIntel Technologies for High Performance Computing
Intel Technologies for High Performance Computing
 
Computação Paralela: Benefícios e Desafios - Intel Software Conference 2013
Computação Paralela: Benefícios e Desafios - Intel Software Conference 2013Computação Paralela: Benefícios e Desafios - Intel Software Conference 2013
Computação Paralela: Benefícios e Desafios - Intel Software Conference 2013
 
Intel® MPI Library e OpenMP* - Intel Software Conference 2013
Intel® MPI Library e OpenMP* - Intel Software Conference 2013Intel® MPI Library e OpenMP* - Intel Software Conference 2013
Intel® MPI Library e OpenMP* - Intel Software Conference 2013
 
Notes on NUMA architecture
Notes on NUMA architectureNotes on NUMA architecture
Notes on NUMA architecture
 
CV-LucianoPalma
CV-LucianoPalmaCV-LucianoPalma
CV-LucianoPalma
 

Ähnlich wie Intel tools to optimize HPC systems

Accelerating Insights in the Technical Computing Transformation
Accelerating Insights in the Technical Computing TransformationAccelerating Insights in the Technical Computing Transformation
Accelerating Insights in the Technical Computing TransformationIntel IT Center
 
TDC2019 Intel Software Day - Tecnicas de Programacao Paralela em Machine Lear...
TDC2019 Intel Software Day - Tecnicas de Programacao Paralela em Machine Lear...TDC2019 Intel Software Day - Tecnicas de Programacao Paralela em Machine Lear...
TDC2019 Intel Software Day - Tecnicas de Programacao Paralela em Machine Lear...tdc-globalcode
 
Intel® VTune™ Amplifier - Intel Software Conference 2013
Intel® VTune™ Amplifier - Intel Software Conference 2013Intel® VTune™ Amplifier - Intel Software Conference 2013
Intel® VTune™ Amplifier - Intel Software Conference 2013Intel Software Brasil
 
Кирилл Мавродиев, Intel – Обзор современных возможностей по распараллеливанию...
Кирилл Мавродиев, Intel – Обзор современных возможностей по распараллеливанию...Кирилл Мавродиев, Intel – Обзор современных возможностей по распараллеливанию...
Кирилл Мавродиев, Intel – Обзор современных возможностей по распараллеливанию...Media Gorod
 
NFV and SDN: 4G LTE and 5G Wireless Networks on Intel(r) Architecture
NFV and SDN: 4G LTE and 5G Wireless Networks on Intel(r) ArchitectureNFV and SDN: 4G LTE and 5G Wireless Networks on Intel(r) Architecture
NFV and SDN: 4G LTE and 5G Wireless Networks on Intel(r) ArchitectureMichelle Holley
 
Software Development Tools for Intel® IoT Platforms
Software Development Tools for Intel® IoT PlatformsSoftware Development Tools for Intel® IoT Platforms
Software Development Tools for Intel® IoT PlatformsIntel® Software
 
Scale Up Performance with Intel® Development
Scale Up Performance with Intel® DevelopmentScale Up Performance with Intel® Development
Scale Up Performance with Intel® DevelopmentIntel IT Center
 
NFF-GO (YANFF) - Yet Another Network Function Framework
NFF-GO (YANFF) - Yet Another Network Function FrameworkNFF-GO (YANFF) - Yet Another Network Function Framework
NFF-GO (YANFF) - Yet Another Network Function FrameworkMichelle Holley
 
Accelerate Your Python* Code through Profiling, Tuning, and Compilation Part ...
Accelerate Your Python* Code through Profiling, Tuning, and Compilation Part ...Accelerate Your Python* Code through Profiling, Tuning, and Compilation Part ...
Accelerate Your Python* Code through Profiling, Tuning, and Compilation Part ...Intel® Software
 
Introduction ciot workshop premeetup
Introduction ciot workshop premeetupIntroduction ciot workshop premeetup
Introduction ciot workshop premeetupBeMyApp
 
Intel® Xeon® Processor E5-2600 v3 Product Family Application Showcase - Telec...
Intel® Xeon® Processor E5-2600 v3 Product Family Application Showcase - Telec...Intel® Xeon® Processor E5-2600 v3 Product Family Application Showcase - Telec...
Intel® Xeon® Processor E5-2600 v3 Product Family Application Showcase - Telec...Intel IT Center
 
Features of modern intel microprocessors
Features of modern intel microprocessorsFeatures of modern intel microprocessors
Features of modern intel microprocessorsKrunal Siddhapathak
 
Ready access to high performance Python with Intel Distribution for Python 2018
Ready access to high performance Python with Intel Distribution for Python 2018Ready access to high performance Python with Intel Distribution for Python 2018
Ready access to high performance Python with Intel Distribution for Python 2018AWS User Group Bengaluru
 
oneAPI: Industry Initiative & Intel Product
oneAPI: Industry Initiative & Intel ProductoneAPI: Industry Initiative & Intel Product
oneAPI: Industry Initiative & Intel ProductTyrone Systems
 
Python* Scalability in Production Environments
Python* Scalability in Production EnvironmentsPython* Scalability in Production Environments
Python* Scalability in Production EnvironmentsIntel® Software
 
Intel Parallel Studio XE 2016 網路開發工具包新版本功能介紹(現已上市,歡迎詢價)
Intel Parallel Studio XE 2016 網路開發工具包新版本功能介紹(現已上市,歡迎詢價)Intel Parallel Studio XE 2016 網路開發工具包新版本功能介紹(現已上市,歡迎詢價)
Intel Parallel Studio XE 2016 網路開發工具包新版本功能介紹(現已上市,歡迎詢價)Cheer Chain Enterprise Co., Ltd.
 
Unlocking the SDN and NFV Transformation
Unlocking the SDN and NFV TransformationUnlocking the SDN and NFV Transformation
Unlocking the SDN and NFV TransformationOpen Networking Summits
 
Intel Distribution for Python - Scaling for HPC and Big Data
Intel Distribution for Python - Scaling for HPC and Big DataIntel Distribution for Python - Scaling for HPC and Big Data
Intel Distribution for Python - Scaling for HPC and Big DataDESMOND YUEN
 
Accelerate the SDN with Intel ONP
Accelerate the SDN with Intel ONPAccelerate the SDN with Intel ONP
Accelerate the SDN with Intel ONPOdinot Stanislas
 

Ähnlich wie Intel tools to optimize HPC systems (20)

Accelerating Insights in the Technical Computing Transformation
Accelerating Insights in the Technical Computing TransformationAccelerating Insights in the Technical Computing Transformation
Accelerating Insights in the Technical Computing Transformation
 
TDC2019 Intel Software Day - Tecnicas de Programacao Paralela em Machine Lear...
TDC2019 Intel Software Day - Tecnicas de Programacao Paralela em Machine Lear...TDC2019 Intel Software Day - Tecnicas de Programacao Paralela em Machine Lear...
TDC2019 Intel Software Day - Tecnicas de Programacao Paralela em Machine Lear...
 
Intel® VTune™ Amplifier - Intel Software Conference 2013
Intel® VTune™ Amplifier - Intel Software Conference 2013Intel® VTune™ Amplifier - Intel Software Conference 2013
Intel® VTune™ Amplifier - Intel Software Conference 2013
 
Кирилл Мавродиев, Intel – Обзор современных возможностей по распараллеливанию...
Кирилл Мавродиев, Intel – Обзор современных возможностей по распараллеливанию...Кирилл Мавродиев, Intel – Обзор современных возможностей по распараллеливанию...
Кирилл Мавродиев, Intel – Обзор современных возможностей по распараллеливанию...
 
NFV and SDN: 4G LTE and 5G Wireless Networks on Intel(r) Architecture
NFV and SDN: 4G LTE and 5G Wireless Networks on Intel(r) ArchitectureNFV and SDN: 4G LTE and 5G Wireless Networks on Intel(r) Architecture
NFV and SDN: 4G LTE and 5G Wireless Networks on Intel(r) Architecture
 
Clear Linux OS - Introduction
Clear Linux OS - IntroductionClear Linux OS - Introduction
Clear Linux OS - Introduction
 
Software Development Tools for Intel® IoT Platforms
Software Development Tools for Intel® IoT PlatformsSoftware Development Tools for Intel® IoT Platforms
Software Development Tools for Intel® IoT Platforms
 
Scale Up Performance with Intel® Development
Scale Up Performance with Intel® DevelopmentScale Up Performance with Intel® Development
Scale Up Performance with Intel® Development
 
NFF-GO (YANFF) - Yet Another Network Function Framework
NFF-GO (YANFF) - Yet Another Network Function FrameworkNFF-GO (YANFF) - Yet Another Network Function Framework
NFF-GO (YANFF) - Yet Another Network Function Framework
 
Accelerate Your Python* Code through Profiling, Tuning, and Compilation Part ...
Accelerate Your Python* Code through Profiling, Tuning, and Compilation Part ...Accelerate Your Python* Code through Profiling, Tuning, and Compilation Part ...
Accelerate Your Python* Code through Profiling, Tuning, and Compilation Part ...
 
Introduction ciot workshop premeetup
Introduction ciot workshop premeetupIntroduction ciot workshop premeetup
Introduction ciot workshop premeetup
 
Intel® Xeon® Processor E5-2600 v3 Product Family Application Showcase - Telec...
Intel® Xeon® Processor E5-2600 v3 Product Family Application Showcase - Telec...Intel® Xeon® Processor E5-2600 v3 Product Family Application Showcase - Telec...
Intel® Xeon® Processor E5-2600 v3 Product Family Application Showcase - Telec...
 
Features of modern intel microprocessors
Features of modern intel microprocessorsFeatures of modern intel microprocessors
Features of modern intel microprocessors
 
Ready access to high performance Python with Intel Distribution for Python 2018
Ready access to high performance Python with Intel Distribution for Python 2018Ready access to high performance Python with Intel Distribution for Python 2018
Ready access to high performance Python with Intel Distribution for Python 2018
 
oneAPI: Industry Initiative & Intel Product
oneAPI: Industry Initiative & Intel ProductoneAPI: Industry Initiative & Intel Product
oneAPI: Industry Initiative & Intel Product
 
Python* Scalability in Production Environments
Python* Scalability in Production EnvironmentsPython* Scalability in Production Environments
Python* Scalability in Production Environments
 
Intel Parallel Studio XE 2016 網路開發工具包新版本功能介紹(現已上市,歡迎詢價)
Intel Parallel Studio XE 2016 網路開發工具包新版本功能介紹(現已上市,歡迎詢價)Intel Parallel Studio XE 2016 網路開發工具包新版本功能介紹(現已上市,歡迎詢價)
Intel Parallel Studio XE 2016 網路開發工具包新版本功能介紹(現已上市,歡迎詢價)
 
Unlocking the SDN and NFV Transformation
Unlocking the SDN and NFV TransformationUnlocking the SDN and NFV Transformation
Unlocking the SDN and NFV Transformation
 
Intel Distribution for Python - Scaling for HPC and Big Data
Intel Distribution for Python - Scaling for HPC and Big DataIntel Distribution for Python - Scaling for HPC and Big Data
Intel Distribution for Python - Scaling for HPC and Big Data
 
Accelerate the SDN with Intel ONP
Accelerate the SDN with Intel ONPAccelerate the SDN with Intel ONP
Accelerate the SDN with Intel ONP
 

Mehr von Intel Software Brasil

Desafios do Desenvolvimento Multiplataforma
Desafios do Desenvolvimento MultiplataformaDesafios do Desenvolvimento Multiplataforma
Desafios do Desenvolvimento MultiplataformaIntel Software Brasil
 
Yocto no 1 IoT Day da Telefonica/Vivo
Yocto no 1 IoT Day da Telefonica/VivoYocto no 1 IoT Day da Telefonica/Vivo
Yocto no 1 IoT Day da Telefonica/VivoIntel Software Brasil
 
Otávio Salvador - Yocto project reduzindo -time to market- do seu próximo pr...
Otávio Salvador - Yocto project  reduzindo -time to market- do seu próximo pr...Otávio Salvador - Yocto project  reduzindo -time to market- do seu próximo pr...
Otávio Salvador - Yocto project reduzindo -time to market- do seu próximo pr...Intel Software Brasil
 
O uso de tecnologias Intel na implantação de sistemas de alto desempenho
O uso de tecnologias Intel na implantação de sistemas de alto desempenhoO uso de tecnologias Intel na implantação de sistemas de alto desempenho
O uso de tecnologias Intel na implantação de sistemas de alto desempenhoIntel Software Brasil
 
Escreva sua App Android sem gastar energia - Intel Sw Day
Escreva sua App Android sem gastar energia - Intel Sw DayEscreva sua App Android sem gastar energia - Intel Sw Day
Escreva sua App Android sem gastar energia - Intel Sw DayIntel Software Brasil
 
Using multitouch and sensors in Java
Using multitouch and sensors in JavaUsing multitouch and sensors in Java
Using multitouch and sensors in JavaIntel Software Brasil
 
Entenda de onde vem toda a potência do Intel® Xeon Phi™
Entenda de onde vem toda a potência do Intel® Xeon Phi™ Entenda de onde vem toda a potência do Intel® Xeon Phi™
Entenda de onde vem toda a potência do Intel® Xeon Phi™ Intel Software Brasil
 
Across the Silicon Spectrum: Xeon Phi to Quark – Unleash the Performance in Y...
Across the Silicon Spectrum: Xeon Phi to Quark – Unleash the Performance in Y...Across the Silicon Spectrum: Xeon Phi to Quark – Unleash the Performance in Y...
Across the Silicon Spectrum: Xeon Phi to Quark – Unleash the Performance in Y...Intel Software Brasil
 
Livros eletrônicos interativos com html5 e e pub3
Livros eletrônicos interativos com html5 e e pub3Livros eletrônicos interativos com html5 e e pub3
Livros eletrônicos interativos com html5 e e pub3Intel Software Brasil
 
Intel XDK New - Intel Software Day 2013
Intel XDK New - Intel Software Day 2013Intel XDK New - Intel Software Day 2013
Intel XDK New - Intel Software Day 2013Intel Software Brasil
 

Mehr von Intel Software Brasil (16)

Desafios do Desenvolvimento Multiplataforma
Desafios do Desenvolvimento MultiplataformaDesafios do Desenvolvimento Multiplataforma
Desafios do Desenvolvimento Multiplataforma
 
Yocto no 1 IoT Day da Telefonica/Vivo
Yocto no 1 IoT Day da Telefonica/VivoYocto no 1 IoT Day da Telefonica/Vivo
Yocto no 1 IoT Day da Telefonica/Vivo
 
IoT TDC Floripa 2014
IoT TDC Floripa 2014IoT TDC Floripa 2014
IoT TDC Floripa 2014
 
Otávio Salvador - Yocto project reduzindo -time to market- do seu próximo pr...
Otávio Salvador - Yocto project  reduzindo -time to market- do seu próximo pr...Otávio Salvador - Yocto project  reduzindo -time to market- do seu próximo pr...
Otávio Salvador - Yocto project reduzindo -time to market- do seu próximo pr...
 
Html5 tdc floripa_2014
Html5 tdc floripa_2014Html5 tdc floripa_2014
Html5 tdc floripa_2014
 
O uso de tecnologias Intel na implantação de sistemas de alto desempenho
O uso de tecnologias Intel na implantação de sistemas de alto desempenhoO uso de tecnologias Intel na implantação de sistemas de alto desempenho
O uso de tecnologias Intel na implantação de sistemas de alto desempenho
 
Escreva sua App Android sem gastar energia - Intel Sw Day
Escreva sua App Android sem gastar energia - Intel Sw DayEscreva sua App Android sem gastar energia - Intel Sw Day
Escreva sua App Android sem gastar energia - Intel Sw Day
 
Using multitouch and sensors in Java
Using multitouch and sensors in JavaUsing multitouch and sensors in Java
Using multitouch and sensors in Java
 
Entenda de onde vem toda a potência do Intel® Xeon Phi™
Entenda de onde vem toda a potência do Intel® Xeon Phi™ Entenda de onde vem toda a potência do Intel® Xeon Phi™
Entenda de onde vem toda a potência do Intel® Xeon Phi™
 
Across the Silicon Spectrum: Xeon Phi to Quark – Unleash the Performance in Y...
Across the Silicon Spectrum: Xeon Phi to Quark – Unleash the Performance in Y...Across the Silicon Spectrum: Xeon Phi to Quark – Unleash the Performance in Y...
Across the Silicon Spectrum: Xeon Phi to Quark – Unleash the Performance in Y...
 
Livros eletrônicos interativos com html5 e e pub3
Livros eletrônicos interativos com html5 e e pub3Livros eletrônicos interativos com html5 e e pub3
Livros eletrônicos interativos com html5 e e pub3
 
Intel XDK New - Intel Software Day 2013
Intel XDK New - Intel Software Day 2013Intel XDK New - Intel Software Day 2013
Intel XDK New - Intel Software Day 2013
 
Hackeando a Sala de Aula
Hackeando a Sala de AulaHackeando a Sala de Aula
Hackeando a Sala de Aula
 
Android Native Apps Hands On
Android Native Apps Hands OnAndroid Native Apps Hands On
Android Native Apps Hands On
 
Android Fat Binaries
Android Fat BinariesAndroid Fat Binaries
Android Fat Binaries
 
Android Native Apps Development
Android Native Apps DevelopmentAndroid Native Apps Development
Android Native Apps Development
 

Kürzlich hochgeladen

Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...Rob Geurden
 
Amazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilitiesAmazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilitiesKrzysztofKkol1
 
Understanding Flamingo - DeepMind's VLM Architecture
Understanding Flamingo - DeepMind's VLM ArchitectureUnderstanding Flamingo - DeepMind's VLM Architecture
Understanding Flamingo - DeepMind's VLM Architecturerahul_net
 
Keeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository worldKeeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository worldRoberto Pérez Alcolea
 
VictoriaMetrics Anomaly Detection Updates: Q1 2024
VictoriaMetrics Anomaly Detection Updates: Q1 2024VictoriaMetrics Anomaly Detection Updates: Q1 2024
VictoriaMetrics Anomaly Detection Updates: Q1 2024VictoriaMetrics
 
2024 DevNexus Patterns for Resiliency: Shuffle shards
2024 DevNexus Patterns for Resiliency: Shuffle shards2024 DevNexus Patterns for Resiliency: Shuffle shards
2024 DevNexus Patterns for Resiliency: Shuffle shardsChristopher Curtin
 
Not a Kubernetes fan? The state of PaaS in 2024
Not a Kubernetes fan? The state of PaaS in 2024Not a Kubernetes fan? The state of PaaS in 2024
Not a Kubernetes fan? The state of PaaS in 2024Anthony Dahanne
 
Comparing Linux OS Image Update Models - EOSS 2024.pdf
Comparing Linux OS Image Update Models - EOSS 2024.pdfComparing Linux OS Image Update Models - EOSS 2024.pdf
Comparing Linux OS Image Update Models - EOSS 2024.pdfDrew Moseley
 
VK Business Profile - provides IT solutions and Web Development
VK Business Profile - provides IT solutions and Web DevelopmentVK Business Profile - provides IT solutions and Web Development
VK Business Profile - provides IT solutions and Web Developmentvyaparkranti
 
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...Angel Borroy López
 
Post Quantum Cryptography – The Impact on Identity
Post Quantum Cryptography – The Impact on IdentityPost Quantum Cryptography – The Impact on Identity
Post Quantum Cryptography – The Impact on Identityteam-WIBU
 
Leveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
Leveraging AI for Mobile App Testing on Real Devices | Applitools + KobitonLeveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
Leveraging AI for Mobile App Testing on Real Devices | Applitools + KobitonApplitools
 
Powering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsPowering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsSafe Software
 
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...OnePlan Solutions
 
Best Angular 17 Classroom & Online training - Naresh IT
Best Angular 17 Classroom & Online training - Naresh ITBest Angular 17 Classroom & Online training - Naresh IT
Best Angular 17 Classroom & Online training - Naresh ITmanoharjgpsolutions
 
Precise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalPrecise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalLionel Briand
 
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdf
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdfEnhancing Supply Chain Visibility with Cargo Cloud Solutions.pdf
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdfRTS corp
 
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full Recording
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full RecordingOpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full Recording
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full RecordingShane Coughlan
 
VictoriaMetrics Q1 Meet Up '24 - Community & News Update
VictoriaMetrics Q1 Meet Up '24 - Community & News UpdateVictoriaMetrics Q1 Meet Up '24 - Community & News Update
VictoriaMetrics Q1 Meet Up '24 - Community & News UpdateVictoriaMetrics
 
OpenChain Education Work Group Monthly Meeting - 2024-04-10 - Full Recording
OpenChain Education Work Group Monthly Meeting - 2024-04-10 - Full RecordingOpenChain Education Work Group Monthly Meeting - 2024-04-10 - Full Recording
OpenChain Education Work Group Monthly Meeting - 2024-04-10 - Full RecordingShane Coughlan
 

Kürzlich hochgeladen (20)

Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...
 
Amazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilitiesAmazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilities
 
Understanding Flamingo - DeepMind's VLM Architecture
Understanding Flamingo - DeepMind's VLM ArchitectureUnderstanding Flamingo - DeepMind's VLM Architecture
Understanding Flamingo - DeepMind's VLM Architecture
 
Keeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository worldKeeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository world
 
VictoriaMetrics Anomaly Detection Updates: Q1 2024
VictoriaMetrics Anomaly Detection Updates: Q1 2024VictoriaMetrics Anomaly Detection Updates: Q1 2024
VictoriaMetrics Anomaly Detection Updates: Q1 2024
 
2024 DevNexus Patterns for Resiliency: Shuffle shards
2024 DevNexus Patterns for Resiliency: Shuffle shards2024 DevNexus Patterns for Resiliency: Shuffle shards
2024 DevNexus Patterns for Resiliency: Shuffle shards
 
Not a Kubernetes fan? The state of PaaS in 2024
Not a Kubernetes fan? The state of PaaS in 2024Not a Kubernetes fan? The state of PaaS in 2024
Not a Kubernetes fan? The state of PaaS in 2024
 
Comparing Linux OS Image Update Models - EOSS 2024.pdf
Comparing Linux OS Image Update Models - EOSS 2024.pdfComparing Linux OS Image Update Models - EOSS 2024.pdf
Comparing Linux OS Image Update Models - EOSS 2024.pdf
 
VK Business Profile - provides IT solutions and Web Development
VK Business Profile - provides IT solutions and Web DevelopmentVK Business Profile - provides IT solutions and Web Development
VK Business Profile - provides IT solutions and Web Development
 
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
 
Post Quantum Cryptography – The Impact on Identity
Post Quantum Cryptography – The Impact on IdentityPost Quantum Cryptography – The Impact on Identity
Post Quantum Cryptography – The Impact on Identity
 
Leveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
Leveraging AI for Mobile App Testing on Real Devices | Applitools + KobitonLeveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
Leveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
 
Powering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsPowering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data Streams
 
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
 
Best Angular 17 Classroom & Online training - Naresh IT
Best Angular 17 Classroom & Online training - Naresh ITBest Angular 17 Classroom & Online training - Naresh IT
Best Angular 17 Classroom & Online training - Naresh IT
 
Precise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalPrecise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive Goal
 
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdf
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdfEnhancing Supply Chain Visibility with Cargo Cloud Solutions.pdf
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdf
 
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full Recording
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full RecordingOpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full Recording
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full Recording
 
VictoriaMetrics Q1 Meet Up '24 - Community & News Update
VictoriaMetrics Q1 Meet Up '24 - Community & News UpdateVictoriaMetrics Q1 Meet Up '24 - Community & News Update
VictoriaMetrics Q1 Meet Up '24 - Community & News Update
 
OpenChain Education Work Group Monthly Meeting - 2024-04-10 - Full Recording
OpenChain Education Work Group Monthly Meeting - 2024-04-10 - Full RecordingOpenChain Education Work Group Monthly Meeting - 2024-04-10 - Full Recording
OpenChain Education Work Group Monthly Meeting - 2024-04-10 - Full Recording
 

Intel tools to optimize HPC systems

  • 1. Intel tools to optimize HPC systems May 2014
  • 2. Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective owners. Agenda Intel® Developer Products Overview Intel® Parallel Studio XE and Cluster Studio XE 2013 Overview What’s new with XE 2015 Beta ? Where to get ? Intel Confidential
  • 3. Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective owners. Web App Performance Client System Technical Computing Deploy apps on multiple platforms using one codebase Native cross-platform C++ development for multimedia apps and more Create fast, efficient embedded & mobile devices/systems in less time Improve application performance, scalability and reliability Intel® Developer Products Intel® XDK Intel® Quark Intel® INDE Intel Confidential
  • 4. Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective owners. • Industry-leading performance from advanced compilers • Comprehensive libraries • Parallel programming models • Insightful analysis tools More Cores. Wider Vectors. Performance Delivered. Intel® Parallel Studio XE and Intel® Cluster Studio XE Serial Performance Scaling Performance Efficiently Multicore Many-core 128 Bits 256 Bits 512 Bits 50+ cores More Cores Wider Vectors Task & Data Parallel Performance Distributed Performance Intel Confidential
  • 5. Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective owners. Phase Product Feature Benefit Build Intel® Composer XE Compilers, Performance and Threading Libraries Out of the box performance Intel® MPI Library† High Performance Message Passing (MPI) Library Interconnect independence Intel® Advisor XE Threading Prototyping Tool (Studio XE products only) Simplifies parallel application design Verify & Tune Intel® VTune™ Amplifier XE Performance Profiler Find performance bottlenecks Intel® Inspector XE Memory & Threading Dynamic and Static Analysis Code quality, improved security Intel® Trace Analyzer & Collector† MPI Performance Profiler Find performance bottlenecks in cluster-based applications Efficiently Produce Fast, Scalable and Reliable Applications Intel® Parallel Studio XE 2013 and Intel® Cluster Studio XE 2013 Service Pack 1 Intel Confidential
  • 6. Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective owners. Support for Latest Intel Processors and Coprocessors † Hardware events for new processors added as new processors ship. †† Analysis runs on multicore processors, provides analysis for multicore and many-core processors. New Product Announcements Embargoed until September 4, 8am Pacific Time Intel® Haswell microarchitecture Intel® Broadwell microarchitecture Intel® Xeon Phi™ coprocessor Intel® C++ and Fortran Compiler ✔ ✔ ✔ Intel® TBB library ✔ ✔ ✔ Intel® MKL library ✔ ✔ ✔ Intel® MPI library ✔ ✔ ✔ Intel® VTune™ Amplifier XE† ✔ ✔ ✔ Intel® Inspector XE†† ✔ ✔ ✔ Now with Windows* support Intel Confidential
  • 7. Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective owners. Intel® C++ and Fortran Compiler
  • 8. Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective owners. Intel® C++, Intel® Fortran, with Performance Libraries Intel® Composer XE Industry leading application performance, serial and parallel  Intel compilers: Intel Fortran and Intel C++ with Intel® Cilk Plus  Intel Performance Libraries  Intel® Threading Building Blocks  Intel® Math Kernel Library  Intel® Integrated Performance Primitives  Architecture support: IA 32, Intel 64, Intel® Xeon Phi™ product family, Intel compatible processors  Compatibility  Windows: Visual* C++ and Visual Studio* 2008, 2010, 2012  Linux, Mac OS X, including Mountain Lion: gcc and, for C++ Eclipse & Xcode for Mac Performance Compatibility Support Intel Confidential
  • 9. Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective owners. Leadership Application Performance  More Performance for your C++ applications  Just recompile  Uses Intel® AVX and Intel® AVX2 instructions  Intel® Xeon Phi™ product family support (Linux)  Intel® Cilk™ Plus: Tasking and vectorization  More Performance for your Fortran applications  Just recompile  Intel® Xeon Phi™ product family: Linux compiler, debugger support  Access to Intel® AVX and Intel® AVX2 instructions (-xa or /Qxa)  Auto-parallelizer & directives to access SIMD instructions  Coarrays & synchronization constructs support parallel programming  Loop optimization directives: VECTOR, PARALLEL, SIMD  More control over array data alignment (align arrayNbytes)  New in 2013 XE SP1 release: more Fortran 2008 support Intel Confidential
  • 10. Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective owners. Up to 4x Faster Performance with Intel® Advanced Vector Extensions 512 (Intel® AVX-512) Support SSE / SSE2 AVX-512 AVX / AVX2 Enables higher performance for the most demanding computational tasks Intel® Compilers and Intel® Math Kernel Library will be updated in Q4 with AVX-512 support - Significant leap to 512-bit SIMD support - Increased compatibility with AVX - One byte longer EVEX prefix, enabling additional functionality - First implemented in the future Intel® Xeon Phi™ coprocessor, code named Knights Landing 4x up to faster 2x up to faster Peak single precision floating point performance Intel Confidential
  • 11. Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective owners.  Support for offload to Intel® Graphics Technology  Redesign of optimization reports including vectorization report  New icl/icl++ compilers on OS X*  Full C++11 language support:  virtual overrides  inheriting constructors,  deprecation of exception specifications  user defined literals  thread_local  Full Fortran 2003 support (Parameterized Derived Types added)  Fortran 2008 Blocks support  Almost all OpenMP* 4.0 (only missing user-defined reductions)  Keyword versions of SIMD pragmas added  _Simd, _Safelen, _Reduction  Use arithmetical and logical operators with SIMD data types (like __m128) What’s New in Intel Composer XE 2015 Beta Intel Confidential
  • 12. Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective owners.  -ansi-alias enabled by default at –O2 and above on Linux C++  -fast/-Ofast enables –fp-model fast=2  gcc-compatible function multiversioning  aligned_new header  Fortran option –init=snan to initialize all uninitialized SAVEd scalar and array variables of type REAL and COMPLEX to signaling NaNs  __intel_simd_lane() intrinsic to represent simd lane number in a SIMD vector function  Compiler option –no-opt-dynamic-align to disable generation of multiple code paths depending on alignment of data  Improved lambda function debugging  Permit non-contiguous data transfers on #pragma offload  gdb* debugger supports Fortran (Intel® Debugger removed)  Ability to create custom install packages from online install New Features Overview Intel Confidential
  • 13. Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective owners. Released Linux* operating systems supported:  Fedora* 20  Red Hat Enterprise Linux* 6  SUSE LINUX Enterprise Server* 11  Ubuntu* 12.04 LTS (64-bit only), 13.10  Debian* 6.0, 7.0 Also intending to support these operating systems†:  Fedora 21  Red Hat Enterprise Linux 7  SUSE LINUX Enterprise Server 12  Ubuntu* 14.04 LTS Note the following are now not supported in this release:  Red Hat Enterprise Linux 5  SUSE LINUX Enterprise Server 10 Supported Platforms in 2015 Beta † These operating systems are not released as of the date of this presentation. Intel Composer XE does not support operating systems until after they are officially released. Refer to product release notes for support details. Intel Confidential
  • 14. Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective owners.  Every report (-opt-report, -vec-report, -par-report, -openmp-report) now put under single –opt-report interface  Other report options will still work, but report information generated and the way it’s generated will map to new model  Output now defaults to a one report file per generated object model. Can be changed using –opt-report-file=<filename|stderr|stdout>.  Report information designed to be more readable and actionable Redesigned Optimization Reports Intel Confidential
  • 15. Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective owners. Intel® Math Kernel Library
  • 16. Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective owners. Intel® Math Kernel Library (Intel® MKL) • Vectorized and threaded for highest performance on all Intel and compatible processors • De facto standard APIs for simple code integration • Compatible with all C, C++ and Fortran compilers • Royalty-free, per developer licensing for low cost deployment #1 used math library in the world Source: Evans Data 2011- 2013 WW Developer Surveys Just Link to the Next Intel® MKL Version to Realize New Processor Performance 16
  • 17. Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective owners. Cluster PARDISO  Intel® Direct Sparse Solver for Cluster (Intel® CPardiso) is a powerful tool set for solving system of linear equations with sparse matrix of millions rows/columns size. Intel® CPardiso provides an advanced implementation of the modern algorithms and could be considerate an expansion of Intel MKL Pardiso on cluster computations Atom optimizations (for Airmont)  For the BLAS and FFT Domains S/C/Z/DGEMM improvements on small matrix sizes What’s New in Intel MKL 11.2 Beta Intel Confidential
  • 18. Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective owners. Intel MKL Cookbook recipes  New document with recipes for assembling Intel MKL routines for solving complex problems Verbose mode for BLAS and LAPACK  MKL Verbose mode provides information about usage of MKL routines called by customers (set environment variable MKL_VERBOSE=1) What’s New in Intel MKL 11.2 Beta Intel Confidential
  • 19. Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective owners. Intel® Inspector XE
  • 20. Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective owners. Static Analysis Code&SecurityErrors Dynamic Analysis Memory Errors Intel® Inspector XE - Deliver More Reliable Applications Intel® Inspector XE and Intel® Parallel Studio XE family of suites 20 Threading Errors Static Analysis & Pointer Checker are only available in the Parallel Studio XE family of suites. Not sold separately. Pointer Checker Pointer Errors Intel® Inspector XE alone Added bonus features in Intel® Parallel Studio XE and Intel® Cluster Studio XE suites Intel Inspector XE dynamically instruments & runs the application and watches for errors. Use any build, any compiler (debug build is best). Intel compiler inspects source. Use any compiler for production. Intel compiler run time checks. Use any compiler for production.
  • 21. Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective owners. What’s New in Intel Inspector XE 2015 Beta  Improved On-Demand Leak Reporting and Memory Growth Control!  New Memory usage graph – Get real-time information about memory in use on your system!  Thread Checking performance improved by 3X – with a reduction in memory footprint as well! Intel Confidential
  • 22. Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective owners. Intel® Advisor XE
  • 23. Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective owners. 1) Analyze it. 3) Tune it. 4) Check it. 5) Do it! 2) Design it. (Compiler ignores these annotations.) Design Then Implement Intel® Advisor XE – Threading Prototyping Tool 23 Less Effort, Less Risk, More Impact Design Parallelism • No disruption to regular development • All test cases continue to work • Tune and debug the design before you implement it Implement Parallelism
  • 24. Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective owners. What’s New in Intel Advisor XE 2015 Beta  Improved Viewing and Advanced Modeling of Suitability information!  New Target Platforms option – See modeling based on Xeon or Xeon Phi!  New Iteration Space Modeling section – Run a smaller sample and see what happens when you scale up!  New Task details option - Information about differences between iterations moved to its own view for additional clarity! Intel Confidential
  • 25. Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective owners. 25 Intel Confidential
  • 26. Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective owners. Where to get?
  • 27. Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective owners. Intel® Parallel Studio XE Suites Leading development suites for application performance 27 Create fast, reliable code Intel® Cluster Studio XE Intel® Parallel Studio XE Analysis ● ● Intel® VTune™ Amplifier XE - Performance Profiler ● ● Intel® Inspector XE - Memory & Thread Analyzer ● ● Static Analysis & Pointer Checker - Find Coding & Security Errors ● ● Intel® Advisor XE - Threading Prototyping Tool ● Intel® Trace Analyzer & Collector - MPI Optimizing Tool Compilers & Libraries ● ● Intel® Compiler - Optimizing Compiler for C, C++ and Fortran ● ● Intel® Integrated Performance Primitives† - Media and Data Optimizations ● ● Intel® Threading Building Blocks† - Parallelize Applications for Performance ● ● Intel® Math Kernel Library - High Performance Math ● Intel® MPI Library - Flexible, Efficient and Scalable Messaging † Available for C, C++ only C, C++ only and Fortran only versions of Parallel Studio XE are also available.
  • 28. Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective owners. Pricing and Availability Includes Intel® C++ Composer XE Intel® Fortran Composer XE Intel® Inspector XE Intel® VTune™ Amplifier XE Intel® MPI Library Intel® Trace Analyzer and Collector Price Intel® Parallel Studio XE • • • • $2,299 Intel® Cluster Studio XE • • • • • • $2,949 Additional configurations including, floating and academic, are available at: http://intel.com/software/products
  • 29. Intel Confidential — Do Not Forward
  • 30. Copyright© 2014, Intel Corporation. All rights reserved. *Other brands and names are the property of their respective owners. Legal Disclaimer & Optimization Notice INFORMATION IN THIS DOCUMENT IS PROVIDED “AS IS”. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY INTELLECTUAL PROPERTY RIGHTS IS GRANTED BY THIS DOCUMENT. INTEL ASSUMES NO LIABILITY WHATSOEVER AND INTEL DISCLAIMS ANY EXPRESS OR IMPLIED WARRANTY, RELATING TO THIS INFORMATION INCLUDING LIABILITY OR WARRANTIES RELATING TO FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR INFRINGEMENT OF ANY PATENT, COPYRIGHT OR OTHER INTELLECTUAL PROPERTY RIGHT. Software and workloads used in performance tests may have been optimized for performance only on Intel microprocessors. Performance tests, such as SYSmark and MobileMark, are measured using specific computer systems, components, software, operations and functions. Any change to any of those factors may cause the results to vary. You should consult other information and performance tests to assist you in fully evaluating your contemplated purchases, including the performance of that product when combined with other products. Copyright © , Intel Corporation. All rights reserved. Intel, the Intel logo, Xeon, Xeon Phi, Core, VTune, and Cilk are trademarks of Intel Corporation in the U.S. and other countries. Optimization Notice Intel’s compilers may or may not optimize to the same degree for non-Intel microprocessors for optimizations that are not unique to Intel microprocessors. These optimizations include SSE2, SSE3, and SSSE3 instruction sets and other optimizations. Intel does not guarantee the availability, functionality, or effectiveness of any optimization on microprocessors not manufactured by Intel. Microprocessor-dependent optimizations in this product are intended for use with Intel microprocessors. Certain optimizations not specific to Intel microarchitecture are reserved for Intel microprocessors. Please refer to the applicable product User and Reference Guides for more information regarding the specific instruction sets covered by this notice. Notice revision #20110804 Intel Confidential