I am working with version 8.6... and trying to install ARPACK in PARFEAP... I get the following error...
--------------------------------------------------------------------------------------------------------------------------------------------------
parkv.F:64:47:
call VecCreate (PETSC_COMM_WORLD, xvec, ierr)
1
Error: Name ‘petsc_comm_world’ at (1) is an ambiguous reference to ‘petsc_comm_world’ from module ‘petscsys’
parkv.F:90:50:
call PetscViewerASCIIOpen(PETSC_COMM_WORLD,"yvec.m",Y_view,
1
Error: Name ‘petsc_comm_world’ at (1) is an ambiguous reference to ‘petsc_comm_world’ from module ‘petscsys’
parkv.F:31:9:
use petscksp
1
Warning: Although not referenced, ‘generic interface 'mpi_file_read_ordered_begin'’ has ambiguous interfaces at (1)
parkv.F:31:9:
use petscksp
1
Warning: Although not referenced, ‘generic interface 'mpi_file_write_at_all_begin'’ has ambiguous interfaces at (1)
parkv.F:31:9:
use petscksp
1
Warning: Although not referenced, ‘generic interface 'pmpi_file_read_ordered_begin'’ has ambiguous interfaces at (1)
parkv.F:31:9:
use petscksp
1
Warning: Although not referenced, ‘generic interface 'pmpi_file_write_at_all_begin'’ has ambiguous interfaces at (1)
/home/manisha/packages/petsc-3.13.2/petsc/lib/petsc/conf/rules:274: recipe for target 'parkv.o' failed
make: *** [parkv.o] Error 1