Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Better Java philosophy: create a new type of tasks to mean terminaison instead of...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sat, 27 Oct 2007 09:44:36 +0000 (09:44 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sat, 27 Oct 2007 09:44:36 +0000 (09:44 +0000)
commit94e383e3943b66c348b63c045df75efdc4978965
treedbb29d01c0bc6b72328a10fb832adabc2fe089c8
parent48973ba8d3021aebad4c09d60efe3cbde1f7d1ef
Better Java philosophy: create a new type of tasks to mean terminaison instead of relying of some magic value of the classical computation task (plus reduce the verbosity of the slaves)

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4903 48e7efb5-ca39-0410-a469-dd3cf9ba447f
examples/java/comm_time/FinalizeTask.java [new file with mode: 0644]
examples/java/comm_time/Master.java
examples/java/comm_time/Slave.java