• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Excel 2010 and High Performance Computing

Joined
5/2/06
Messages
11,954
Points
273
Excel 2007 has not fully caught on and now MS comes out with a new version to jump on the HPC bandwagon.
It will enable UDF to run entirely on the cluster server while other functions run on the local PC. It can also allow to off load all the calculation off on servers.

I can see where this can come very handy for many trading desks where their trading tools still utilize Excel. Detail is sketchy but I'll watch this closely. Hopefully it won't be a flop like Excel 2007.

Microsoft Excel 2010 : Excel 2010 and High Performance Computing
Microsoft Excel 2010 : Calculating Excel Models on an HPC Cluster

It does seem to me that this may only work with their in house Windows HPC server. It's a bummer if users can't use just any HPC providers.
 
Interesting articles, i've been known to assign portions of backtesting models each to a separate computer to cut down on computation time, this would be a great benefit to have. Thanks for sharing.
 
A lot of this has been going on for over a decade at most banks with Excel plug-ins and TIBCO. Glad to see MSFT is catching up with a vendor framework for distributed Excel computing so we don't have to waste time building proprietary frameworks, but one does have to ask, "What the heck took so long???"

Oh wait, it's Microsoft.
 
Back
Top