Skip to content
Snippets Groups Projects
Commit adc96c56 authored by Patrick Shriwise's avatar Patrick Shriwise
Browse files

Exposing mpi property in PyGriffin class

parent 95a8abf8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment