Moby Dam - Tornado
-
- Posts: 1368
- Joined: Thu Jun 20, 2013 17:16
- Real name: Krzysztof Grzelak
Moby Dam - Tornado
I have a question, is it possible to play the Moby Dam - Tornado match? But only with dxp and using 2-move ballots. If so, can someone write how to play such a match?
-
- Posts: 43
- Joined: Thu Sep 24, 2009 18:17
Re: Moby Dam - Tornado
Krzysztof,
I think you can do this with my tool mm.exe, which sets up a match between two DXP engines. mm.exe is included in the mobydam zip archive, in the test folder.
First start the two engines, set up as followers (can be on the same or different machines).
Then start mm.exe.
I think you can do this with my tool mm.exe, which sets up a match between two DXP engines. mm.exe is included in the mobydam zip archive, in the test folder.
Usage: mm.exe [-m n] [-t n] [-1 host:port] [-2 host:port] matchfile -m n = moves per game (default: 80) -t n = time per game (minutes) (default: 999) (may be a fraction, e.g. 2.5 or .17, if engines support it) -1 host:port = hostname and port of first engine (default: localhost:27531) -2 host:port = hostname and port of second engine (default: localhost:27532) matchfile = contains the starting FENs for the matchAs matchfile you can take "2-move ballots matchfile.fen" which is also in the test folder. (best to make a shortcut where you can add the above arguments to the target line)
First start the two engines, set up as followers (can be on the same or different machines).
Then start mm.exe.
-
- Posts: 1368
- Joined: Thu Jun 20, 2013 17:16
- Real name: Krzysztof Grzelak
Re: Moby Dam - Tornado
Thank you for your answer. I have such a command: "D:\Moby Dam International\mobydam.exe" -e damend -x 5 -z -t 26 -mm.exe -t n=600 -m n=80 -1 host:port=localhost:27531 -2 host:port=localhost:27532 -matchfile=2-move ballots.fen. For now, the mm.exe file is not working. Unless I have errors in the given command.
Krzysztof
Krzysztof
-
- Posts: 43
- Joined: Thu Sep 24, 2009 18:17
Re: Moby Dam - Tornado
You will need to make a separate shortcut for mm.exe. For example:
"D:\Moby Dam International\mm.exe" -m 80 -t 10 -1 localhost:27531 -2 localhost:27532 "D:\Moby Dam International\2-move ballots matchfile.fen"
Assuming mm.exe and the fen file are both copied to the D:\Moby Dam International folder. And assuming the second engine runs on the same machine but on port 27532.
If the second engine is running on another machine, use -2 yourmachinename:27531 instead.
No need to change the shortcut for the mobydam engine, unless you want port 27532 (then add -p 27532).
"D:\Moby Dam International\mm.exe" -m 80 -t 10 -1 localhost:27531 -2 localhost:27532 "D:\Moby Dam International\2-move ballots matchfile.fen"
Assuming mm.exe and the fen file are both copied to the D:\Moby Dam International folder. And assuming the second engine runs on the same machine but on port 27532.
If the second engine is running on another machine, use -2 yourmachinename:27531 instead.
No need to change the shortcut for the mobydam engine, unless you want port 27532 (then add -p 27532).
-
- Posts: 1368
- Joined: Thu Jun 20, 2013 17:16
- Real name: Krzysztof Grzelak
Re: Moby Dam - Tornado
thank you for your answer and I have a question. Do commands like: work -e damend -x 5 -z -t 26.
-
- Posts: 43
- Joined: Thu Sep 24, 2009 18:17
Re: Moby Dam - Tornado
No, those are mobydam.exe arguments. Not applicable for mm.exe. You need to keep things separate: make a shortcut for each of the engines, and a shortcut for mm.exe.
-
- Posts: 1368
- Joined: Thu Jun 20, 2013 17:16
- Real name: Krzysztof Grzelak
Re: Moby Dam - Tornado
So the mm.exe application is a weak application since it is not possible to set such important parameters. Thank you for the information.Harm Jetten wrote: ↑Mon Sep 30, 2024 12:38No, those are mobydam.exe arguments. Not applicable for mm.exe. You need to keep things separate: make a shortcut for each of the engines, and a shortcut for mm.exe.
-
- Posts: 1368
- Joined: Thu Jun 20, 2013 17:16
- Real name: Krzysztof Grzelak
Re: Moby Dam - Tornado
I have one more question. After running the mm.exe application during a match, how many cores will the program play with and what hash will it have.
-
- Posts: 19
- Joined: Mon Jan 09, 2023 13:16
- Real name: Frank Mesander
Re: Moby Dam - Tornado
mm.exe has nothing to do with the settings of MobyDam or Tornado.Krzysztof Grzelak wrote: ↑Tue Oct 01, 2024 09:48I have one more question. After running the mm.exe application during a match, how many cores will the program play with and what hash will it have.
As Harm said: start MobyDam with its parameters/settings, start Tornado and make its settings (and start DamExchange in Tornado). And when both programs are running, start mm.exe to play the games.
-
- Posts: 1368
- Joined: Thu Jun 20, 2013 17:16
- Real name: Krzysztof Grzelak
Re: Moby Dam - Tornado
I don't understand it a little bit. Harm wrote - create a shortcut of the mm.exe application on the desktop. He added a command "D:\Moby Dam International\mm.exe" -m 80 -t 10 -1 localhost:27531 -2 localhost:27532 "D:\Moby Dam International\2-move ballots matchfile.fen". I am now interested in setting the following program parameters -e damend -x 5 -z -t 26. So - 5 threads, z - pondering, t-25 - 512mb.FrankMesander wrote: ↑Tue Oct 01, 2024 09:55mm.exe has nothing to do with the settings of MobyDam or Tornado.Krzysztof Grzelak wrote: ↑Tue Oct 01, 2024 09:48I have one more question. After running the mm.exe application during a match, how many cores will the program play with and what hash will it have.
As Harm said: start MobyDam with its parameters/settings, start Tornado and make its settings (and start DamExchange in Tornado). And when both programs are running, start mm.exe to play the games.
-
- Posts: 19
- Joined: Mon Jan 09, 2023 13:16
- Real name: Frank Mesander
Re: Moby Dam - Tornado
Harm already answered that question on Mon Sep 30, 2024 12:38.Krzysztof Grzelak wrote: ↑Tue Oct 01, 2024 10:16I don't understand it a little bit. Harm wrote - create a shortcut of the mm.exe application on the desktop. He added a command "D:\Moby Dam International\mm.exe" -m 80 -t 10 -1 localhost:27531 -2 localhost:27532 "D:\Moby Dam International\2-move ballots matchfile.fen". I am now interested in setting the following program parameters -e damend -x 5 -z -t 26. So - 5 threads, z - pondering, t-25 - 512mb.FrankMesander wrote: ↑Tue Oct 01, 2024 09:55mm.exe has nothing to do with the settings of MobyDam or Tornado.Krzysztof Grzelak wrote: ↑Tue Oct 01, 2024 09:48I have one more question. After running the mm.exe application during a match, how many cores will the program play with and what hash will it have.
As Harm said: start MobyDam with its parameters/settings, start Tornado and make its settings (and start DamExchange in Tornado). And when both programs are running, start mm.exe to play the games.
-
- Posts: 1368
- Joined: Thu Jun 20, 2013 17:16
- Real name: Krzysztof Grzelak
Re: Moby Dam - Tornado
That is, it is meaningless to play because you cannot set the most important engine and match parameters.FrankMesander wrote: ↑Tue Oct 01, 2024 09:55Harm already answered that question on Mon Sep 30, 2024 12:38.
-
- Posts: 19
- Joined: Mon Jan 09, 2023 13:16
- Real name: Frank Mesander
Re: Moby Dam - Tornado
Only the match parameters are set in mm.exe.Krzysztof Grzelak wrote: ↑Tue Oct 01, 2024 12:17That is, it is meaningless to play because you cannot set the most important engine and match parameters.FrankMesander wrote: ↑Tue Oct 01, 2024 09:55Harm already answered that question on Mon Sep 30, 2024 12:38.
Engine parameters must be set in the engines itself, nowhere else. And this is easy, because you have to start the engines first. Once the engines are correctly running on the computer(s) with the correct engine parameters, it is time to start mm.exe.
So when mm.exe starts running, the engines are already running. This is the way DamExchange is designed.
-
- Posts: 1368
- Joined: Thu Jun 20, 2013 17:16
- Real name: Krzysztof Grzelak
Re: Moby Dam - Tornado
Yes that's true, but the match settings between the engines are also important.FrankMesander wrote: ↑Tue Oct 01, 2024 12:34Only the match parameters are set in mm.exe.
Engine parameters must be set in the engines itself, nowhere else. And this is easy, because you have to start the engines first. Once the engines are correctly running on the computer(s) with the correct engine parameters, it is time to start mm.exe.
So when mm.exe starts running, the engines are already running. This is the way DamExchange is designed.