~gcrosswhite/charon/projects-ParallelIO

« back to all changes in this revision

Viewing changes to src/test.ci

  • 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:
8
8
mainmodule test {
9
9
 
10
10
    extern module charon;
11
 
    extern module matrix_multiplication;
12
11
    extern module io;
13
12
 
14
13
    mainchare test {
22
21
    usingArray(int,3)
23
22
    usingArray(double,1)
24
23
 
25
 
    usingArray(double,2)
26
 
    array[3D] MatrixMultiplier<double>;
27
 
 
28
 
    usingArray(float,2)
29
 
    array[3D] MatrixMultiplier<float>;
30
 
 
31
24
    PUPable Testing_ArrayMessageReductionOperation<int,1>;
32
25
 
33
26
    PUPable RandomizationOperation<ranlib::UniformClosedOpen<double,ranlib::MersenneTwister,ranlib::independentState>,0,double,1>;