Skip to content

compile problem #26

@college301654-art

Description

@college301654-art

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions