Difference between revisions of "Summer2009:Implementing parallelism in python"
From NAMIC Wiki
(One intermediate revision by the same user not shown) | |||
Line 31: | Line 31: | ||
* Completed parallelization of connection filtering | * Completed parallelization of connection filtering | ||
* Completed batch for different studies configuration | * Completed batch for different studies configuration | ||
+ | * Checked in under the Slicer trunk - the package is found under <your slicer3 path>/lib/Slicer3/Plugins/StochasticTractographyServerMP | ||
</div> | </div> |
Latest revision as of 15:04, 6 July 2009
Home < Summer2009:Implementing parallelism in python
Key Investigators
- BWH: Julien de Siebenthal, Sylvain Bouix
Objective
We are investigating ways of running 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
- Achieved software for parallelizing python tasks. It uses parallel python for that purpose and was tested successfully on fat nodes and the cluster at SPL.
- Improved performance
- Completed parallelization of connection filtering
- Completed batch for different studies configuration
- Checked in under the Slicer trunk - the package is found under <your slicer3 path>/lib/Slicer3/Plugins/StochasticTractographyServerMP