~gcrosswhite/charon/trunk

« back to all changes in this revision

Viewing changes to src/blacs_grid.ci

  • Committer: Gregory Crosswhite
  • Date: 2009-04-14 20:37:52 UTC
  • Revision ID: gcross@phys.washington.edu-20090414203752-aayz9j7fqmrzccun
Cleared out all but the simplest and most solid functionality.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
//@+leo-ver=4-thin
2
 
//@+node:gcross.20081019105739.11:@thin blacs_grid.ci
3
 
//@@language cplusplus
4
 
 
5
 
module blacs_grid {
6
 
 
7
 
    extern module tcharm;
8
 
    extern module charon;
9
 
    extern module ampi_controller;
10
 
 
11
 
    array [1D] BLACSGridSlave : AMPISlave {
12
 
        entry BLACSGridSlave(int number_of_rows_, int number_of_columns_);
13
 
    }
14
 
 
15
 
    initproc void BLACS_initialize_thread_variable();
16
 
}
17
 
//@-node:gcross.20081019105739.11:@thin blacs_grid.ci
18
 
//@-leo