Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92067556
many2one.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:12
Size
362 B
Mime Type
text/x-c
Expires
Tue, Nov 19, 02:12 (2 d)
Engine
blob
Format
Raw Data
Handle
22332592
Attached To
rLAMMPS lammps
many2one.h
View Options
#ifndef MANY2ONE_H
#define MANY2ONE_H
#include "mpi.h"
class
Many2One
{
public:
Many2One
(
MPI_Comm
);
~
Many2One
();
void
setup
(
int
,
int
*
,
int
);
void
gather
(
double
*
,
int
,
double
*
);
protected:
int
me
,
nprocs
;
MPI_Comm
comm
;
class
Memory
*
memory
;
int
nsrc
,
nall
;
int
*
counts
,
*
multicounts
;
int
*
displs
,
*
multidispls
;
int
*
idall
;
};
#endif
Event Timeline
Log In to Comment