You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmake -DTENSORFLOW_ROOT=/scratch2/npirooza/anaconda3/envs/deepmd29_py309/lib/python3.9/site-packages/tensorflow -DCMAKE_INSTALL_PREFIX=/scratch2/npirooza/Intel_LAMMPS/deepmd-kit-deepmd29_py309 -DLAMMPS_SOURCE_ROOT=/scratch2/npirooza/Intel_LAMMPS/lammps-23Jun2022 ..
-- The C compiler identification is GNU 8.5.0
-- The CXX compiler identification is GNU 8.5.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - 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: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Could NOT find Git (missing: GIT_EXECUTABLE)
-- Supported model version: 1.1
-- Will not build nv GPU support
-- Will not build AMD GPU support
-- Enabled cpp interface build, looking for tensorflow_cc and tensorflow_framework
CMake Error at cmake/Findtensorflow.cmake:93 (message):
Not found lib/'tensorflow_cc' in
'/scratch2/npirooza/anaconda3/envs/deepmd29_py309/lib/python3.9/site-packages/tensorflow;/scratch2/npirooza/anaconda3/envs/deepmd29_py309/lib/python3.9/site-packages/tensorflow/../tensorflow_core;/scratch2/npirooza/anaconda3/envs/deepmd29_py309/lib/python3.9/site-packages/tensorflow;/scratch2/npirooza/anaconda3/envs/deepmd29_py309/lib/python3.9/site-packages/tensorflow/../tensorflow_core;/usr/;/usr/local/'
You can manually set the tensorflow install path by -DTENSORFLOW_ROOT
Call Stack (most recent call first):
CMakeLists.txt:78 (find_package)
-- Configuring incomplete, errors occurred!
See also "/scratch2/npirooza/Intel_LAMMPS/deepmd-kit-deepmd29_py309/source/build/CMakeFiles/CMakeOutput.log".
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I just have one final question regarding DeePMD. I'd appreciate it if you could help me with it.
I'm trying to install the DeePMD-kit's C++ Interface with:
cmake -DTENSORFLOW_ROOT=$tensorflow_root -DCMAKE_INSTALL_PREFIX=$deepmd_root ..
However I am getting the following error:
cmake -DTENSORFLOW_ROOT=/scratch2/npirooza/anaconda3/envs/deepmd29_py309/lib/python3.9/site-packages/tensorflow -DCMAKE_INSTALL_PREFIX=/scratch2/npirooza/Intel_LAMMPS/deepmd-kit-deepmd29_py309 -DLAMMPS_SOURCE_ROOT=/scratch2/npirooza/Intel_LAMMPS/lammps-23Jun2022 ..
-- The C compiler identification is GNU 8.5.0
-- The CXX compiler identification is GNU 8.5.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - 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: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Could NOT find Git (missing: GIT_EXECUTABLE)
-- Supported model version: 1.1
-- Will not build nv GPU support
-- Will not build AMD GPU support
-- Enabled cpp interface build, looking for tensorflow_cc and tensorflow_framework
CMake Error at cmake/Findtensorflow.cmake:93 (message):
Not found lib/'tensorflow_cc' in
'/scratch2/npirooza/anaconda3/envs/deepmd29_py309/lib/python3.9/site-packages/tensorflow;/scratch2/npirooza/anaconda3/envs/deepmd29_py309/lib/python3.9/site-packages/tensorflow/../tensorflow_core;/scratch2/npirooza/anaconda3/envs/deepmd29_py309/lib/python3.9/site-packages/tensorflow;/scratch2/npirooza/anaconda3/envs/deepmd29_py309/lib/python3.9/site-packages/tensorflow/../tensorflow_core;/usr/;/usr/local/'
You can manually set the tensorflow install path by -DTENSORFLOW_ROOT
Call Stack (most recent call first):
CMakeLists.txt:78 (find_package)
-- Configuring incomplete, errors occurred!
See also "/scratch2/npirooza/Intel_LAMMPS/deepmd-kit-deepmd29_py309/source/build/CMakeFiles/CMakeOutput.log".
Could you please help me resolve this issue?
Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions