electro skeleton compiles

This commit is contained in:
JamesEMcclure
2020-08-06 16:06:52 -04:00
parent 082a0a30f5
commit fcdb84b2ad
7 changed files with 25 additions and 64 deletions

View File

@@ -1211,7 +1211,6 @@ void ScaLBL_Communicator::SendD3Q7AA(double *Aq, int Component){
//...Packing for Y face(3,7,10,15,17).................................
ScaLBL_D3Q19_Pack(3,dvcSendList_Y,0,sendCount_Y,sendbuf_Y,&Aq[Component*N],N);
ScaLBL_D3Q19_Pack(3,dvcSendList_Y,sendCount_Y,sendCount_Y,sendbuf_Y,Bq,N);
MPI_Isend(sendbuf_Y, sendCount_Y,MPI_DOUBLE,rank_Y,sendtag,MPI_COMM_SCALBL,&req1[3]);
MPI_Irecv(recvbuf_y, recvCount_y,MPI_DOUBLE,rank_y,recvtag,MPI_COMM_SCALBL,&req2[3]);