Document mexext and matlabroot options.

Manually cherry-picked from e37549461b.
time-shift
Stéphane Adjemian (Charybdis) 2019-02-18 16:56:40 +01:00
parent 223c5105f8
commit 9ccb2050bb
Signed by untrusted user who does not match committer: stepan
GPG Key ID: A6D44CB9C64CE77B
1 changed files with 13 additions and 0 deletions

View File

@ -263,6 +263,19 @@ by the ``dynare`` command.
Prevent Dynare from printing the output of the steps leading up to the
preprocessor as well as the preprocessor output itself.
.. option:: mexext=mex|mexw32|mexw64|mexmaci64|mexa64
The mex extension associated with your platform to be used
when compiling output associated with :opt:`use_dll`.
Dynare is able to set this automatically, so you should not
need to set it yourself.
.. option:: matlabroot=<<path>>
The path to the Matlab installation for use with
:opt:`use_dll`. Dynare is able to set this automatically,
so you should not need to set it yourself.
.. option:: parallel[=CLUSTER_NAME]
Tells Dynare to perform computations in parallel. If