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
I have the following issue, when follow the instruction compiling with (GPU: RTX4090):
make exe -f makefile11 [CUDAHOME=path/cuda-11.8]
I get the following error after it starts compiles:
make exe -f makefile11 [CUDAHOME=/usr/local/cuda-11.8]
Util/CCufft2D.cpp has been compiled.
Util/CFileName.cpp has been compiled.
Util/CFlipImage.cpp has been compiled.
Util/CFourierCrop2D.cpp has been compiled.
Util/CGroupFrames.cpp has been compiled.
Util/CNextItem.cpp has been compiled.
Util/CPad2D.cpp has been compiled.
Util/CParseArgs.cpp has been compiled.
Util/CSplineFit1D.cpp has been compiled.
Util/CRemoveSpikes1D.cpp has been compiled.
Util/CSaveTempMrc.cpp has been compiled.
Util/CSimpleFuncs.cpp has been compiled.
Util/CMultiGpuBase.cpp has been compiled.
DataUtil/CMrcStack.cpp has been compiled.
In file included from DataUtil/../CMainInc.h:5,
from DataUtil/CAlnSums.cpp:2:
DataUtil/../TiffUtil/CTiffFileInc.h:2:10: fatal error: tiffio.h: No such file or directory
2 | #include <tiffio.h>
| ^~~~~~~~~~
compilation terminated.
make: *** [makefile11:177: DataUtil/CAlnSums.o] Error 1
The text was updated successfully, but these errors were encountered:
Hey developer,
I have the following issue, when follow the instruction compiling with (GPU: RTX4090):
make exe -f makefile11 [CUDAHOME=path/cuda-11.8]
I get the following error after it starts compiles:
make exe -f makefile11 [CUDAHOME=/usr/local/cuda-11.8]
Util/CCufft2D.cpp has been compiled.
Util/CFileName.cpp has been compiled.
Util/CFlipImage.cpp has been compiled.
Util/CFourierCrop2D.cpp has been compiled.
Util/CGroupFrames.cpp has been compiled.
Util/CNextItem.cpp has been compiled.
Util/CPad2D.cpp has been compiled.
Util/CParseArgs.cpp has been compiled.
Util/CSplineFit1D.cpp has been compiled.
Util/CRemoveSpikes1D.cpp has been compiled.
Util/CSaveTempMrc.cpp has been compiled.
Util/CSimpleFuncs.cpp has been compiled.
Util/CMultiGpuBase.cpp has been compiled.
DataUtil/CMrcStack.cpp has been compiled.
In file included from DataUtil/../CMainInc.h:5,
from DataUtil/CAlnSums.cpp:2:
DataUtil/../TiffUtil/CTiffFileInc.h:2:10: fatal error: tiffio.h: No such file or directory
2 | #include <tiffio.h>
| ^~~~~~~~~~
compilation terminated.
make: *** [makefile11:177: DataUtil/CAlnSums.o] Error 1
The text was updated successfully, but these errors were encountered: