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` || |