~gcrosswhite/charon/projects-ParallelIO

« back to all changes in this revision

Viewing changes to src/matmulspeed.h

  • Committer: Gregory Crosswhite
  • Date: 2009-04-15 02:23:24 UTC
  • Revision ID: gcross@phys.washington.edu-20090415022324-oru26n83btrfrsbn
Finished clearing out code that has been split into the other branches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
//@+leo-ver=4-thin
2
 
//@+node:gcross.20081204190733.3:@thin matmulspeed.h
3
 
//@@language cplusplus
4
 
 
5
 
#ifndef MATMULSPEED_H
6
 
#define MATMULSPEED_H
7
 
 
8
 
#include "charon.h"
9
 
 
10
 
#include "matmulspeed.decl.h"
11
 
 
12
 
class matmulspeed : public Chare {
13
 
 
14
 
public:
15
 
    matmulspeed(CkMigrateMessage *m) {}
16
 
    matmulspeed(CkArgMsg *m);
17
 
 
18
 
    void runTest();
19
 
 
20
 
};
21
 
 
22
 
#define CK_TEMPLATES_ONLY
23
 
#include "matmulspeed.def.h"
24
 
#undef CK_TEMPLATES_ONLY
25
 
 
26
 
#endif
27
 
//@-node:gcross.20081204190733.3:@thin matmulspeed.h
28
 
//@-leo