Skip to content
Snippets Groups Projects
Verified Commit b1df9ecc authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Parallel config file: switch back to DynarePath field (instead of ProgramPath)

This is a partial revert of f022f666

Ref. dynare#1748
parent cfb41d29
No related branches found
No related tags found
No related merge requests found
......@@ -734,7 +734,8 @@ ConfigFile::writeCluster(ostream &output) const
<< "'Password', '" << slave_node.second.password << "', "
<< "'RemoteDrive', '" << slave_node.second.remoteDrive << "', "
<< "'RemoteDirectory', '" << slave_node.second.remoteDirectory << "', "
<< "'ProgramPath', '" << slave_node.second.programPath << "', "
// The following should be switched back to “ProgramPath” once we move to Dragonfly
<< "'DynarePath', '" << slave_node.second.programPath << "', "
<< "'ProgramConfig', '" << slave_node.second.programConfig << "', "
<< "'MatlabOctavePath', '" << slave_node.second.matlabOctavePath << "', "
<< "'OperatingSystem', '" << slave_node.second.operatingSystem << "', "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment