Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91382811
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 10, 13:53
Size
330 B
Mime Type
text/x-c
Expires
Tue, Nov 12, 13:53 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22254614
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