On Tuesday, September 07, 2010 10:30:06 pm Igor Peshansky wrote:
> In 2.0.6 you can do
> 
>     finish ateach (pt(i) in v_dst) {
>         val t = v_dst(pt); // note that v_dst(i) is slightly more 
> efficient
>         at (v_loc) v_loc(i).copyFrom(t);
>         // or, alternatively (but not as efficiently)
>         // v_dst(pt).copyTo(at (v_loc) v_loc(i));
>     }
> 
> (the above copies the whole array).
>         Igor

Igor,

THANK YOU !! That did the trick !
-- 

Mit freundlichen Grüßen / Kind regards

Dr. Christoph Pospiech
High Performance & Parallel Computing
Phone:  +49-351 86269826
Mobile: +49-171-765 5871
E-Mail: christoph.pospi...@de.ibm.com
-------------------------------------
IBM Deutschland GmbH
Vorsitzender des Aufsichtsrats: Erich Clementi 
Geschäftsführung: Martin Jetter (Vorsitzender), 
Reinhard Reschke, Christoph Grandpierre, 
Klaus Lintelmann, Michael Diemer, Martina Koederitz 
Sitz der Gesellschaft: Ehningen / Registergericht: Amtsgericht Stuttgart, HRB 
14562 WEEE-Reg.-Nr. DE 99369940


------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to