Damaris 1.6.0 is released

This version of Damaris adds a ModifyModel class that enables the XML configuration file to be constructed and saved to programmatically, within C++ source code. Please see the following page for more information in-line-creation-of-damaris-xml-configuration-file. The release also includes logging of the time it takes for Damaris server cores to complete processing and the time they have been left waiting for work. Download is available from the Damaris download page.

Please note: There has been a new (and mandatory) XML tag added to the <architecture> area, <placement/>

1
2
3
4
5
6
7
        <architecture>
            <domains count="1"/>
            <dedicated cores="1" nodes="0"/>
            <buffer name="buffer" size="10000000" />
            <placement />  # this is our new tag
            <queue  name="queue" size="100" />
        </architecture>

It currently does not do much, so is kept as a placeholder for future capability for specifying where a Damaris core will be placed within a node.

Comments are closed.