Loading pygriffin/pygriffin.py +1 −1 Original line number Diff line number Diff line Loading @@ -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.") Loading Loading
pygriffin/pygriffin.py +1 −1 Original line number Diff line number Diff line Loading @@ -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.") Loading