I am doing a project on DNA sequence alignment using grid,for which I am
using the Alchemi framework.
problem:
I submit a particular data to all threads.
the thread 2 has to work on the data processed by thread 1.The thread 3 has
to work on the data processed by thread 2 and so on.I tried passing
reference of that data to the threads .Ialso  tried making that piece of
data static. In both cases,all the thread acted upon the data which was in
the state as was passed at the beginning. How  do i overcome this.
ps-I will send the code code if needed
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
alchemi-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/alchemi-users

Reply via email to