~gcrosswhite/charon/projects-ParallelIO

« back to all changes in this revision

Viewing changes to src/matrix_multiplication_macros.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.20081109113024.8:@thin matrix_multiplication_macros.h
3
 
//@@language cplusplus
4
 
 
5
 
#ifndef MATRIX_MULTIPLICATION_MACROS
6
 
#define MATRIX_MULTIPLICATION_MACROS
7
 
 
8
 
#define usingMatMul(T_numtype)                        \
9
 
    array[2D] CkCallbackResultDestination<T_numtype>; \
10
 
    array[2D] MatrixMultiplierGrid<T_numtype>;
11
 
 
12
 
#endif // MATRIX_MULTIPLICATION_MACROS
13
 
//@-node:gcross.20081109113024.8:@thin matrix_multiplication_macros.h
14
 
//@-leo