Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Current master is broken when configuring with zfp #1742

Closed
williamfgc opened this issue Sep 16, 2019 · 2 comments · Fixed by #1743
Closed

Current master is broken when configuring with zfp #1742

williamfgc opened this issue Sep 16, 2019 · 2 comments · Fixed by #1743
Assignees
Labels
bug triage: high This issue is a blocker and has to be addressed before the next release or milestone

Comments

@williamfgc
Copy link
Contributor

when using -DADIOS2_USE_ZFP=ON the following error shows up:

-- Verifying Fortran/CXX Compiler Compatibility - Success
CMake Error at testing/examples/heatTransfer/TestBPFileMx1_zfp.cmake:6 (include):
  include could not find load file:

    ADIOS2Functions
Call Stack (most recent call first):
  testing/examples/heatTransfer/CMakeLists.txt:13 (include)


CMake Error at cmake/ADIOSFunctions.cmake:165 (set_property):
  set_property given TEST names that do not exist:

    HeatTransfer.BP3.zfp.Mx1.Validate

Call Stack (most recent call first):
  testing/examples/heatTransfer/TestBPFileMx1_zfp.cmake:33 (SetupTestPipeline)
  testing/examples/heatTransfer/CMakeLists.txt:13 (include)


CMake Error at cmake/ADIOSFunctions.cmake:168 (set_property):
  set_property given TEST names that do not exist:

    HeatTransfer.BP3.zfp.Mx1.Validate

Call Stack (most recent call first):
  testing/examples/heatTransfer/TestBPFileMx1_zfp.cmake:33 (SetupTestPipeline)
  testing/examples/heatTransfer/CMakeLists.txt:13 (include)


CMake Error at cmake/ADIOSFunctions.cmake:171 (set_property):
  set_property given TEST names that do not exist:

    HeatTransfer.BP3.zfp.Mx1.Validate

Call Stack (most recent call first):
  testing/examples/heatTransfer/TestBPFileMx1_zfp.cmake:33 (SetupTestPipeline)
  testing/examples/heatTransfer/CMakeLists.txt:13 (include)


CMake Error at cmake/ADIOSFunctions.cmake:165 (set_property):
  set_property given TEST names that do not exist:

    HeatTransfer.BP4.zfp.Mx1.Validate

Call Stack (most recent call first):
  testing/examples/heatTransfer/TestBPFileMx1_zfp.cmake:61 (SetupTestPipeline)
  testing/examples/heatTransfer/CMakeLists.txt:13 (include)


CMake Error at cmake/ADIOSFunctions.cmake:168 (set_property):
  set_property given TEST names that do not exist:

    HeatTransfer.BP4.zfp.Mx1.Validate

Call Stack (most recent call first):
  testing/examples/heatTransfer/TestBPFileMx1_zfp.cmake:61 (SetupTestPipeline)
  testing/examples/heatTransfer/CMakeLists.txt:13 (include)


CMake Error at cmake/ADIOSFunctions.cmake:171 (set_property):
  set_property given TEST names that do not exist:

   HeatTransfer.BP4.zfp.Mx1.Validate

Call Stack (most recent call first):
  testing/examples/heatTransfer/TestBPFileMx1_zfp.cmake:61 (SetupTestPipeline)
  testing/examples/heatTransfer/CMakeLists.txt:13 (include)


-- Found MPI: TRUE (found version "3.1") found components:  C 

ADIOS2 build configuration:
  ADIOS Version: 2.4.0.442
  C++ Compiler : GNU 7.4.0 
    /usr/bin/c++

  Fortran Compiler : GNU 7.4.0 
    /usr/bin/f95

  Installation prefix: /home/wgodoy/tmp/adios2
        bin: bin
        lib: lib
    include: include
      cmake: lib/cmake/adios2
     python: lib/python3.6/site-packages

  Features:
    Library Type: shared
    Build Type:   Debug
    Testing: ON
    Build Options:
      Blosc    : ON
      BZip2    : ON
      ZFP      : ON
      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 incomplete, errors occurred!
See also "/home/wgodoy/tmp/ADIOS2-build/CMakeFiles/CMakeOutput.log".
See also "/home/wgodoy/tmp/ADIOS2-build/CMakeFiles/CMakeError.log".
@williamfgc williamfgc changed the title Current master broken when configuring with zfp Current master is broken when configuring with zfp Sep 16, 2019
@williamfgc williamfgc added bug triage: high This issue is a blocker and has to be addressed before the next release or milestone labels Sep 16, 2019
@williamfgc
Copy link
Contributor Author

@chuckatkins I still see the issue on master and release branches with zfp. I am using Ubuntu 18.04

@chuckatkins
Copy link
Contributor

Fixed by #1763

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug triage: high This issue is a blocker and has to be addressed before the next release or milestone
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants