BlockSolve95 error

Barry Smith bsmith at mcs.anl.gov
Wed Nov 26 15:19:33 CST 2008


    I have no idea. BlockSolve has not been supported by its  
developers for like
10 years. Those messages are coming from inside BlockSolve which we  
don't
support.

    I'm sorry for the terse response but we cannot support all the  
orphaned parallel
numerical software in the world.

    Barry

On Nov 26, 2008, at 8:43 AM, Panyasantisuk Jarunan wrote:

> Hello,
>
> Could you please explain the error I got from running code with  
> blocksolve95?:
> ERROR: Code -30 occured at Line 103 in File BMcomp_msg.c: Too many  
> messages in comp_msg
> ERROR: Code -30 occured at Line 48 in File BSsetup_factor.c
>
> I cannot find BMcomp_msg.c and BSsetup_factor.c anywhere.
>
> For running I use: mpirun -np 3 -machinefile machines ./test2
> It works with other test cases though.
>
> In the fortran code:
>
>     call MatCreate(PETSC_COMM_WORLD,D,ierr)
>     call MatSetSizes(D,N,N,PETSC_DETERMINE,PETSC_DETERMINE,
>    $     ierr)
>     call MatSetType(D,MATMPIROWBS,ierr)
>     call MatSetFromOptions(D,ierr)
>     call MatMPIRowbsSetPreallocation(D,nz,PETSC_NULL_INTEGER,ierr)
>                           ...
>                           ...
>
>     call KSPCreate(PETSC_COMM_WORLD,ksp,ierr)
>     call KSPSetOperators(ksp,D,D,DIFFERENT_NONZERO_PATTERN,ierr)
>     call KSPGetPC(ksp,pc,ierr)
>     call PCSetType(pc,PCILU,ierr)
>
> Thank you before hand
>
> Regards,
> Jarunan
>
> -- 
> Jarunan PANYASANTISUK
> MSc. in Computational Mechanics
> Erasmus Mundus Master Program
> Ecole Centrale de Nantes
> 1, rue de la noë, 44321 NANTES, FRANCE
>
>
>




More information about the petsc-users mailing list