Skip to content
Snippets Groups Projects
Commit 312c2cec authored by Simon Mueller's avatar Simon Mueller Committed by Sebastien Masson
Browse files

Resolve "Compilability of non-MPI configurations"

parent a5a6b2eb
No related branches found
No related tags found
No related merge requests found
......@@ -216,7 +216,7 @@
IF( ihlsmax > 0 ) THEN
impi_nc = mpi_nc_com8( ihlsmax )
IF( ll4only ) impi_nc = mpi_nc_com4( ihlsmax )
#if ! defined key_mpi2
#if ! defined key_mpi2 && ! defined key_mpi_off
IF( ln_timing ) CALL tic_tac( .TRUE.)
CALL mpi_Ineighbor_alltoallv(BUFFSND, iScnt, iSdpl, MPI_TYPE, BUFFRCV, iRcnt, iRdpl, MPI_TYPE, impi_nc, nreq_nei, ierr)
IF( ln_timing ) CALL tic_tac(.FALSE.)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment