I get an error message (system error) when using PETSc on a Windows machine (AMD CPU) as follows:
" The procedure entry point MPI_Comm_split_type could not be located in the dynamic link library C:\Program Files(x86)\FreeFem++\PETSc.Dll."
Could you please let me know how I can figure it out?
I did not compile FreeFEM. I installed it using the provided FreeFem+±4.13-win64.exe file. Run it in cmd by:
" mpiexec.exe -np 2 FreeFem+±mpi.exe pmpi.edp". Should we compile the source code of the FreeFEM?