Espaço do desenvolvedor Intel®:
Financial Services

The Intel® High Performance Financial Software Community provides technical information, tools, conversation, and support from industry experts. Learn how to achieve your performance goals using Intel's experience, resources and technology and maximize your investment in Information Technology Infrastructure. Learn more about the community from Sunil Kulkarni, Intel’s Sr. Software Engineering Manager for Worldwide Financial Services Engineering.

11 Keys to Mastering Multicore App Development

Boost Your Skills with Intel's new Guide for Developing Multithreaded Applications
If you're coding for multicore, you shoot for maximum performance but hit barriers along the way. Arm yourself with the latest development and optimization tips from the experts.

 Download the Intel® Guide for Developing Multithreaded Applications - Part One.

Part 1 of this technical guide focuses on application threading and synchronization techniques. A compilation of 11 top articles, it features examples and how to's on measuring performance, removing artificial dependencies, using tasks instead of threads, mitigating synchronization impacts, and more. Here's just a sampling of the articles inside:

  • Loop Modifications to Enhance Data-Parallel Performance—Tackle loop challenges with techniques that minimize synchronization and make parallelization easier—such as loop fusion, loop interchange, and loop unrolling.
  • Load Balance and Parallel Performance—Avoid common memory and I/O pitfalls to achieve the perfect load balance by sharing workloads equally across all threads.
  • Managing Lock Contention: Large and Small Critical Sections - Efficient parallel code balances thread performance in critical sections and manages idle time of other threads. Learn the concept of critical section size and see when it is best to use large or small critical sections.

Watch for Part 2 of this Guide next week for ten additional articles on varied memory management approaches for multicore and the latest programming tools to streamline parallel programming.

21-dez-2010
11:53 AM PST
Tuning Corner
By J.D. Patel (Intel)3
Introduction Performance tuning is typically an afterthought. Most software development projects focus on analyzing, architecting, and implementing the core business requirements. Increasingly demanding time to market requirements force software deployment right after the core business . . .
26-out-2010
5:51 AM PDT
SDK for the Intel® Core™ i7 Processor Family
By aaron-tersteeg ...13
Download and review the presentation and collection of documents listed below to learn how you can enable your software to take advantage of the capabilities in the Intel Core i7. The next generation micro architecture's performance and power management innovations include: Dynamically managed . . .
28-jul-2009
1:03 PM PDT
Are High School Whiz Kids Ready to "Think Parallel?"
By amelia-barton (...0
Can technical high school students solve complex parallel programming challenges, typically reserved for advanced university courses? A three-day boot-camp hosted by the Intel® Academic Community and Brooklyn Technical High School with industry experts.
19-dez-2008
10:21 AM PST
Writing High Performance .NET Code
By Milind Hanchinm...4
by Juan A Rodriguez, Intel Corporation, andSimonijt Dutta, Intel Corporation Download "Writing High Performance .NET Code" [PDF 154KB] . . .

Páginas

Assine o
Jason K.seg, Março 18th 2013 - 8:57
NUMA on Xeon E5-262019
My apologies in advance.  This is the first time I'm posting on the Intel developer forums, and in all fairness, I'm not 100% sure that all parts of my question belong in this forum.  Please bear with me. I work in a university CS and Eng. department.  A faculty member recently purchased an Intel ...
Bo W.seg, Março 4th 2013 - 11:23
Unit mask(umask)0
Hi, I'm writing a program for computing FLOPS and need now several MSRs, such as FP_COMP_OPS_EXE.SSE_SINGLE_PRECISION. My question is what is the address for it? Ist it 0x1040 or 0x4010 or neither. And one more question: Does FP_COMP_OPS_EXE.SSE_FP_SCALAR  +  FP_COMP_OPS_EXE.SSE_FP_PACKED = ...
Rich D.qui, Fevereiro 28th 2013 - 8:54
Cloud Server & Hosting Provider Suggestions0
I had a question that I'd like to offer out to the group.  I am looking to move my IT Dept to the cloud & am reviewing providers.  I am currently in a 30 day trial w/ www.savvisdirect.com.  I'm pretty happy w/ their service/quality/etc.  Probably what I ...
Eh C.seg, Fevereiro 11th 2013 - 10:29
HYDT_bscu_wait_for_completion15
I am getting the following message arbitrarily at times when running a parallel job using OpenFoam Application complied by Icc and  compiler and intel mpi. When I have one running job, it is fine, but all the jobs crashe for multiple running jobs. lsb_launch(): Failed while waiting for tasks to ...

Páginas

Assine o Fóruns
Nenhum conteúdo foi encontrado
Assine o

Intel® Tools Special Promotion

The Developer Products Division at Intel is pleased to provide a 10% discount on Intel® Tools for financial customers. This includes:

  • Intel® C++ and Fortran Compilers
  • Intel® Performance Libraries
  • Intel® Threading Analysis Tools
  • Intel® VTune™ Performance Analyzer
  • Intel® Cluster Tools

For questions or tools purchases, please contact intel.tools.finance@intel.com

Videos

Watch episode 94 of Parallel Programming Talk featuring SunGard Software Development Manager, Jiaping Zhang. Hear how SunGard was able to scale their Ambit BancWare Asset and Liability Management (ALM) application to 1024 cores and demonstrate near-linear scalability.

Also, watch episode 86 of Parallel Programming Talk featuring SunGard Chief Technology Officer, Don Tyson, discuss SunGard's intelliMATCH application optimization effort. A dramatic reduction in transaction reconciliation time was achieved by taking advantage of parallel processing.

(SunGard, #380 on the Fortune 500, provides software and processing solutions for financial services, higher education and the public sector.)

Blogs

More Blogs

Forums

More Forums

Intel Software Products

Create applications for Windows*, Linux* and Mac OS* X with development tools built from our knowledge of hardware.

Intel Premier IT Professional - Financial Services

News, technical papers, resources and helpful links for the IT Professionals in the Financial Services Industry.

iXPTC 2013

Intel® Xeon Phi™ Coprocessor Technology Conference, iXPTC 2013 – New York, NY, March 12-15, 2013.

View the presentations here

Quick Tip

Monte Carlo Demo
This demo shows how to benefit from Xeon multi-core architecture using Intel Tools. It shows incremental gains for the application due to Intel compiler, Math Kernel Libraries and OpenMP respectively. This has been achieved by minimal changes to the original CPU code.
The demo requires the installation of .Net framework which is included in the bundle.

Intel® AVX