Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • A ADIOS2
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 97
    • Issues 97
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Podhorszki, Norbert
  • ADIOS2
  • Issues
  • #1760
Closed
Open
Issue created Sep 18, 2019 by Podhorszki, Norbert@pnbOwner

Current master is broken when configuring with SZ

Created by: williamfgc

the fortran_add_test_helper function doesn't handle the BPWriteReadSZ* tests in the operation subdirectory. The following message appears:

 Features:
    Library Type: shared
    Build Type:   Debug
    Testing: ON
    Build Options:
      Blosc    : ON
      BZip2    : ON
      ZFP      : OFF
      SZ       : ON
      MGARD    : ON
      PNG      : ON
      MPI      : ON
      DataMan  : OFF
      Table    : OFF
      SSC      : OFF
      SST      : ON
      DataSpaces: OFF
      ZeroMQ   : ON
      HDF5     : ON
      Python   : ON
      Fortran  : ON
      SysVShMem: ON
      Profiling: ON
      Endian_Reverse: OFF
    RDMA Transport for Staging: Unconfigured

-- Configuring done
CMake Error at testing/adios2/bindings/fortran/CMakeLists.txt:9 (add_executable):
  Cannot find source file:

    TestBPWriteReadSZ3D.F90

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
  .hpp .hxx .in .txx
Call Stack (most recent call first):
  testing/adios2/bindings/fortran/CMakeLists.txt:76 (fortran_add_test_helper)


CMake Error at testing/adios2/bindings/fortran/CMakeLists.txt:9 (add_executable):
  Cannot find source file:

    TestBPWriteReadSZ2D.F90

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
  .hpp .hxx .in .txx
Call Stack (most recent call first):
  testing/adios2/bindings/fortran/CMakeLists.txt:75 (fortran_add_test_helper)


CMake Error at testing/adios2/bindings/fortran/CMakeLists.txt:9 (add_executable):
  No SOURCES given to target: Test.Bindings.Fortran.BPWriteReadSZ3D
Call Stack (most recent call first):
  testing/adios2/bindings/fortran/CMakeLists.txt:76 (fortran_add_test_helper)


CMake Error at testing/adios2/bindings/fortran/CMakeLists.txt:9 (add_executable):
  No SOURCES given to target: Test.Bindings.Fortran.BPWriteReadSZ2D
Call Stack (most recent call first):
  testing/adios2/bindings/fortran/CMakeLists.txt:75 (fortran_add_test_helper)


CMake Generate step failed.  Build files cannot be regenerated correctly.
Assignee
Assign to
Time tracking