From a2fa1902f0fb286b7a3f7986b96b9c888b9a4e97 Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer <jpfeifer@gmx.de> Date: Mon, 24 Apr 2023 12:44:17 -0400 Subject: [PATCH] Manual: add information on psexec rights (cherry picked from commit b876cf0259e4fecc8e5e87810b58898aa3577155) --- doc/manual/source/running-dynare.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/manual/source/running-dynare.rst b/doc/manual/source/running-dynare.rst index 9769cb5d59..f4e702a990 100644 --- a/doc/manual/source/running-dynare.rst +++ b/doc/manual/source/running-dynare.rst @@ -363,7 +363,8 @@ by the ``dynare`` command. For local execution under Windows operating system, set ``parallel_use_psexec=false`` to use ``start`` instead of ``psexec``, to properly allocate affinity when there are - more than 32 cores in the local machine. [default=true] + more than 32 cores in the local machine. This option is also helpful if + ``psexec`` cannot be executed due to missing admininstrator privileges. [default=true] .. option:: -DMACRO_VARIABLE=MACRO_EXPRESSION -- GitLab