Changes between Version 21 and Version 22 of Configuration

Show
Ignore:
Timestamp:
02/20/14 14:19:58 (11 years ago)
Author:
jorisborgdorff
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Configuration

    v21 v22  
    3434||= Parameter =||= Meaning =||= Example =||= Recognized by class =|| 
    3535|| `args` || Arguments to the script or executable || `'param1 param2'` || All || 
    36 || `java_class` || Custom Java subclass of NativeKernel || `'uni.dep.MyKernel'` || All || 
    37 || `mpiexec` || Command to run MPI || `mpiexec`|| `MPIInstance` || 
    38 || `mpiexec_args` || Arguments to MPI executor || `-np 4`|| `MPIInstance` || 
    39 || `matlab`|| `Command to run Matlab` || `'/opt/bin/matlab'` || `MatlabInstance` || 
     36|| `java_class` || Custom Java subclass of `NativeKernel` || `'uni.dep.MyKernel'` || All || 
     37|| `mpiexec` || Command to run MPI || `'mpiexec'` || `MPIInstance` || 
     38|| `mpiexec_args` || Arguments to MPI executor || `'-np 4'` || `MPIInstance` || 
     39|| `matlab` || `Command to run Matlab` || `'/opt/bin/matlab'` || `MatlabInstance` || 
    4040|| `matlab_args` || `Arguments to Matlab` || `'-matlab_arg1 -matlab_arg2'` || `MatlabInstance` || 
    4141|| `python` || `Command to run Python` || `'/opt/bin/python'` || `PythonInstance` ||