For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Optimization network processing
-
Hello
Is it possible to run optimization using cores in servers on the same network? Similar to what MT5 allows?
-
not supported out of the box. I once used Jenkins ( however any other job scheduler with matrix config could be used ) for this purpose.
-
Great thanks for the reply. I have never used a package like that. Can you point me the way?
-
Jenkins is actually a CI framework (https://www.jenkins.io/), but was used as a simple job distribution and scheduling system. There are probably many much simpler systems that may be use for that (I was just more familiar with Jenkins that's all)