sets the SHMEM buffer name to be the same as the simulation name, usefull if running multiple simulations on the same machine, so that buffers are not removed by other simulations

This commit is contained in:
Josh Bowden 2023-12-08 10:46:42 +01:00
parent 89fabf132e
commit 0f1d31c88a

View File

@ -39,7 +39,7 @@ std::string initDamarisXmlFile()
<architecture>
<domains count="1"/>
<dedicated cores="_DC_REGEX_" nodes="_DN_REGEX_"/>
<buffer name="buffer" size="_SHMEM_BUFFER_BYTES_REGEX_" />
<buffer name="_SIM_NAME_" size="_SHMEM_BUFFER_BYTES_REGEX_" />
<placement />
<queue name="queue" size="300" />
</architecture>