Ich habe versucht, Gromacs zu installieren, für die cmake erforderlich ist. Die CMake-Installation wurde durchgeführt und es wurde kein Problem angezeigt. Aber als ich versuchte, diesen Befehl auszuführen
CMake Error at CMakeLists.txt:55 (include):
include could not find load file:
gmxBuildTreeInfo
CMake Error at CMakeLists.txt:56 (include):
include could not find load file:
gmxVersionInfo
CMake Error at CMakeLists.txt:65 (include):
include could not find load file:
gmxBuildTypeReference
CMake Error at CMakeLists.txt:66 (include):
include could not find load file:
gmxBuildTypeProfile
CMake Error at CMakeLists.txt:67 (include):
include could not find load file:
gmxBuildTypeTSAN
CMake Error at CMakeLists.txt:68 (include):
include could not find load file:
gmxBuildTypeASAN
CMake Error at CMakeLists.txt:69 (include):
include could not find load file:
gmxBuildTypeMSAN
CMake Error at CMakeLists.txt:70 (include):
include could not find load file:
gmxBuildTypeReleaseWithAssert
CMake Error at CMakeLists.txt:102 (include):
include could not find load file:
gmxCPackUtilities
CMake Error at CMakeLists.txt:103 (gmx_cpack_init):
Unknown CMake command "gmx_cpack_init".
-- Configuring incomplete, errors occurred!
See also "/home/prachi/software/gromacs/gromacs-2016-beta2/build/CMakeFiles/CMakeOutput.log".
Ich habe versucht, Gromacs zu installieren, für die cmake erforderlich ist. Die CMake-Installation wurde durchgeführt und es wurde kein [url=viewtopic.php?t=26065]Problem[/url] angezeigt. Aber als ich versuchte, diesen Befehl auszuführen
[code]cmake .. -DGMX_BUILD_OWN_FFTW=ON [/code]
Der folgende Fehler wird angezeigt... Bitte helfen Sie mir, dieses [url=viewtopic.php?t=26065]Problem[/url] zu lösen...
[code]CMake Error at CMakeLists.txt:55 (include): include could not find load file:
gmxBuildTreeInfo
CMake Error at CMakeLists.txt:56 (include): include could not find load file:
gmxVersionInfo
CMake Error at CMakeLists.txt:65 (include): include could not find load file:
gmxBuildTypeReference
CMake Error at CMakeLists.txt:66 (include): include could not find load file:
gmxBuildTypeProfile
CMake Error at CMakeLists.txt:67 (include): include could not find load file:
gmxBuildTypeTSAN
CMake Error at CMakeLists.txt:68 (include): include could not find load file:
gmxBuildTypeASAN
CMake Error at CMakeLists.txt:69 (include): include could not find load file:
gmxBuildTypeMSAN
CMake Error at CMakeLists.txt:70 (include): include could not find load file:
gmxBuildTypeReleaseWithAssert
CMake Error at CMakeLists.txt:102 (include): include could not find load file:
gmxCPackUtilities
CMake Error at CMakeLists.txt:103 (gmx_cpack_init): Unknown CMake command "gmx_cpack_init".
-- Configuring incomplete, errors occurred! See also "/home/prachi/software/gromacs/gromacs-2016-beta2/build/CMakeFiles/CMakeOutput.log". [/code]
Ich habe versucht, Gromacs zu installieren, für die cmake erforderlich ist. Die CMake-Installation wurde durchgeführt und es wurde kein Problem angezeigt. Aber als ich versuchte, diesen Befehl...
Ich versuche, ein Projekt von mir mit CUDA zu konfigurieren, etwa so:
cmake \
-DCMAKE_CUDA_ARCHITECTURES=61 \
-DCMAKE_BUILD_TYPE=Release \
-DCUDAToolkit_ROOT=/usr/local/cuda-11.6 \...
Ich versuche, cmake während der Installation von lcm auszuführen. Aber ich sehe:
-- Building LCM 1.5.1 (ABI v1)
-- Could NOT find Python3 (missing: Development.Module) (found version 3.8.10 )
--...
Nachdem das Objekt ein PutObject an S3 einiger einfacher Textdaten durchgeführt und dann dieses Objekt mit GetObject zurückgerufen hat, enthält das Objekt eine extranneische Chunk-Signatur Daten, die...