Closed Schroedingers0216 closed 2 months ago
changeme
sorry, I cant download with linux,Can you upload files?
Due to the GitHub history of this issue, you will need to open a new one and use the standard template.
Please check if your icc/icpc works without turning on HIP features.
There were phishing posts earlier which have been removed by github. As a precaution, this issue was closed and please create a new one following the template with more details provided.
When I encountered the following error while compiling with the following command: cmake -DENABLE_CUDA=ON -DQMC_CUDA2HIP=ON -DCMAKE_HIP_ARCHITECTURES=gfx906 -DCMAKE_C_COMPILER=icc -DCMAKE_CXX_COMPILER=icpc ..
ipo: warning #11062: ../../Platforms/CUDA/libplatform_cuda_LA.a is an archive, but has no symbols (this can happen if ar is used where xiar is needed) ipo: warning #11062: ../../Platforms/ROCm/libplatform_rocm_LA.a is an archive, but has no symbols (this can happen if ar is used where xiar is needed) ../../Platforms/CUDA/libplatform_cuda_LA.a: error adding symbols: Archive has no index; run ranlib to add one
I tried using ranlib to fix it, but it had no effect.