View RSS Feed

Most Popular Blogs

  1. Symphony Applications in the Financial Services Industry

    by on April 15th, 2008 at 02:38 AM
    Here's a list of applications that are being run by the Financial Services industry using Symphony.


    • Fixed-income derivatives and analytics.
    • Monte Carlo, Black-Scholes-type applications.
    Published in: Dealing with Technology


    • Credit risk calculations
    Published in: Grid Today


    ...

    Updated May 14th, 2008 at 08:37 PM by Ajith

    Categories
    SymphonyDE
  2. Research Topics in HPC

    by on May 21st, 2008 at 09:46 PM
    The High Performance Computing (HPC) area is undergoing quite a bit of changes that may impact how HPC applications are developed, and operated over the next few years. We here in the research group at Platform Computing are tracking a number of technology trends and trying to get a handle on how they will impact the HPC Community. To kick things off here is an initial list of possible areas:

    1. Cloud Computing. The advent of services like Amazon EC2 has provided opportunities to ...

    Updated May 21st, 2008 at 09:52 PM by Khalid (Fixed typos)

    Categories
    General
  3. Exploring HPC Programming: OpenMP

    by on November 20th, 2008 at 12:55 PM
    Today, we'll have a quick look at OpenMP. OpenMP is a set of programming APIs, and compiler pragmas that support multi-platform, shared memory multiprocessing programming in C/C++ and Fortran. The interesting thing about OpenMP, is that it is a very nice simple way to split loops (for, do) into tasks for multi-threading. Our program has a number of "for" loops in it, so that is the obvious avenue to explore for our particular program.

    Anyone can get a quick overview of OpenMP ...

    Updated November 20th, 2008 at 12:57 PM by Bearcat (Added attachment)

    Categories
    General