Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Asian Options UDF
Version: 1.0
Description
This sample demonstrates how to accelerate the execution of a compute-intensive Microsoft Excel workbook by offloading the UDF to a Windows HPC cluster.
Overview
The Asian Options UDF sample is composed of two parts:
- A Microsoft Excel XLL add-in containing a user-defined function (UDF) calculating Monte Carlo pricing simulations.
- A Microsoft Excel workbook that uses the XLL add-in to run one hundred UDF calculations using the Monte Carlo method for pricing simulations. Each such calculation runs iteratively for a variable number of iterations; the default for this workbook is one hundred thousand.
This sample demonstrates how to accelerate the execution of a compute-intensive Microsoft Excel workbook by offloading the UDF to a Windows HPC cluster.
Key Features
This sample demonstrates the following:
- Creating an XLL add-in that contains a cluster-safe Microsoft Excel UDF.
- Consuming the UDF from a Microsoft Excel workbook.
- Deploying the UDF on a cluster (both on-premises and in Windows Azure), and accelerating the execution of the computation.