Summer2009:Implementing parallelism in python

From NAMIC Wiki
Revision as of 18:43, 9 June 2009 by Jvs (talk | contribs) (Created page with '__NOTOC__ <gallery> Image:PW2009-v3.png|Project Week Main Page </gallery> ==Key Investigators== * BWH: Julien de Siebenthal, Sylvain Bouix <div st...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Home < Summer2009:Implementing parallelism in python


Key Investigators

  • BWH: Julien de Siebenthal, Sylvain Bouix

Objective

We are investigating ways of running highly computational intensive simulations with the python language.

Approach, Plan

Our approach is to subdivide highly intensive computational tasks and profit of the parallelism offered by current multicore machines.

During the summer week, we will discuss improvements on the current implementation and possibly other approaches that could complement ours.

Progress

Software for parallelizing python tasks is done. It uses parallel python for that purpose and was tested successfully on fat nodes and the cluster at SPL.


References