Cray Blitz 49h available (working!)
Moderators: hgm, chrisw, Rebel
-
- Posts: 1927
- Joined: Thu Sep 18, 2008 10:24 pm
Re: Cray Blitz 49h available (working!)
Do you have nps for the actual Cray Supercomputer? I looked online and found 6000nps, is that really correct? That's about 386 territory.
-
- Posts: 12702
- Joined: Wed Mar 08, 2006 8:57 pm
- Location: Redmond, WA USA
Re: Cray Blitz 49h available (working!)
I am sure that the Cray machines got faster over time.
From this link:
https://www.chessprogramming.org/WCCC_1986
The table "Participants" shows 100,000 NPS.
From this link:
https://www.chessprogramming.org/WCCC_1986
The table "Participants" shows 100,000 NPS.
Taking ideas is not a vice, it is a virtue. We have another word for this. It is called learning.
But sharing ideas is an even greater virtue. We have another word for this. It is called teaching.
But sharing ideas is an even greater virtue. We have another word for this. It is called teaching.
-
- Posts: 1235
- Joined: Thu May 10, 2007 2:49 pm
Re: Cray Blitz 49h available (working!)
1983 Cray Blitz was searching 20-30K nodes/s
https://www.stmintz.com/ccc/index.php?id=55534
In an article of the german CSS-Magazine 4/94 about the 24. ACM torunament they write:
Normaly Cray Blitz runs on a machine with 16 processors and 13.000 MIPS. In the tourney they used 4 processors and searched 750K nodes/s in the midgame. I think the 750Kn/s refer to the 4 processor machine, but I am actually not really sure.
-
- Posts: 2025
- Joined: Wed Jul 13, 2011 9:04 pm
- Location: Madrid, Spain.
Re: Cray Blitz 49h available (working!).
Hello:
The figure of 100,000 nodes/second from CPW might had been extracted from the table of page 14 of this article:
http://www.chesscomputeruk.com/Scientif ... y_1986.pdf
There is a complete list of games of that WCCC at Fall/Winter 1986 edition of Computer Chess Reports, from page 33 onwards:
http://www.chesscomputeruk.com/Computer ... 1986FW.pdf
------------
There is other table at pages 30 and 31 of Computer Chess Digest Annual 1983:
http://www.chesscomputeruk.com/Computer ... 83_9Mb.pdf
With the following information about Cray Blitz at the 13th annual North American Computer Chess Championship (October 1982):
------------
Other aticle, this time by Larry, says that Cray Blitz ran on a 8-processor $25,000,000 Cray YMP supercomputer at 1989 ACM Tournament (page 15):
http://www.chesscomputeruk.com/Computer ... s_1989.pdf
------------
Other valuable information may be found at that site with the following search in Google:
As well as in other old magazines. Nostalgia is expected.
Regards from Spain.
Ajedrecista.
The figure of 100,000 nodes/second from CPW might had been extracted from the table of page 14 of this article:
http://www.chesscomputeruk.com/Scientif ... y_1986.pdf
There is a complete list of games of that WCCC at Fall/Winter 1986 edition of Computer Chess Reports, from page 33 onwards:
http://www.chesscomputeruk.com/Computer ... 1986FW.pdf
------------
There is other table at pages 30 and 31 of Computer Chess Digest Annual 1983:
http://www.chesscomputeruk.com/Computer ... 83_9Mb.pdf
With the following information about Cray Blitz at the 13th annual North American Computer Chess Championship (October 1982):
Code: Select all
Computing System: CRAY-I
Language: FORTRAN IV
Program Size (Program, Data): 200 K 12 Mb
Book Size: 30,000 pos.
Nodes/Sec.: 8-20 K
Other aticle, this time by Larry, says that Cray Blitz ran on a 8-processor $25,000,000 Cray YMP supercomputer at 1989 ACM Tournament (page 15):
http://www.chesscomputeruk.com/Computer ... s_1989.pdf
------------
Other valuable information may be found at that site with the following search in Google:
Code: Select all
site:http://www.chesscomputeruk.com "Cray Blitz"
Regards from Spain.
Ajedrecista.
-
- Posts: 15
- Joined: Thu Aug 22, 2019 6:11 am
- Full name: Herson P. Guier
Re: Cray Blitz 49h available (working!)
Great! Many thanks for that!Jim Ablett wrote: ↑Tue Mar 19, 2024 6:48 pm
by Robert Hyatt, Harry L. Nelson, and Albert Gower.
Cray Blitz v49h
I finally compiled a working version (after about 15 years)
Console input only. Enter moves as d2d4 etc.
There is no manual with the program.
I have included some literature on the program that I found on the web.
Cray Blitz 49h JA.
https://drive.proton.me/urls/PB3EZGK18R#oSYIxCv3ZIF7
Jim.
It's possible to convert it to UCI without too much work?
-
- Posts: 1817
- Joined: Fri Jul 14, 2006 7:56 am
- Location: London, England
- Full name: Jim Ablett
Re: Cray Blitz 49h available (working!)
The Fortran src files have been converted to C src files but I haven't been able to compile a working executable from it so far. Once I get over that stage then it should be straightforward to add winboard or uci interface to it.Damas Clásicas wrote: ↑Wed Mar 20, 2024 8:31 pmGreat! Many thanks for that!Jim Ablett wrote: ↑Tue Mar 19, 2024 6:48 pm
by Robert Hyatt, Harry L. Nelson, and Albert Gower.
Cray Blitz v49h
I finally compiled a working version (after about 15 years)
Console input only. Enter moves as d2d4 etc.
There is no manual with the program.
I have included some literature on the program that I found on the web.
Cray Blitz 49h JA.
https://drive.proton.me/urls/PB3EZGK18R#oSYIxCv3ZIF7
Jim.
It's possible to convert it to UCI without too much work?
I cant do it in Fortran, I don't know the language
Jim.
-
- Posts: 1927
- Joined: Thu Sep 18, 2008 10:24 pm
Re: Cray Blitz 49h available (working!)
Sorry to ask the obvious, but what year was 49h released? Is it 1986 or between 1983 and 1986?
And what nps do we think it gets on modern hardware?
Seems like it's not threaded, but the original was.
And what nps do we think it gets on modern hardware?
Seems like it's not threaded, but the original was.
-
- Posts: 1927
- Joined: Thu Sep 18, 2008 10:24 pm
Re: Cray Blitz 49h available (working!)
Blimey. It announced a mate in 10 in 1 second!
No idea how to get the book working though.
No idea how to get the book working though.
-
- Posts: 1235
- Joined: Thu May 10, 2007 2:49 pm
-
- Posts: 15
- Joined: Thu Aug 22, 2019 6:11 am
- Full name: Herson P. Guier