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

Exposing mpi property in PyGriffin class

parent 95a8abf8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -188,6 +188,10 @@ class PyGriffin:
        cv.check_type('Cross section file', xs, (str, Path))
        self._xs = xs

    @property
    def mpi_enabled(self):
        return self.config.mpi_enabled

    @property
    def n_procs(self):
        return self._n_procs