Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ParaView ParaView
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,846
    • Issues 1,846
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 87
    • Merge requests 87
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ParaView
  • ParaViewParaView
  • Issues
  • #20613

Closed
Open
Created Mar 31, 2021 by Ethan Stam@ethan.stamDeveloper

Clients/Catalyst/FortranAdaptorAPI.f90 can't compile with gcc 5.3.0

@utkarsh.ayachit @cory.quammen

Using gcc-5.3.0 and spack to build paraview@master. I am not able to compile Clients/Catalyst/FortranAdaptorAPI.f90. The error I get is:

/tmp/stam/spack-stage/spack-stage-paraview-master-yerhmcka4mu42y7pfyty3yefwn4jlzld/spack-src/Clients/Catalyst/FortranAdaptorAPI.f90:39:41:

     subroutine needtocreategrid(need_grid) bind(C, name='needtocreategrid')
                                         1
Error: Scalar variable 'need_grid' at (1) with POINTER or ALLOCATABLE in procedure 'needtocreategrid' with BIND(C) is not yet supported
/tmp/stam/spack-stage/spack-stage-paraview-master-yerhmcka4mu42y7pfyty3yefwn4jlzld/spack-src/Clients/Catalyst/FortranAdaptorAPI.f90:29:47:

     subroutine requestdatadescription(time_step, time, need_to_coprocess_this_time_step) bind(C, name='requestdatadescription')
                                               1
Error: Scalar variable 'time_step' at (1) with POINTER or ALLOCATABLE in procedure 'requestdatadescription' with BIND(C) is not yet supported
/tmp/stam/spack-stage/spack-stage-paraview-master-yerhmcka4mu42y7pfyty3yefwn4jlzld/spack-src/Clients/Catalyst/FortranAdaptorAPI.f90:29:53:

     subroutine requestdatadescription(time_step, time, need_to_coprocess_this_time_step) bind(C, name='requestdatadescription')
                                                     1
Error: Scalar variable 'time' at (1) with POINTER or ALLOCATABLE in procedure 'requestdatadescription' with BIND(C) is not yet supported
/tmp/stam/spack-stage/spack-stage-paraview-master-yerhmcka4mu42y7pfyty3yefwn4jlzld/spack-src/Clients/Catalyst/FortranAdaptorAPI.f90:29:87:

     subroutine requestdatadescription(time_step, time, need_to_coprocess_this_time_step) bind(C, name='requestdatadescription')
                                                                                       1
Error: Scalar variable 'need_to_coprocess_this_time_step' at (1) with POINTER or ALLOCATABLE in procedure 'requestdatadescription' with BIND(C) is not yet supported
make[2]: *** [Clients/Catalyst/CMakeFiles/Catalyst-objects.dir/FortranAdaptorAPI.f90.o] Error 1
make[2]: *** Waiting for unfinished jobs....
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking