Commit 40456282 authored by Patrick Shriwise's avatar Patrick Shriwise
Browse files

Updating default executable to mpiexec.

parent 583fbf90
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@ class PyGriffinConfig:
            elif mpi_exec is not None:
                self.mpi_exec = mpi_exec
            else:
                self._mpi_exec = 'mpirun'
                self._mpi_exec = 'mpiexec'

    def get(self, *args, **kwargs):
        """