This is the release page for X10 2.5.0.
X10 2.5 includes a redesign of several Place-related standard library APIs to better support Resilient and Elastic X10. The changes were made to more naturally support execution over a dynamically varying set of Places. As a result, minor adjustments may be needed to port code from X10 2.4.3 to X10 2.5.0. Please see the Release Notes for more details.
Downloads
- The simplest way to start out with X10 is by using X10DT and Managed X10 (X10 compiled to Java). You can download a single zip file from the list below that contains everything you need to write, compile, and run your first X10 program on your laptop/desktop. The only prerequisite is a Java 6 or newer JVM. Simply unzip and you're ready to run by executing the program called 'x10dt' (or 'x10dt.exe' on Windows).
- X10 2.5.0 Language Specification
- Pre-built binary builds of X10 2.5.0 for selected platforms (also includes sample X10 programs). After downloading, untar and see the INSTALL file for further instructions. If you are using X10DT, you will only need to separately download X10 if you are using remote build/launch support to compile/run X10 programs on a remote computer/cluster.
- BlueGene/Q (tgz)
- Linux/Power (tgz) Linux/Power (rpm)
- Cygwin/x86 (can run Managed X10 on Windows without cygwin; cygwin required for Native X10).
- Linux/x86 (tgz) Linux/x86 (rpm)
- Linux/x86_64 (tgz) Linux/x86_64 (rpm)
- MacOS/x86 and x86_64
- Source Distribution of X10 2.5.0 Use this if you want to build X10 yourself, use X10 with CUDA, modify the X10 implementation, or need X10 for a platform that is not one of the ones for which we provide pre-built binaries.
- X10 Benchmarks Selected X10 benchmark programs.
- X10 Global Matrix Library. An X10 class library that provides an implementation of sparse and dense distributed matrices.
- X10 test suite X10 test suite run by our nightly regression testing.
Online resources
- Standard library documentation is available online. It is also included in all pre-built X10 downloads in the stdlib/x10doc directory.
- More detailed installation and setup instructions for X10DT.
- X10DT Update Site: http://x10.sourceforge.net/x10dt/2.5.0/updateSite/