We proudly support:
|
|
|
Intel C++ Studio XE for Windows - Academic
By Intel
Includes Intel®
C++ Composer XE, Intel® VTune™ Amplifier XE,
Intel® Inspector XE, Intel® Advisor XE
Intel® Parallel Studio XE, Intel® C++ Studio XE, and
Intel® Visual Fortran Studio XE unite development tools for
unprecedented application performance and code robustness for the
latest generation of multicore processors.
Intel® Parallel Studio XE parallel software development suite
combines Intel's industry-leading C/C++ compiler and Fortran compiler;
performance and parallel libraries; error checking, code robustness,
and performance profiling tools into a single suite offering.
Learn More>>>
|
|
|
|
|
Products
Product Info
Reviews
|
|
|
|
|
|
Intel C++ Studio XE 2013 for Windows OS - Single Academic (Box) [DVD]
Manuf Part #:
CSB130WSAB01Y
|
In Stock
|
I23A75101A02D
|
Login for pricing
|
|
|
Intel C++ Studio XE for Windows OS - Upgrade - Single Academic (SSR) Renewal [Electronic Delivery]
Manuf Part #:
CXU999WSAS01
|
In Stock
|
I23A75101B02D
|
Login for pricing
|
|
|
Intel C++ Studio XE for Windows OS - Single Academic (SSR Post-expiry) [Electronic Delivery]
Manuf Part #:
CSX999WSAR01
|
In Stock
|
I23A75101J04D
|
Login for pricing
|
|
|
Intel C++ Studio XE for Windows OS - Single Academic (SSR Pre-expiry) [Electronic Delivery]
Manuf Part #:
CSX999WSAM01
|
In Stock
|
I23A75101J05D
|
Login for pricing
|
|
|
Intel C++ Studio XE for Windows OS - Single Academic (ESD) [Electronic Delivery]
Manuf Part #:
CSX999WSAE01
|
In Stock
|
I23A75101E04D
|
Login for pricing
|
|
|
|
|
|
|
|
Intel C++ Studio XE for Windows OS - Upgrade - Floating Academic 2 Seat (SSR) Support Renewal [Electronic Delivery]
Manuf Part #:
CXU999WFAS02
|
In Stock
|
I23A75102B02D
|
Login for pricing
|
|
|
Intel C++ Studio XE for Windows OS - Floating Academic 2 Seat (ESD) [Electronic Delivery]
Manuf Part #:
CSX999WFAE02
|
In Stock
|
I23A75102E03D
|
Login for pricing
|
|
|
Intel C++ Studio XE for Windows OS - Floating Academic 2 Seat (SSR Pre-expiry) [Electronic Delivery]
Manuf Part #:
CSX999WFAM02
|
In Stock
|
I23A75102J05D
|
Login for pricing
|
|
|
Intel C++ Studio XE for Windows OS - Floating Academic 2 Seat (SSR Post-expiry) [Electronic Delivery]
Manuf Part #:
CSX999WFAR02
|
In Stock
|
I23A75102J06D
|
Login for pricing
|
|
|
|
|
|
|
|
Intel C++ Studio XE for Windows OS - Upgrade - Floating Academic 5 Seat (SSR) Support Renewal [Electronic Delivery]
Manuf Part #:
CXU999WFAS05
|
In Stock
|
I23A75105B02D
|
Login for pricing
|
|
|
Intel C++ Studio XE for Windows OS - Floating Academic 5 Seat (ESD) [Electronic Delivery]
Manuf Part #:
CSX999WFAE05
|
In Stock
|
I23A75105E03D
|
Login for pricing
|
|
|
Intel C++ Studio XE for Windows OS - Floating Academic 5 Seat (SSR Pre-expiry) [Electronic Delivery]
Manuf Part #:
CSX999WFAM05
|
In Stock
|
I23A75105J05D
|
Login for pricing
|
|
|
Intel C++ Studio XE for Windows OS - Floating Academic 5 Seat (SSR Post-expiry) [Electronic Delivery]
Manuf Part #:
CSX999WFAR05
|
In Stock
|
I23A75105J06D
|
Login for pricing
|
|
Includes Intel®
C++ Composer XE, Intel® VTune™ Amplifier XE,
Intel® Inspector XE, Intel® Advisor XE
Intel® Parallel Studio XE, Intel® C++ Studio XE, and
Intel® Visual Fortran Studio XE unite development tools for
unprecedented application performance and code robustness for the
latest generation of multicore processors.
Intel® Parallel Studio XE parallel software development suite
combines Intel's industry-leading C/C++ compiler and Fortran compiler;
performance and parallel libraries; error checking, code robustness,
and performance profiling tools into a single suite offering.
This helps boost application performance and increase the code quality,
security, and reliability needed by high-performance computing and
enterprise applications.
At the same time, the suite eases the procurement of all the necessary
tools for high performance, and simplifies the transition from
multicore to manycore processors in the future.
Intel® Advisor XE is included in Intel® Visual Fortran
Studio XE for Windows and Intel® Fortran Studio XE for
Linux. Intel® Advisor XE" supported now on Linux as
well. Intel® Advisor XE is a threading assistant for
C, C++, C# and Fortran developers (not only for C/C++ developers).
Intel® C++ Studio XE and Fortran Studio XE parallel software
development suites offers the same suite of tools with the Fortran
compiler or the C++ compiler for developers who only need a single
language.
Intel® Fortran Studio XE offers the same benefits for
developers only needing the Fortran compiler.
|
- High-Performance
Parallel Optimizer (HPO) offers an improved ability to
analyze, optimize, and parallelize more loop nests. This revolutionary
capability combines vectorization, parallelization, and loop
transformations into a single pass that is faster, more effective, and
more reliable than prior discrete phases.
- Automatic
Vectorizer analyzes loops and determines when it is safe
and effective to execute several iterations of the loop in parallel.
Vectorization and auto-parallelization have been enhanced for broader
applicability, improved application performance. It also offers
insights into your code when you use the guided autoparallelization
(GAP) feature. In addition, SIMD pragmas can be used for added user
control of vectorization.
- Guided
Auto-Parallelization (GAP) is a unique capability in both
Intel C++ and Intel Fortran compilers that suggests ways to improve
auto-vectorization as well as auto-parallelization and data
transformation. When used, GAP builds a report that may include
suggestions for source code changes, use of pragmas, or use of specific
compiler options. This is a powerful tool that can help you extend the
auto-vectorization and auto-parallelism capabilities of the compiler.
- Interprocedural
Optimization (IPO) Interprocedural optimization is a
simple switch setting that can speed application performance.. It can
dramatically improves performance of small- or medium-sized functions
that are used frequently, especially programs that contain calls within
loops. It speeds application performance by inlining your code
– a process that logically 'lines up' all the components of
your application to speed execution.
- Loop Profiler
is part of the compiler and can be used to generate low overhead loop
and function profiling to show hotspots and where to introduce threads.
- Profile-Guided
Optimization (PGO) is a multi-step process that optimizes
application performance based on user workload. It improves application
performance by reducing instruction-cache thrashing, reorganizing code
layout, shrinking code size, and reducing branch mispredictions. PGO
uses actual user workloads to understand how the application logic in
your application is used. It then organizes your application according
to those patterns to speed execution.
- OpenMP* 3.1
is supported to help simplify pragma-based development of parallelism
in your C and C++ applications.
|
|
|
One moment... |
|
|
|
|
|
|