Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove a dupplicated file
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 11 Aug 2016 20:08:09 +0000 (22:08 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Fri, 12 Aug 2016 16:28:40 +0000 (18:28 +0200)
examples/s4u/CMakeLists.txt
examples/s4u/README [deleted file]

index 448705f..eb93952 100644 (file)
@@ -29,7 +29,6 @@ set(xml_files     ${xml_files}    ${CMAKE_CURRENT_SOURCE_DIR}/basic/deployment.x
 set(txt_files     ${txt_files}    ${CMAKE_CURRENT_SOURCE_DIR}/actions-comm/s4u_actions-comm_split_p0.txt
                                   ${CMAKE_CURRENT_SOURCE_DIR}/actions-comm/s4u_actions-comm_split_p1.txt
                                   ${CMAKE_CURRENT_SOURCE_DIR}/actions-comm/s4u_actions-comm.txt
-                                  ${CMAKE_CURRENT_SOURCE_DIR}/README
                                   ${CMAKE_CURRENT_SOURCE_DIR}/README.doc                                   PARENT_SCOPE)
 
 foreach(example basic io mutex actions-comm)
diff --git a/examples/s4u/README b/examples/s4u/README
deleted file mode 100644 (file)
index 6c6dc9c..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-S4U (Simgrid for you) is the next interface of SimGrid, expected to be released with SimGrid 4.0.
-
-Even if it's in a very preliminary state so far, you are welcome to try it and report any interface glitches that you 
-see. Be however warned that the interface will be modified until its final release. 
-You will have to adapt your code on the way.
\ No newline at end of file