Would it be reasonable to change communicator() to comm() before
people start depending on the new API?

A) Parallel::sum(x);
B) CommWorld.sum(x);
C) this->comm().sum(x);
D) this->communicator().sum(x);

Option (C) still lacks some of the brevity of (A) or (B), but at least
in that case it's all C++'s fault, not partly ours.
---
Roy

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to