~gcrosswhite/charon/projects-BLACS

« back to all changes in this revision

Viewing changes to matmulspeed.ci

  • Committer: Gregory Crosswhite
  • Date: 2009-04-15 02:44:32 UTC
  • Revision ID: gcross@phys.washington.edu-20090415024432-mxygsxycufgosfcl
Finished clearing out all of the files that have been split into other branches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
//@+leo-ver=4-thin
2
 
//@+node:gcross.20081204190733.2:@thin matmulspeed.ci
3
 
//@@language C++
4
 
 
5
 
#include "charon_macros.h"
6
 
#include "matrix_multiplication_macros.h"
7
 
 
8
 
mainmodule matmulspeed {
9
 
 
10
 
    extern module charon;
11
 
    extern module matrix_multiplication;
12
 
 
13
 
    mainchare matmulspeed {
14
 
        entry matmulspeed();
15
 
        entry [threaded] void runTest();
16
 
    };
17
 
 
18
 
    usingArray(double,2)
19
 
    array[3D] MatrixMultiplier<double>;
20
 
 
21
 
}
22
 
//@-node:gcross.20081204190733.2:@thin matmulspeed.ci
23
 
//@-leo