Skip to content

Command Line Options

Sameer Jagdale edited this page Apr 20, 2015 · 2 revisions

In addition to the command line options of McLabCore, MiX10 supports a few additional options. Similar to MclabCore, the MiX10 jar can be executed in the following manner

java -jar MiX10.jar <options> <files>
  • --mix10c Generate X10 code from given MATLAB code
  • --use_region_arrays Use region arrays instead of new arrays
  • --no_intok Disable IntegerOkay analysis.
  • --vec_par_length Define the threshold vector size to use parallel vector operations
  • --arg_info Provide information about the input arguments
  • --class_name Name of the X10 class file to be generated.

Clone this wiki locally