From 9ccb2050bb3f12360dbe83f9065a508a0d741179 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= Date: Mon, 18 Feb 2019 16:56:40 +0100 Subject: [PATCH] Document mexext and matlabroot options. Manually cherry-picked from e37549461b49aa792605afc418ccb8a994ecfb49. --- src/source/running-dynare.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/source/running-dynare.rst b/src/source/running-dynare.rst index ff5eca3bb..331651c0f 100644 --- a/src/source/running-dynare.rst +++ b/src/source/running-dynare.rst @@ -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=<> + + 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