Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename that C example for consistency with C++
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 11 Oct 2020 22:07:06 +0000 (00:07 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 11 Oct 2020 22:07:06 +0000 (00:07 +0200)
examples/c/CMakeLists.txt
examples/c/plugin-host-load/plugin-host-load.c [moved from examples/c/plugin-hostload/plugin-hostload.c with 100% similarity]

index ff0d3a4..33b9954 100644 (file)
@@ -12,7 +12,7 @@ foreach(x
         energy-exec energy-exec-ptask energy-vm
         io-disk-raw io-file-remote io-file-system
         platform-failures platform-properties
-        plugin-hostload
+        plugin-host-load
         synchro-semaphore)
   add_executable       (c-${x} EXCLUDE_FROM_ALL ${x}/${x}.c)
   target_link_libraries(c-${x} simgrid)
@@ -104,7 +104,7 @@ foreach(x
         energy-exec energy-exec-ptask energy-vm
         io-disk-raw io-file-remote io-file-system
         platform-failures platform-properties
-        plugin-hostload
+        plugin-host-load
         synchro-semaphore)
   ADD_TESH(c-${x} --setenv platfdir=${CMAKE_HOME_DIRECTORY}/examples/platforms
                   --setenv bindir=${CMAKE_BINARY_DIR}/examples/c/${x}