KernelLaunchFlags


flags to use when the kernel is launched

DetailsDetails

  • KernelLaunchFlags is a configuration setting that gives any special flags that you want to set on the command line for the launch of the Mathematica kernel. Typically this is not needed, but one example is that you might want to set the password file that is used.

ExamplesExamplesopen allclose all

Basic Examples  (1)Basic Examples  (1)

A sample setting is shown below.

<KernelLaunchFlags>
-pwfile /home/users/webserver/pwfile
</KernelLaunchFlags>