Page 1 of 1

Error in EON MPI installation

Posted: Tue May 31, 2022 7:24 pm
by sanjay14kr
Hello,
I am trying to build EON with MPI using make EONMPI =1 command. However I get the following error (image is attached). Can someone help in solving this error and building EON with mpi.
Regards,
Sanjay

Re: Error in EON MPI installation

Posted: Wed Jun 01, 2022 10:26 am
by graeme
try adding -lpython3.x to the linker line, where x is you python version number. You may also have to add a -L/path/to/your/python/lib command so that it can find the python library.