Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F121641321
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
Sat, Jul 12, 18:03
Size
330 B
Mime Type
text/x-c
Expires
Mon, Jul 14, 18:03 (2 d)
Engine
blob
Format
Raw Data
Handle
27365114
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