[parallel] Uncomment the parallel interface member functions
1 unresolved thread
1 unresolved thread
Compare changes
+ 5
− 10
@@ -534,16 +534,12 @@ class FoamGrid :
@@ -557,12 +553,12 @@ class FoamGrid :
@@ -570,7 +566,6 @@ class FoamGrid :
Why not keep the exception? I doesn't hurt, does it?
It makes it easier to write generic tests, otherwise I always have to check the number of ranks before a call to
loadBalance
. I don't know if it's guaranteed thatloadBalance
is a no-op for one process, but I would expect that fromloadBalance
. How about only throwing the exception ifcomm.size() > 1
?That's true. Throwing only if comm.size()>1 seems like a good idea.
smime.p7s
changed this line in version 3 of the diff