Hi

I tried the following code, and it ran fine with X10_NPLACES=1 but not
other than that.  It either gives nothing on screen or
"FATAL Error 22 : cannot resolve remote hostname: Invalid argument"

import x10.io.*;
class Test{
      public static def main(Array[String](1)){
          x10.io.Console.OUT.println(Place.ALL_PLACES);
          x10.io.Console.OUT.println(Place.MAX_PLACES);
      }
}



------------------------------------------------------------------------------
RSA® Conference 2012
Save $700 by Nov 18
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to