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