Skip to content

Instantly share code, notes, and snippets.

@keichi
Created February 1, 2023 02:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keichi/28909664252b6f34cbba0fb54cef8f8b to your computer and use it in GitHub Desktop.
Save keichi/28909664252b6f34cbba0fb54cef8f8b to your computer and use it in GitHub Desktop.
(base) [y90186@frontend-server152 build-vh]$ cmake -DCMAKE_CXX_COMPILER=/opt/nec/ve/mpi/3.0.0/bin/mpic++ -DCMAKE_C_COMPILER=/opt/nec/ve/mpi/3.0.0/bin/mpicc -DCMAKE_CXX_FLAGS_RELEASE="-vh" -DCMAKE_C_FLAGS_RELEASE="-vh" -DADIOS2_USE_SST=OFF -DADIOS2_USE_BP5=OFF -DADIOS2_USE_Fortran=OFF -DADIOS2_USE_BZip2=OFF -DBUILD_SHARED_LIBS=OFF -DADIOS2_USE_Python=ON -DPython3_ROOT_DIR=$HOME/miniconda3 -DBUILD_SHARED_LIBS=ON ..
-- The C compiler identification is GNU 7.1.0
-- The CXX compiler identification is GNU 7.1.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /opt/nec/ve/mpi/3.0.0/bin/mpicc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /opt/nec/ve/mpi/3.0.0/bin/mpic++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Could NOT find Blosc (missing: BLOSC_LIBRARY BLOSC_INCLUDE_DIR) (Required is at least version "1.7")
-- Could NOT find ZFP (missing: ZFP_DIR)
-- Could NOT find SZ (missing: SZ_LIBRARY SZ_INCLUDE_DIR)
-- Could NOT find MGARD (missing: MGARD_LIBRARY MGARD_INCLUDE_DIR)
-- Found ZLIB: /usr/lib64/libz.so (found version "1.2.11")
-- Could NOT find PNG (missing: PNG_LIBRARY PNG_PNG_INCLUDE_DIR) (Required is at least version "1.6.0")
-- Looking for a CUDA compiler
-- Looking for a CUDA compiler - NOTFOUND
-- Found MPI_C: /opt/nec/ve/mpi/3.0.0/bin/mpicc (found version "3.1")
-- Found MPI_CXX: /opt/nec/ve/mpi/3.0.0/bin/mpic++ (found version "3.1")
-- Found MPI: TRUE (found version "3.1") found components: C CXX
-- Could NOT find ZeroMQ (missing: ZeroMQ_LIBRARY ZeroMQ_INCLUDE_DIR) (Required is at least version "4.1")
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.4.2")
-- Checking for module 'dspaces'
-- Package 'dspaces', required by 'virtual:world', not found
-- Could NOT find DataSpaces (missing: DATASPACES_VERSION DATASPACES_INCLUDE_DIR DATASPACES_LIBRARIES) (Required is at least version "2.1.1")
-- Could NOT find HDF5 (missing: HDF5_LIBRARIES HDF5_INCLUDE_DIRS C) (found version "")
-- Could NOT find IME (missing: IME_LIBRARY IME_INCLUDE_DIR)
-- Found Python: /uhome/y90186/miniconda3/bin/python3.10 (found suitable version "3.10.8", minimum required is "3") found components: Interpreter Development NumPy Development.Module Development.Embed
-- Found PythonModule_mpi4py: /uhome/y90186/miniconda3/lib/python3.10/site-packages/mpi4py
-- Could NOT find DAOS (missing: DAOS_LIBRARY DFS_LIBRARY DAOS_INCLUDE_DIR)
-- Looking for shmget
-- Looking for shmget - found
-- Could NOT find Sodium (missing: sodium_LIBRARY_RELEASE sodium_LIBRARY_DEBUG sodium_INCLUDE_DIR)
-- Checking for O_DIRECT
-- Performing Test O_DIRECT_WORKS
-- Performing Test O_DIRECT_WORKS - Success
-- ADIOS2 ThirdParty: Configuring KWSys
-- Checking whether wstring is available
-- Checking whether wstring is available - yes
-- Checking whether C compiler has ptrdiff_t in stddef.h
-- Checking whether C compiler has ptrdiff_t in stddef.h - yes
-- Checking whether C compiler has ssize_t in unistd.h
-- Checking whether C compiler has ssize_t in unistd.h - yes
-- Checking whether CXX compiler has setenv
-- Checking whether CXX compiler has setenv - yes
-- Checking whether CXX compiler has unsetenv
-- Checking whether CXX compiler has unsetenv - yes
-- Checking whether CXX compiler has environ in stdlib.h
-- Checking whether CXX compiler has environ in stdlib.h - no
-- Checking whether CXX compiler has utimes
-- Checking whether CXX compiler has utimes - yes
-- Checking whether CXX compiler has utimensat
-- Checking whether CXX compiler has utimensat - yes
-- Checking whether CXX compiler struct stat has st_mtim member
-- Checking whether CXX compiler struct stat has st_mtim member - yes
-- Checking whether CXX compiler struct stat has st_mtimespec member
-- Checking whether CXX compiler struct stat has st_mtimespec member - no
-- Checking whether <ext/stdio_filebuf.h> is available
-- Checking whether <ext/stdio_filebuf.h> is available - no
-- ADIOS2 ThirdParty: Configuring perfstubs
-- ADIOS2 ThirdParty: Configuring GTest
-- Found Python: /uhome/y90186/miniconda3/bin/python3.10 (found version "3.10.8") found components: Interpreter
-- ADIOS2 ThirdParty: Configuring pybind11
-- ADIOS2 ThirdParty: Configuring pugixml
-- ADIOS2 ThirdParty: Configuring nlohmann_json
-- ADIOS2 ThirdParty: Configuring yaml-cpp
-- Found MPI: TRUE (found version "3.1") found components: C
-- Found PythonInterp: /uhome/y90186/miniconda3/bin/python3.10 (found version "3.10.8")
ADIOS2 build configuration:
ADIOS Version: 2.8.3
C++ Compiler : GNU 7.1.0
/opt/nec/ve/mpi/3.0.0/bin/mpic++
Installation prefix: /usr/local
bin: bin
lib: lib64
include: include
cmake: lib64/cmake/adios2
python: lib/python3.10/site-packages
Features:
Library Type: shared
Build Type: Release
Testing: ON
Examples: ON
Build Options:
BP5 : OFF
DataMan : OFF
DataSpaces: OFF
HDF5 : OFF
HDF5_VOL : OFF
MHS : ON
SST : OFF
CUDA : OFF
Fortran : OFF
MPI : ON
Python : ON
Blosc : OFF
BZip2 : OFF
LIBPRESSIO: OFF
MGARD : OFF
PNG : OFF
SZ : OFF
ZFP : OFF
DAOS : OFF
IME : OFF
O_DIRECT : ON
SysVShMem : ON
ZeroMQ : OFF
Profiling : ON
Endian_Reverse: OFF
Sodium : OFF
RDMA Transport for Staging: Unconfigured
-- Configuring done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment