Fix compilation with --enable-serial

repack-nvid
sfilippone 11 months ago
parent e0a4d362fa
commit 472f16f0df

@ -107,7 +107,7 @@ contains
logical :: collective_start, collective_end, collective_sync
#if defined(SERIAL_MPI)
resv(0) = dat
resv(1) = dat
#else
call psb_info(ctxt,iam,np)
@ -175,7 +175,7 @@ contains
logical :: collective_start, collective_end, collective_sync
#if defined(SERIAL_MPI)
resv(0) = dat
resv(:) = dat(:)
#else
call psb_info(ctxt,iam,np)
@ -245,7 +245,7 @@ contains
logical :: collective_start, collective_end, collective_sync
#if defined(SERIAL_MPI)
resv(0) = dat
resv(:) = dat(:)
#else
call psb_info(ctxt,iam,np)

@ -747,7 +747,7 @@ contains
logical :: collective_start, collective_end, collective_sync
#if defined(SERIAL_MPI)
resv(0) = dat
resv(1) = dat
#else
call psb_info(ctxt,iam,np)
@ -815,7 +815,7 @@ contains
logical :: collective_start, collective_end, collective_sync
#if defined(SERIAL_MPI)
resv(0) = dat
resv(:) = dat(:)
#else
call psb_info(ctxt,iam,np)
@ -885,7 +885,7 @@ contains
logical :: collective_start, collective_end, collective_sync
#if defined(SERIAL_MPI)
resv(0) = dat
resv(:) = dat(:)
#else
call psb_info(ctxt,iam,np)

@ -585,7 +585,7 @@ contains
logical :: collective_start, collective_end, collective_sync
#if defined(SERIAL_MPI)
resv(0) = dat
resv(1) = dat
#else
call psb_info(ctxt,iam,np)
@ -653,7 +653,7 @@ contains
logical :: collective_start, collective_end, collective_sync
#if defined(SERIAL_MPI)
resv(0) = dat
resv(:) = dat(:)
#else
call psb_info(ctxt,iam,np)
@ -723,7 +723,7 @@ contains
logical :: collective_start, collective_end, collective_sync
#if defined(SERIAL_MPI)
resv(0) = dat
resv(:) = dat(:)
#else
call psb_info(ctxt,iam,np)

@ -585,7 +585,7 @@ contains
logical :: collective_start, collective_end, collective_sync
#if defined(SERIAL_MPI)
resv(0) = dat
resv(1) = dat
#else
call psb_info(ctxt,iam,np)
@ -653,7 +653,7 @@ contains
logical :: collective_start, collective_end, collective_sync
#if defined(SERIAL_MPI)
resv(0) = dat
resv(:) = dat(:)
#else
call psb_info(ctxt,iam,np)
@ -723,7 +723,7 @@ contains
logical :: collective_start, collective_end, collective_sync
#if defined(SERIAL_MPI)
resv(0) = dat
resv(:) = dat(:)
#else
call psb_info(ctxt,iam,np)

@ -585,7 +585,7 @@ contains
logical :: collective_start, collective_end, collective_sync
#if defined(SERIAL_MPI)
resv(0) = dat
resv(1) = dat
#else
call psb_info(ctxt,iam,np)
@ -653,7 +653,7 @@ contains
logical :: collective_start, collective_end, collective_sync
#if defined(SERIAL_MPI)
resv(0) = dat
resv(:) = dat(:)
#else
call psb_info(ctxt,iam,np)
@ -723,7 +723,7 @@ contains
logical :: collective_start, collective_end, collective_sync
#if defined(SERIAL_MPI)
resv(0) = dat
resv(:) = dat(:)
#else
call psb_info(ctxt,iam,np)

@ -747,7 +747,7 @@ contains
logical :: collective_start, collective_end, collective_sync
#if defined(SERIAL_MPI)
resv(0) = dat
resv(1) = dat
#else
call psb_info(ctxt,iam,np)
@ -815,7 +815,7 @@ contains
logical :: collective_start, collective_end, collective_sync
#if defined(SERIAL_MPI)
resv(0) = dat
resv(:) = dat(:)
#else
call psb_info(ctxt,iam,np)
@ -885,7 +885,7 @@ contains
logical :: collective_start, collective_end, collective_sync
#if defined(SERIAL_MPI)
resv(0) = dat
resv(:) = dat(:)
#else
call psb_info(ctxt,iam,np)

@ -107,7 +107,7 @@ contains
logical :: collective_start, collective_end, collective_sync
#if defined(SERIAL_MPI)
resv(0) = dat
resv(1) = dat
#else
call psb_info(ctxt,iam,np)
@ -175,7 +175,7 @@ contains
logical :: collective_start, collective_end, collective_sync
#if defined(SERIAL_MPI)
resv(0) = dat
resv(:) = dat(:)
#else
call psb_info(ctxt,iam,np)
@ -245,7 +245,7 @@ contains
logical :: collective_start, collective_end, collective_sync
#if defined(SERIAL_MPI)
resv(0) = dat
resv(:) = dat(:)
#else
call psb_info(ctxt,iam,np)

Loading…
Cancel
Save