Replies: 1 comment 3 replies
-
Hi @kkly1995 , This is a good question but one that is for PyTorch, not us-- you want to look up how to build PyTorch / See ex. If you have any success and it occurs to you to post, it would be great to know what works for others who encounter this issue. Thanks! |
Beta Was this translation helpful? Give feedback.
-
I am trying to build LAMMPS with pair_nequip on a machine with IBM POWER9 CPUs, which to my knowledge is incompatible with MKL. On the other hand, PyTorch and LAMMPS work just fine on these machines (I have NequIP working there). Naturally, when attempting to build, I get the following error:
Is there a way to circumvent this? Is MKL strictly necessary? I can see that it is "torch" that is requesting MKL here, but it shouldn't need it, right?
Beta Was this translation helpful? Give feedback.
All reactions