Hello
I am running an x10 program (v 1.7) using the java backend on an 8  
core machine. I have set my NUMBER_OF_LOCAL_PLACES option to 8. Is  
there a way I can verify that 'ateach' runs its code block on separate  
cores? On similar lines, if I run my program on separate nodes of a  
cluster, can I verify that the ateach block is indeed being run on  
separate nodes ?

Something like:
ateach {
    Console.OUT.println("I am place: " + here.id + " on node: " +  
node_id);
}

Thanks,
Kshitij Mehta
Graduate Student
Parallel Software Technologies Lab
Dept. of Computer Science
University of Houston
USA
www.cs.uh.edu/~kmehta


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to