FEST3D / FEST-3D

The source code for Finite volume Explicit STructured 3Dimensional (FEST-3D) solver.
https://fest3d.github.io/index.html
GNU General Public License v3.0
34 stars 16 forks source link

compile problem #26

Open college301654-art opened 2 years ago

college301654-art commented 2 years ago

There exist a problem when the code "gradients.f90" is compiled.

[ 1%] Building Fortran object ../bin/CMakeFiles/lib.dir/gradients.f90.o /public/home/zhumeijun/FEST-3D-v1.1/FEST3D-FEST-3D-b5b76d3/src/gradients.f90:314.6:

  x_speed(-2:dims%imx+2, -2:dims%jmx+2, -2:dims%kmx+2) => qp(:, :, :, 2)
  1

Error: Pointer bounds remapping at (1) is not yet implemented in gfortran /public/home/zhumeijun/FEST-3D-v1.1/FEST3D-FEST-3D-b5b76d3/src/gradients.f90:315.6:

  y_speed(-2:dims%imx+2, -2:dims%jmx+2, -2:dims%kmx+2) => qp(:, :, :, 3)
  1

Error: Pointer bounds remapping at (1) is not yet implemented in gfortran /public/home/zhumeijun/FEST-3D-v1.1/FEST3D-FEST-3D-b5b76d3/src/gradients.f90:316.6:

  z_speed(-2:dims%imx+2, -2:dims%jmx+2, -2:dims%kmx+2) => qp(:, :, :, 4)
  1

Error: Pointer bounds remapping at (1) is not yet implemented in gfortran. 1652616713(1)

jayten commented 2 years ago

@college301654-art, please provide the following details: