Fix gather with SERIAL

maint-3.8.1 v3.8.1-rc1-2
sfilippone 1 year ago
parent d718ef1e6d
commit f7d2c856ec

@ -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)
@ -160,7 +160,7 @@ contains
use mpi
#endif
implicit none
#ifdef MPI_H
#ifdef MP.I_H
include 'mpif.h'
#endif
type(psb_ctxt_type), intent(in) :: ctxt
@ -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)
@ -800,7 +800,7 @@ contains
use mpi
#endif
implicit none
#ifdef MPI_H
#ifdef MP.I_H
include 'mpif.h'
#endif
type(psb_ctxt_type), intent(in) :: ctxt
@ -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)
@ -638,7 +638,7 @@ contains
use mpi
#endif
implicit none
#ifdef MPI_H
#ifdef MP.I_H
include 'mpif.h'
#endif
type(psb_ctxt_type), intent(in) :: ctxt
@ -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)
@ -638,7 +638,7 @@ contains
use mpi
#endif
implicit none
#ifdef MPI_H
#ifdef MP.I_H
include 'mpif.h'
#endif
type(psb_ctxt_type), intent(in) :: ctxt
@ -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)
@ -638,7 +638,7 @@ contains
use mpi
#endif
implicit none
#ifdef MPI_H
#ifdef MP.I_H
include 'mpif.h'
#endif
type(psb_ctxt_type), intent(in) :: ctxt
@ -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)
@ -800,7 +800,7 @@ contains
use mpi
#endif
implicit none
#ifdef MPI_H
#ifdef MP.I_H
include 'mpif.h'
#endif
type(psb_ctxt_type), intent(in) :: ctxt
@ -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)
@ -160,7 +160,7 @@ contains
use mpi
#endif
implicit none
#ifdef MPI_H
#ifdef MP.I_H
include 'mpif.h'
#endif
type(psb_ctxt_type), intent(in) :: ctxt
@ -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