Test Message
Page 1 of 1 • Share •
Test Message
Testing some stuff.
Edited
Last edited by Pradu Kannan on Sat May 17, 2008 7:32 pm; edited 1 time in total

Pradu Kannan- Number of posts: 3
Location: Tulsa, OK
Registration date: 2008-05-17

Re: Test Message
Test Reply

Pradu Kannan- Number of posts: 3
Location: Tulsa, OK
Registration date: 2008-05-17

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);

Pradu Kannan- Number of posts: 3
Location: Tulsa, OK
Registration date: 2008-05-17

Re: Test Message
How do you delineate a code block?

- Code:
I guess this will be indented and green.
dann corbit- Number of posts: 42
Location: Redmond, WA USA
Registration date: 2008-05-20

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.

Leo Dijksman- Number of posts: 442
Age: 56
Location: Stavenisse
Registration date: 2008-05-17

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
Permissions of this forum:
You cannot reply to topics in this forum






