I am trying to install precice-2.2.1 on Centos linux using cmake. I get JSON validation error. I was taking to Fernandes in a thread. Since i ended rebooting my machine i lost communication.
Here is the cmake info and error message
cmake -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=Debug -DPRECICE_MPICommunication=ON -DCMAKE_INSTALL_PREFIX=${PRECICE_PREFIX} \
-DPRECICE_PETScMapping=ON \
-DPETSc_INCLUDE_DIRS=${PETSC_DIR}/include \
-DCMAKE_C_COMPILER=mpiicc \
-DCMAKE_CXX_COMPILER=mpiicpc \
-DCMAKE_CXX_FLAGS="-std=c++11" \
-DCMAKE_CXX_LINKER="-L${MPI_ROOT}/lib -lmpicxx -lmpi" \
-DPRECICE_ENABLE_C=ON \
-DPRECICE_ENABLE_FORTRAN=ON \
-DBoost_NO_WARN_NEW_VERSIONS=1 \
-DPETSc_LIBRARIES=${PETSC_DIR}/lib/libpetsc.so -DPRECICE_PythonActions=ON ..
CMakeLists.txt:179 (precice_validate_json)
-- Configuring incomplete, errors occurred!
See also "/media/ephemeral0/install_install_precice-3.17.1/precice-2.2.1/build/CMakeFiles/CMakeOutput.log".
++ nproc
+ make VERBOSE=1 -j8
make: *** No targets specified and no makefile found. Stop.
+ make install