-
Notifications
You must be signed in to change notification settings - Fork 0
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>
-
--mix10cGenerate X10 code from given MATLAB code -
--use_region_arraysUse region arrays instead of new arrays -
--no_intokDisable IntegerOkay analysis. -
--vec_par_lengthDefine the threshold vector size to use parallel vector operations -
--arg_infoProvide information about the input arguments -
--class_nameName of the X10 class file to be generated.