Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92068420
one2many.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Nov 17, 02:20
Size
330 B
Mime Type
text/x-c
Expires
Tue, Nov 19, 02:20 (2 d)
Engine
blob
Format
Raw Data
Handle
22367008
Attached To
rLAMMPS lammps
one2many.h
View Options
#ifndef ONE2MANY_H
#define ONE2MANY_H
#include "mpi.h"
#include <map>
class One2Many {
public:
One2Many(MPI_Comm);
~One2Many();
void setup(int, int, int *);
void scatter(double *, int, double *);
protected:
int me,nprocs;
MPI_Comm comm;
class Memory *memory;
std::map<int,int> *hash;
int nsrc;
};
#endif
Event Timeline
Log In to Comment