Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename the ptask files. There is no Host07 class anymore
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 10 Feb 2016 21:07:22 +0000 (22:07 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 10 Feb 2016 21:30:51 +0000 (22:30 +0100)
src/surf/ptask_L07.cpp [moved from src/surf/host_ptask_L07.cpp with 99% similarity]
src/surf/ptask_L07.hpp [moved from src/surf/host_ptask_L07.hpp with 100% similarity]
tools/cmake/DefinePackages.cmake

similarity index 99%
rename from src/surf/host_ptask_L07.cpp
rename to src/surf/ptask_L07.cpp
index 3106381..77bba92 100644 (file)
@@ -8,7 +8,7 @@
 
 #include <algorithm>
 
 
 #include <algorithm>
 
-#include "host_ptask_L07.hpp"
+#include "ptask_L07.hpp"
 
 #include "cpu_interface.hpp"
 #include "surf_routing.hpp"
 
 #include "cpu_interface.hpp"
 #include "surf_routing.hpp"
index 69b663a..2248de3 100644 (file)
@@ -85,7 +85,7 @@ set(EXTRA_DIST
   src/surf/virtual_machine.hpp
   src/surf/host_clm03.hpp
   src/surf/host_interface.hpp
   src/surf/virtual_machine.hpp
   src/surf/host_clm03.hpp
   src/surf/host_interface.hpp
-  src/surf/host_ptask_L07.hpp
+  src/surf/ptask_L07.hpp
   src/xbt/automaton/automaton_lexer.yy.c
   src/xbt/automaton/parserPromela.lex
   src/xbt/automaton/parserPromela.tab.cacc
   src/xbt/automaton/automaton_lexer.yy.c
   src/xbt/automaton/parserPromela.lex
   src/xbt/automaton/parserPromela.tab.cacc
@@ -346,7 +346,7 @@ set(SURF_SRC
   src/surf/virtual_machine.cpp
   src/surf/host_clm03.cpp
   src/surf/host_interface.cpp
   src/surf/virtual_machine.cpp
   src/surf/host_clm03.cpp
   src/surf/host_interface.cpp
-  src/surf/host_ptask_L07.cpp
+  src/surf/ptask_L07.cpp
   src/xbt/xbt_sg_stubs.c
   )
 
   src/xbt/xbt_sg_stubs.c
   )