Hello, I am using X10 as a part of my bachelor's thesis about high performance programming languages (so maybe some more questions may be asked later :-) ).
My first questions are about using several places: * If I set X10_NPLACES=n with having less than n hosts, the places will be distributed among the existing hosts, right? * Is there a possibility to find out which place is located on which host? In Chapel you have here.name. * Should X10_NTHREADS be equal to the amount of cores within a host? * Let there be X10_HOSTLIST="A,B,foo". A and B are the hosts I want to use while foo is a randomly chosen set of letters for simulating a mistyped or currently inactive computer. If I start a program with this parameter I don't get an error message though there is something wrong. If I do isDead() on every place every of them returns false. Did I maybe forget to set something so it doesn't distribute the places to other computers or does X10 ignore host names which cannot be reached? Thank you very much bye ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ _______________________________________________ X10-users mailing list X10-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/x10-users