KennthShang / PhaGCN

GCN classifier for phage taxanomy classification
GNU General Public License v3.0
28 stars 5 forks source link

mkl-service + Intel(R) MKL: MKL_THREADING_LAYER=INTEL is incompatible with libgomp.so.1 library. #5

Closed marineLZ closed 2 years ago

marineLZ commented 2 years ago

Dear authours, thank you for your excellent work.

I have added command export MKL_SERVICE_FORCE_INTEL=1,but errors still occur : mkl-service + Intel(R) MKL: MKL_THREADING_LAYER=INTEL is incompatible with libgomp.so.1 library.

But I get the final result : final_prediction.csv .

Is this normal? Does it affect the accuracy of the results?

KennthShang commented 2 years ago

Since I have not seen this error on my test machines, i don't know whether it will affect the predictions. But i think it is ok according to the issue link: https://github.com/pytorch/pytorch/issues/37377

Best, Jiayu