Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 550 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 550 Bytes

MiX10

This is an archived fork of the MiX10 repository at the Sable research group.

Source code for the MiX10 compiler. Mix10 compiles MATLAB programs to X10, a high performance language developed by IBM.

#Generating the Mix10 jar The Mix10 compiler packaged as a jar file and then used to compile MATLAB programs to X10. Following are the steps to generate the jar file.

  • Clone the repository.
  • Change directory to language/Natlab/.
  • run ant jar

A jar file named MiX10 should be generated.