1

I'm trying to install a software called relion on a windows pc, but am running into some issues. I try to build relion with <cmake .. -G 'Visual Studio 16 2019'> to set my C compiler, and I am not able to find MPI

Rob Latham
  • 5,085
  • 3
  • 27
  • 44
Jay
  • 11
  • 1
  • 2

1 Answers1

0

MPI, a standard, has several implementations. See this old but good answer covering the options you've got (MS-MPI or Intel-MPI )

https://stackoverflow.com/a/21165460/1024740

Rob Latham
  • 5,085
  • 3
  • 27
  • 44