- Oct 20, 2017
-
-
- better documentation of the file contents. - quicker to obtain number of blocks without reading an entire file.
-
-
- Oct 13, 2017
-
-
Andrew Heather authored
-
Mark OLESEN authored
-
- Oct 12, 2017
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- used in various places to test if the input can be parsed as a label/scalar, so warnings tend to flood the output. - be more explicit when encountering range errors
-
Mark OLESEN authored
-
- Oct 11, 2017
-
-
Mark OLESEN authored
-
Andrew Heather authored
add support for KaHIP decomposition See merge request !154
-
Andrew Heather authored
Feature list methods See merge request !152
-
Mark OLESEN authored
- refactor some common metis-like elements into the metisLikeDecomp abstract class.
-
Mattijs Janssens authored
Bugfix multi level decomp Closes #620 and #619 See merge request !153
-
mattijs authored
-
- Oct 10, 2017
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- previously when more than two levels were used. Now calculate the required final target domain segment directly.
-
- Oct 09, 2017
-
-
mattijs authored
-
mattijs authored
-
mattijs authored
-
Mark OLESEN authored
- additional convenience constructors
-
Mark OLESEN authored
- use FixedList first/last in Pair first/second - consistent first/second access for line
-
Mark OLESEN authored
- improve functional compatibility with DynList (remove methods) * eg, remove an element from any position in a DynamicList * reduce the number of template parameters * remove/subset regions of DynamicList - propagate Swap template specializations for lists, hashtables - move construct/assignment to various containers. - add find/found methods for FixedList and UList for a more succinct (and clearer?) usage than the equivalent global findIndex() function. - simplify List_FOR_ALL loops
-
Mark OLESEN authored
-
Mark OLESEN authored
- remove unused static variable, use updated hashtable methods
-
Mark OLESEN authored
- provide shorter versions: pointIndList, pointUIndList, etc. and indirect versions of commonly used types: labelIndList, scalarIndList, vectorIndList
-
Mark OLESEN authored
- consistency with PointHit and PointIndexHit
-
mattijs authored
-
mattijs authored
-
mattijs authored
-
- Oct 06, 2017
-
-
Mark OLESEN authored
-
- Oct 05, 2017
-
-
Mark OLESEN authored
- consistent versions in headers
-
Mark OLESEN authored
- duplicate functionality to the substr() method and more difficult to notice when it is being used.
-
mattijs authored
-
- Oct 04, 2017
-
-
Mark OLESEN authored
ENH: adjust infoSwitch to report host subscription (related to #531) See merge request !150
-
Mark OLESEN authored
-
- Sep 29, 2017
-
-
Mark OLESEN authored
- this compact form shows the subscription per host in the unsorted mpi order nProcs : 18 Hosts : ( (node1 6) (node2 8) (node3 4) ) This provides a succinct overview of which hosts have been subscribed or oversubscribed. - The longer list of "slave.pid" ... remains available on the InfoSwitch 'writeHosts'
-
Mark OLESEN authored
- the -dir option was added in commit 9fda726a to allow quick testing of documentation for a set of classes. This was largely replicated in commit 843d83117, but accepting multiple directories. Apply some of the same ideas here and avoid creation of a tmp file.
-
Mark OLESEN authored
-
- Sep 28, 2017
-
-
mattijs authored
-
- Sep 27, 2017
-
-
mattijs authored
-
- Sep 26, 2017
-
-
Andrew Heather authored
-