|
|
|
@ -104,7 +104,7 @@
|
|
|
|
|
allocate(sv%id,stat=info)
|
|
|
|
|
if (info /= psb_success_) then
|
|
|
|
|
info=psb_err_alloc_dealloc_
|
|
|
|
|
call psb_errpush(info,name,a_err='mld_dmumps_default')
|
|
|
|
|
call psb_errpush(info,name,a_err='mld_cmumps_default')
|
|
|
|
|
goto 9999
|
|
|
|
|
end if
|
|
|
|
|
end if
|
|
|
|
@ -114,7 +114,7 @@
|
|
|
|
|
sv%id%job = -1
|
|
|
|
|
sv%id%par = 1
|
|
|
|
|
call cmumps(sv%id)
|
|
|
|
|
!WARNING: CALLING dMUMPS WITH JOB=-1 DESTROY THE SETTING OF DEFAULT:TO FIX
|
|
|
|
|
!WARNING: CALLING cmumps WITH JOB=-1 DESTROY THE SETTING OF DEFAULT:TO FIX
|
|
|
|
|
if (allocated(sv%icntl)) then
|
|
|
|
|
do i=1,mld_mumps_icntl_size
|
|
|
|
|
if (allocated(sv%icntl(i)%item)) then
|
|
|
|
@ -169,7 +169,7 @@
|
|
|
|
|
end if
|
|
|
|
|
!call psb_barrier(ictxt)
|
|
|
|
|
write(*,*)iam, ' calling mumps N,nz,nz_loc',sv%id%n,sv%id%nnz,sv%id%nnz_loc
|
|
|
|
|
call dmumps(sv%id)
|
|
|
|
|
call cmumps(sv%id)
|
|
|
|
|
!call psb_barrier(ictxt)
|
|
|
|
|
info = sv%id%infog(1)
|
|
|
|
|
if (info /= psb_success_) then
|
|
|
|
|