mirror of
https://github.com/paboyle/Grid.git
synced 2025-11-05 06:19:31 +00:00
Compare commits
4 Commits
a3420e6fa9
...
44c8057b5f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
44c8057b5f | ||
|
|
0ad837f595 | ||
|
|
bd2103c746 | ||
|
|
9c18d2ddb0 |
@@ -68,8 +68,10 @@ if BUILD_FERMION_REPS
|
||||
endif
|
||||
if BUILD_SP
|
||||
extra_sources+=$(SP_FERMION_FILES)
|
||||
if BUILD_FERMION_REPS
|
||||
extra_sources+=$(SP_TWOIND_FERMION_FILES)
|
||||
endif
|
||||
endif
|
||||
|
||||
lib_LIBRARIES = libGrid.a
|
||||
|
||||
|
||||
@@ -148,9 +148,9 @@ double CartesianCommunicator::StencilSendToRecvFromPrepare(std::vector<CommsRequ
|
||||
return 0.0;
|
||||
}
|
||||
double CartesianCommunicator::StencilSendToRecvFromBegin(std::vector<CommsRequest_t> &list,
|
||||
void *xmit,
|
||||
void *xmit, void *xmit_comp,
|
||||
int xmit_to_rank,int dox,
|
||||
void *recv,
|
||||
void *recv, void *recv_comp,
|
||||
int recv_from_rank,int dor,
|
||||
int xbytes,int rbytes, int dir)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user