250251252253254255256257258259260261
System.setOut(new PrintStream(new aleph.comm.OutputStream())); System.setErr(new PrintStream(new aleph.comm.OutputStream())); } // run user's app if (thisPE.index == 0) { Scheduler scheduler = Scheduler.getScheduler(); scheduler.exec(args); } } catch (Exception e) { Aleph.panic(e); } }