Changes between Version 23 and Version 24 of Configuration
- Timestamp:
- 02/20/14 14:23:02 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Configuration
v23 v24 8 8 r = Instance.new('r', 'examples.simplejava.ConsoleWriter') 9 9 }}} 10 When using a C++ kernel without a Java interface, use the {{{muscle.core.standalone.NativeKernel}}} package. For an MPI executable, on a machine where mpiexec/mpirun can be called directly, use {{{muscle.core.standalone.MPIKernel}}}.10 For running a non-Java instance, see the next section. 11 11 12 12 To add properties, add them to the global {{{$env}}} hash or to the instances directly: