Commit 95ccb833 authored by Patrick Shriwise's avatar Patrick Shriwise
Browse files

Correcting attribute for pygriffin run

parent ea36db75
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ class PyGriffin:

        if self.n_procs > 1:
            if self.config.mpi_enabled:
                cmd += [self.mpi_exec, '-n', str(self.n_procs)]
                cmd += [self.config.mpi_exec, '-n', str(self.n_procs)]
            else:
                msg = ("MPI is not enabled for this Griffin executable. "
                       "The n_procs argument will be ignored.")