Dear all
I am getting the following error message, which I find quite confusing
68 | use amg_prec_mod
| 1
Fatal Error: Mismatch in components of derived type
'__vtype_psb_c_par_mat_mod_Psb_c_par_mat_type' from 'psb_c_par_mat_mod' at
(1): expecting 'bldext', but got 'aclsum'
compil
Hi Salvatore,
I've run into similar error messages occasionally. I've never been able to
fully track down the cause, but it seems to happen if I change the content of
a derived type (e.g. add some new variable to it), recompile the module
containing it, but don't recompile some other module tha
It was indeed a case of misalignment of compiled files (in my case, make
install going to one location, and the code to be compiled picking up from
a different one)
Thanks to all,
Salvatore
On Mon, Oct 17, 2022 at 4:42 PM Andrew Benson
wrote:
> Hi Salvatore,
>
> I've run into similar error mess
Hi Mikael,
Am 16.10.22 um 23:17 schrieb Mikael Morin:
Le 15/10/2022 à 22:15, Harald Anlauf via Fortran a écrit :
Dear all,
here is an updated version of the patch that includes suggestions
and comments by Mikael in PR93483.
Basic new features are:
- a new enum value ARITH_NOT_REDUCED to keep
Dear all,
I've pushed a very obvious fix for a NULL pointer dereference
on behalf of Steve after regtesting on x86_64-pc-linux-gnu as
https://gcc.gnu.org/g:84807af0ca6dfdb81abb8e925ce32acbcab29868
Thanks,
Harald
Should have added the actual patch. Attached now.
Sorry for that.
Harald
Am 17.10.22 um 22:53 schrieb Harald Anlauf via Fortran:
Dear all,
I've pushed a very obvious fix for a NULL pointer dereference
on behalf of Steve after regtesting on x86_64-pc-linux-gnu as
https://gcc.gnu.org/g:84807a