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
Error in EON MPI installation
Moderator: moderators
-
- Posts: 7
- Joined: Tue Mar 15, 2022 7:12 pm
Error in EON MPI installation
- Attachments
-
- EOn-MPI-error.png (324.33 KiB) Viewed 51820 times
Re: Error in EON MPI installation
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.