ADIOS2
ADIOS2 copied to clipboard
Build Hangs in CMake with VS2019 x64 on Windows 10
Problem
Build hangs in CMake for VS2019 x64 on Windows 10 for ADIOS 2.7.1 Production Release.
System
OS: Windows 10 Enterprise, x64-bit, Build 1909 CMake: 3.21.0-rc2 ADIOS2: 2.7.1 Production Release
Output
CMake_GUI_Configure_Output.txt
@adamgranthendry it seems to be an issue with the configure stage of cmake. The check that should come after the check where your cmake hangs its (in my machine):
Found MPI_Fortran: /usr/lib64/mpi/gcc/mpich/lib64/libmpifort.so (found version "3.1")
There might be something off with your fortran compiler or is mpi implementation. Perhaps you could validate this thesis by disabling fortran in ADIOS2 with: ADIOS2_USE_Fortran=OFF