You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
psblas3/opt
Michele Martone 1df256a131 psblas3:
odd bug catched; in italian:
Usavo dichiarare e inizializzare "flags" come:

   integer             :: flags=c_def_flags

e da una chiamata all'altra, rimaneva il flag della chiamata precedente.
Poiche' nel modulo fortran, "aggiungo" is flag usando + anziche' un
operatore OR, il flag (un bit) rimanendo dalla chiamata precedente,
(la costruzione di L: qui siamo nella costruzione di U) veniva "spostato"
di una posizione in su, risultando nell'assenza effettiva del bit
"triangolare", a fronte della sua aggiunta.

Ho rimediato con:

   integer             :: flags
   flags=c_def_flags
14 years ago
..
Makefile *** empty log message *** 14 years ago
psb_d_ell_impl.f03 psblas3: 14 years ago
psb_d_ell_mat_mod.f03 psblas3:## base/modules/psb_c_base_mat_mod.f03 14 years ago
psb_d_rsb_mat_mod.F03 psblas3: 14 years ago
rsb_mod.f03 psblas3-dev: 14 years ago