Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
printing the final simulation time also has to be done by the last
authorsuter <frederic.suter@cc.in2p3.fr>
Thu, 29 Nov 2012 16:06:50 +0000 (17:06 +0100)
committersuter <frederic.suter@cc.in2p3.fr>
Thu, 29 Nov 2012 16:14:23 +0000 (17:14 +0100)
commit1bc3c69d04ad1e5e9a7bfbd0a1d70b3a78c10959
tree34516c47263770d747f58635902f1e7d113f7f41
parent071cbcc0eb242846a0a886f9cec27bfe92520c08
printing the final simulation time also has to be done by the last
process to finish.
smpi_process_finalize/destroy already called by PMPI_finalize (remove)
use my own global to count the number of active processes (to not mess
with process_count)
src/smpi/smpi_replay.c