memarmci.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
#ifdef __GNUC__
00030
#pragma interface
00031
#endif
00032
00033
#ifndef _util_group_memarmci_h
00034
#define _util_group_memarmci_h
00035
00036
#include <iostream>
00037
00038
#include <util/group/memrdma.h>
00039
00040
namespace sc {
00041
00044 class ARMCIMemoryGrp:
public RDMAMemoryGrp {
00045
private:
00046
void **all_data_;
00047
void init();
00048
void finalize();
00049
Ref<ThreadLock> armci_lock_;
00050
public:
00051
ARMCIMemoryGrp(
const Ref<MessageGrp>& msg);
00052
ARMCIMemoryGrp(
const Ref<KeyVal>&);
00053 ~
ARMCIMemoryGrp();
00054
00055
void set_localsize(size_t);
00056
00057
void retrieve_data(
void *,
int node,
int offset,
int size,
int lock);
00058
void replace_data(
void *,
int node,
int offset,
int size,
int unlock);
00059
void sum_data(
double *data,
int node,
int doffset,
int dsize);
00060
00061
void sync();
00062
void deactivate();
00063
00064
void*
malloc_local(size_t nbyte);
00065
void free_local(
void *data);
00066
00067
void print(std::ostream &o = ExEnv::out0())
const;
00068 };
00069
00070 }
00071
00072
#endif
00073
00074
00075
00076
00077
Generated at Sat Aug 7 00:04:21 2004 for MPQC
2.2.2 using the documentation package Doxygen
1.3.8.