You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Incompatibilities with the latest version of petsc.
Steps to reproduce issue
Use the latest version of petsc, 3.11.3, and compiling it with the select option:
./configure
--with-shared-libraries
--with-fortran-interfaces=1
--with-scalar-type=real
--PETSC_ARCH=real-gfortran-opt-3.11.3
--with-debugging=no
--with-cc=gcc
--with-cxx=g++
--with-fc=gfortran
--with-cxx-dialect=C++11
--prefix=/home/guardmdo/apps/petsc-real-opt-3113
--download-fblaslapack=yes
--download-metis=yes
--download-parmetis=yes
--download-superlu_dist=yes
--download-openmpi=yes
--download-mpi4py=yes
--download-petsc4py=yes
Compiling the pyhyp with the following commands:
make
Compiling failed
Current behavior
The failed infomation :
mpif90 -I../../mod -I/home/guardmdo/apps/cgnslib-3.2.1/include -fPIC -fPIC -fdefault-real-8 -O2 -I/home/guardmdo/apps/petsc-real-opt-3113/include -I/home/guardmdo/apps/petsc-real-opt-3113 -c hypData.F90 -o ../../obj/hypData.o
hypData.F90:8:2:
#else
1~~~~
**Fatal Error: petsc/finclude/petscvec.h90: No such file or directory**
compilation terminated.
Expected behavior
I try to search the petsc updating history in the https://github.com/petsc/petsc.git
and find that:
In recent two years, the released versions of petsc seem to remove *.h90 files to other places and delete some *.h90 files, and these files are no longer in the path "petsc/finclude/"
So, brothers, do your have plans to update the code to fit the new version of petsc? like the latest version petsc-3.11.3?
Code version (if relevant)
Python version: 2.7.15+
External dependencies: GCC 7.3.0
Internal packages: PETSc 3.11.3
The text was updated successfully, but these errors were encountered:
We're aware and are working through the backlog of dependencies to update them. It'll get done at some point but no promises on when -- pyhyp is definitely lower on the priorities list. For now the code is only verified against 3.7.
Something I find today,hope it will be helpful in your future work:
Begin from the released version 3.8.4 at 2018.03.25, it remove *.h90 files to other places.
Type of issue
What types of issue is it?
Description
Incompatibilities with the latest version of petsc.
Steps to reproduce issue
Use the latest version of petsc, 3.11.3, and compiling it with the select option:
./configure
--with-shared-libraries
--with-fortran-interfaces=1
--with-scalar-type=real
--PETSC_ARCH=real-gfortran-opt-3.11.3
--with-debugging=no
--with-cc=gcc
--with-cxx=g++
--with-fc=gfortran
--with-cxx-dialect=C++11
--prefix=/home/guardmdo/apps/petsc-real-opt-3113
--download-fblaslapack=yes
--download-metis=yes
--download-parmetis=yes
--download-superlu_dist=yes
--download-openmpi=yes
--download-mpi4py=yes
--download-petsc4py=yes
Compiling the pyhyp with the following commands:
make
Compiling failed
Current behavior
The failed infomation :
Expected behavior
I try to search the petsc updating history in the
https://github.com/petsc/petsc.git
and find that:
In recent two years, the released versions of petsc seem to remove *.h90 files to other places and delete some *.h90 files, and these files are no longer in the path "petsc/finclude/"
So, brothers, do your have plans to update the code to fit the new version of petsc? like the latest version petsc-3.11.3?
Code version (if relevant)
Python version: 2.7.15+
External dependencies: GCC 7.3.0
Internal packages: PETSc 3.11.3
The text was updated successfully, but these errors were encountered: