AMD - Scan 3.0 - Problem
-
- Posts: 1368
- Joined: Thu Jun 20, 2013 17:16
- Real name: Krzysztof Grzelak
AMD - Scan 3.0 - Problem
I have a question about the Scan 3.0 program and people using the AMD processor. I wanted to run Scan 3.0 under Windows 10 64 bit but there were problems. I will just add that with the cmd command. I have a request for people using the AMD processor if someone started Scan 3.0 with the cmd command. I thank you in advance for all the information.
Krzysztof.
Krzysztof.
-
- Posts: 859
- Joined: Sat Apr 28, 2007 14:53
- Real name: Ed Gilbert
- Location: Morristown, NJ USA
- Contact:
Re: AMD - Scan 3.0 - Problem
What error message are you getting?I have a question about the Scan 3.0 program and people using the AMD processor. I wanted to run Scan 3.0 under Windows 10 64 bit but there were problems. I will just add that with the cmd command. I have a request for people using the AMD processor if someone started Scan 3.0 with the cmd command. I thank you in advance for all the information.
I read a comment by Joost Buijs on the TalkChess forum that the PEXT and PEDP instructions "are both incredible slow on AMD Zen hardware because AMD was lazy and implemented these instructions in microcode instead of logic". Kingsrow uses PEXT heavily. I guess it must run very slowly on AMD. I haven't tried it.
-- Ed
-
- Posts: 1368
- Joined: Thu Jun 20, 2013 17:16
- Real name: Krzysztof Grzelak
Re: AMD - Scan 3.0 - Problem
At the beginning, thank you for the answer Ed. In Windows 7 64 bit, in the cmd command I wrote:Ed Gilbert wrote:What error message are you getting?
I read a comment by Joost Buijs on the TalkChess forum that the PEXT and PEDP instructions "are both incredible slow on AMD Zen hardware because AMD was lazy and implemented these instructions in microcode instead of logic". Kingsrow uses PEXT heavily. I guess it must run very slowly on AMD. I haven't tried it.
-- Ed
c:\Krzysztof>cd/d d:\Scan International (I have a Scan program on partition D)
d:\Scan International>cd hub
d:\Scan International\hub>java -jar hub.jar
It all works correctly.
As I enter in Windows 10 64 the same commands in cmd, the following window appears. Maybe I'm doing something badly.
- Attachments
-
- Error.jpg (147.41 KiB) Viewed 11709 times
-
- Posts: 1368
- Joined: Thu Jun 20, 2013 17:16
- Real name: Krzysztof Grzelak
Re: AMD - Scan 3.0 - Problem
Hi Ed.
I have such a request to write to you, please, where you read about that Joost Buijs on the TalkChess forum wrote about it.
I have such a request to write to you, please, where you read about that Joost Buijs on the TalkChess forum wrote about it.
-
- Posts: 859
- Joined: Sat Apr 28, 2007 14:53
- Real name: Ed Gilbert
- Location: Morristown, NJ USA
- Contact:
Re: AMD - Scan 3.0 - Problem
http://www.talkchess.com/forum3/viewtop ... XT#p762335Krzysztof Grzelak wrote:I have such a request to write to you, please, where you read about that Joost Buijs on the TalkChess forum wrote about it.
-
- Posts: 299
- Joined: Tue Jul 07, 2015 07:48
- Real name: Fabien Letouzey
Re: AMD - Scan 3.0 - Problem
What you're saying is true, but Scan does not use PEXT.Ed Gilbert wrote:I read a comment by Joost Buijs on the TalkChess forum that the PEXT and PEDP instructions "are both incredible slow on AMD Zen hardware because AMD was lazy and implemented these instructions in microcode instead of logic". Kingsrow uses PEXT heavily. I guess it must run very slowly on AMD. I haven't tried it.
Fabien.
-
- Posts: 299
- Joined: Tue Jul 07, 2015 07:48
- Real name: Fabien Letouzey
Re: AMD - Scan 3.0 - Problem
Show me your hub.ini, and the contents of D:\ScanKrzysztof Grzelak wrote:As I enter in Windows 10 64 the same commands in cmd, the following window appears. Maybe I'm doing something badly.
It seems that "scan.exe" cannot be run, at least from that place. Try by yourself: go to D:\Scan and type "scan hub". Scan should launch but say nothing; then you type "hub" and it should display some information.
-
- Posts: 299
- Joined: Tue Jul 07, 2015 07:48
- Real name: Fabien Letouzey
Re: AMD - Scan 3.0 - Problem
Your screenshot suggests that you have this in hub.ini:Krzysztof Grzelak wrote:As I enter in Windows 10 64 the same commands in cmd, the following window appears. Maybe I'm doing something badly.
Code: Select all
engine-dir = D:\scan
-
- Posts: 1368
- Joined: Thu Jun 20, 2013 17:16
- Real name: Krzysztof Grzelak
Re: AMD - Scan 3.0 - Problem
File hub.ini.
Thank you Ed and Fabien for any help in solving the problem. As I typed it up, there is a mistake from the first post (picture).
Krzysztof.
Code: Select all
engine-name = Scan International
engine-dir = D:\scan
engine-command = scan hub
gui-square = 80
gui-font = 40
gui-oval = true
gui-sound = go_stone.wav
game-moves = 75
game-time = 3
game-inc = 0
game-ponder = true
Krzysztof.
-
- Posts: 299
- Joined: Tue Jul 07, 2015 07:48
- Real name: Fabien Letouzey
Re: AMD - Scan 3.0 - Problem
I am guessing that what you actually want to do is this:Krzysztof Grzelak wrote:File hub.ini.
Code: Select all
engine-name = Scan International engine-dir = D:\scan engine-command = scan hub gui-square = 80 gui-font = 40 gui-oval = true gui-sound = go_stone.wav game-moves = 75 game-time = 3 game-inc = 0 game-ponder = true
Code: Select all
engine-dir = D:\Scan International
In any case, you need to set engine-dir to wherever you put Scan.exe
And it's not in D:\scan, hence the error message
-
- Posts: 1368
- Joined: Thu Jun 20, 2013 17:16
- Real name: Krzysztof Grzelak
Re: AMD - Scan 3.0 - Problem
Thank you Fabien. Problem solved positively . I have still had Damage problem and whether Sjende Blyn will be installed under Windows 10 64bit.
-
- Posts: 1368
- Joined: Thu Jun 20, 2013 17:16
- Real name: Krzysztof Grzelak
Re: AMD - Scan 3.0 - Problem
And how to check it Ed.Ed Gilbert wrote:I read a comment by Joost Buijs on the TalkChess forum that the PEXT and PEDP instructions "are both incredible slow on AMD Zen hardware because AMD was lazy and implemented these instructions in microcode instead of logic". Kingsrow uses PEXT heavily. I guess it must run very slowly on AMD. I haven't tried it.
-- Ed
-
- Posts: 859
- Joined: Sat Apr 28, 2007 14:53
- Real name: Ed Gilbert
- Location: Morristown, NJ USA
- Contact:
Re: AMD - Scan 3.0 - Problem
I will email you something, but not immediately as I am busy for the next few days.And how to check it Ed.
-- Ed
-
- Posts: 1368
- Joined: Thu Jun 20, 2013 17:16
- Real name: Krzysztof Grzelak
Re: AMD - Scan 3.0 - Problem
Thanks to Ed. And you do not know what Dragon uses.Ed Gilbert wrote:I will email you something, but not immediately as I am busy for the next few days.
-- Ed
-
- Posts: 859
- Joined: Sat Apr 28, 2007 14:53
- Real name: Ed Gilbert
- Location: Morristown, NJ USA
- Contact:
Re: AMD - Scan 3.0 - Problem
No idea.Thanks to Ed. And you do not know what Dragon uses.
The issue with PEXT is only a question of speed, not about crashing. Kingsrow will detect if PEXT is available and not use it if it is not supported by the processor. If it is supported but very slow, as on AMD, it will still use it.
-- Ed