Test Message
+4
Stephan Vermeire (Brutus)
dann corbit
Leo Dijksman
Pradu Kannan
8 posters
Page 1 of 1
Test Message
Testing some stuff.
Edited
Last edited by Pradu Kannan on Sat May 17, 2008 9:32 pm; edited 1 time in total
Testing Code Block
- Code:
#ifndef CBLAS_H
#define CBLAS_H
#include <stddef.h>
/*
* Enumerated and derived types
*/
#define CBLAS_INDEX size_t /* this may vary between platforms */
enum CBLAS_ORDER {CblasRowMajor=101, CblasColMajor=102};
enum CBLAS_TRANSPOSE {CblasNoTrans=111, CblasTrans=112, CblasConjTrans=113};
enum CBLAS_UPLO {CblasUpper=121, CblasLower=122};
enum CBLAS_DIAG {CblasNonUnit=131, CblasUnit=132};
enum CBLAS_SIDE {CblasLeft=141, CblasRight=142};
/*
* ===========================================================================
* Prototypes for level 1 BLAS functions (complex are recast as routines)
* ===========================================================================
*/
float cblas_sdsdot(const int N, const float alpha, const float *X,
const int incX, const float *Y, const int incY);
double cblas_dsdot(const int N, const float *X, const int incX, const float *Y,
const int incY);
float cblas_sdot(const int N, const float *X, const int incX,
const float *Y, const int incY);
double cblas_ddot(const int N, const double *X, const int incX,
const double *Y, const int incY);
Re: Test Message
- Code:
(defun epd-test (engine-name epd-file-name &key (min-time 1) (max-time 10))
"Runs an EPD test suite with the given engine, and returns the number of correct solutions."
(if (not (probe-file epd-file-name))
(error "No such file: ~S" epd-file-name)
(with-running-uci-engine (engine engine-name)
(iter (for epd-line in-file epd-file-name
using #'read-line)
(counting (search-epd epd-line min-time max-time))))))
[D]rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1
Tord
Tord Romstad- Number of posts : 5
Registration date : 2008-05-21
Re: Test Message
Tord Romstad wrote:
[D]rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1
Tord
Btw how do we do diagrams ?
HJ.
Harald Johnsen- Number of posts : 4
Registration date : 2008-05-20
Re: Test Message
Harald Johnsen wrote:Tord Romstad wrote:
[D]rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1
Tord
Btw how do we do diagrams ?
HJ.
Hi Harald,
Seems not to work here
I did a request to ad this option to this forum, lets hope for an positive answer.
Best wishes,
Leo.
Re: Test Message
Is there a way to see posts threaded like the old board, instead of just the thread topics with all the responses inside? I can't tell what's new and what isn't.
Robert Pope- Number of posts : 4
Registration date : 2008-06-05
Similar topics
» Test message 1
» 54th test tourney result from Stavenisse....
» Test Smarthink 1.10, 15m+10s
» komodo 1.3 beta 1 test available
» WBEC Ridderkerk, 4th Div rel.gr. test results..
» 54th test tourney result from Stavenisse....
» Test Smarthink 1.10, 15m+10s
» komodo 1.3 beta 1 test available
» WBEC Ridderkerk, 4th Div rel.gr. test results..
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum