Home > Archive > Fortran > July 2004 > Chess program in fortran
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Chess program in fortran
|
|
| Arindam Chakraborty 2004-07-19, 8:56 am |
| Hi,
I am looking for chess program (GUI not necessary) written in
fortran 77/90/95. Can anyone give me some pointers?
Thanks in advance,
--Ari
| |
| beliavsky@aol.com 2004-07-19, 8:56 am |
|
arimail77@yahoo.com (Arindam Chakraborty) wrote:
>Hi,
> I am looking for chess program (GUI not necessary) written in
>fortran 77/90/95. Can anyone give me some pointers?
>Thanks in advance,
>--Ari
A chess program is one of the Fortran 77 benchmarks at
http://www.polyhedron.com/compare/w...77bench_p3.html , and the source
code is in the zip file at the site.
If you develop the program further, I would be interested to hear of it.
----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
| |
| John Appleyard 2004-07-19, 4:00 pm |
| beliavsky@aol.com wrote:
> arimail77@yahoo.com (Arindam Chakraborty) wrote:
>
>
>
> A chess program is one of the Fortran 77 benchmarks at
> http://www.polyhedron.com/compare/w...77bench_p3.html , and the source
> code is in the zip file at the site.
>
> If you develop the program further, I would be interested to hear of it.
>
ISS wrote a nice graphical interface for that program - I believe it's
included with the evaluation version of Winteracter (download from our
website if you're interested).
It's not in the latest version of our benchmarks - it was too small, and
ran too quickly to stress any current processor. It doesn't play very
well, but for some of us, that's a plus!
--
John Appleyard - (send email to john!news@.. rather than spamtrap@..)
Polyhedron Software
Programs for Programmers - QA, Compilers, Graphics, Consultancy
********* Visit our Web site on http://www.polyhedron.co.uk/ *********
| |
| Bill Blum 2004-07-20, 3:57 am |
| John Appleyard wrote:
> It's not in the latest version of our benchmarks - it was too small, and
> ran too quickly to stress any current processor. It doesn't play very
> well, but for some of us, that's a plus!
Need any more CPU-killing, uhhh, 'ideal' benchmarks?
| |
| John Appleyard 2004-07-20, 8:58 am |
| Bill Blum wrote:
> John Appleyard wrote:
>
>
>
> Need any more CPU-killing, uhhh, 'ideal' benchmarks?
Well yes..
It's not long since I revamped the benchmarks, so I won't be making
changes in the immediate future, but in a few months from now, I'd be
keen to include some new ones. Ideally programs should fulfil the
following criteria:-
* Permission to modify and publish source code is required.
* Program should be standard Fortran (77 or 95). For Fortran 95
programs we prefer those that are more than just cosmetic updates of F77.
* No exotic torture tests! We're testing speed - not conformance.
* Program should solve a real, non-trivial problem.
* There should be no interactive I/O.
* Input files should be plain ASCII text.
* Sample output files should be supplied. There should be sufficient
output to allow easy verification of correct operation.
* Program source should be in a single file.
* We prefer programs with between 1K and 20K lines of code, that run to
completion in 1 to 10 minutes on current processors.
--
John Appleyard - (send email to john!news@.. rather than spamtrap@..)
Polyhedron Software
Programs for Programmers - QA, Compilers, Graphics, Consultancy
********* Visit our Web site on http://www.polyhedron.co.uk/ *********
|
|
|
|
|