29 SUBROUTINE w_fconv(FAC,CEP,PROC,NCONV_L,LEN_AM,
34#include "implicit_f.inc"
43 INTEGER ,
INTENT(IN) :: NUMCONV
44 INTEGER ,
INTENT(IN) :: LFACTHER
45 INTEGER LEN_AM, PROC, NCONV_L, CEP(*)
51 my_real :: factmp(lfacther,nconv_l)
53 off = numelc+numeltg+numels+numelq+numelt+numelp+numelr
58 IF(cep(i+off)==proc)
THEN
61 factmp(j,nb_l) = fac(j,i)
65 CALL write_db(factmp,nconv_l*lfacther)
66 len_am = len_am + nconv_l*lfacther
subroutine w_fconv(fac, cep, proc, nconv_l, len_am, numconv, lfacther)