X10 2.0.1 Release

Version 2.0.1 of X10 and X10DT is now available for download.

See the Release Notes for details on what is new in X10 2.0.1. You may also find the Porting from X10 1.7 to X10 2.0 Wiki useful for helping you move your applications from X10 1.7 to 2.0.

X10DT has also been updated for X10 2.0.1 See the X10DT Installation page for instructions on installing or updating X10DT.

Included at the top-level of the X10 release is a directory of sample programs.

Downloads

Instructions

Binary builds of the Common PGAS runtime that match the X10 2.0.1 release are available as separate binary downloads. Under most circumstances,

you should not need to manually download the Common PGAS runtime yourself. It is included in the binary X10 releases and will be automatically downloaded by the X10 build process if you are building from source.

Erratum

One some MacOS configurations, running an executable on multiple places with launcher/manager fails with error:

"could not lookup DNS configuration info service: (ipc/send) invalid destination port."

This can be resolved by running as root:

echo 127.0.0.1 `hostname` >> /etc/hosts