Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
teshfile: dont sort output
[simgrid.git] / examples / msg / README
index ecdfac5..81b0b96 100644 (file)
@@ -28,7 +28,7 @@ Basic examples and features
  * suspend/suspend.c: Demonstrates how to suspend and resume processes
    using MSG_process_suspend() and MSG_process_resume().
 
- * properties/msg_prop.c Attaching arbitrary informations to host,
+ * properties/msg_prop.c Attaching arbitrary information to host,
    processes and such, and retrieving them with
    MSG_host_get_properties(), MSG_host_get_property_value(),
    MSG_process_get_properties() and MSG_process_get_property_value().
@@ -57,7 +57,7 @@ communications, there is several other examples in the archive:
  * msg/icomms/peer2.c: demonstrates the MSG_comm_waitall() function
  * msg/icomms/peer3.c: demonstrates the MSG_comm_waitany() function
 
-Tracing and vizualization features
+Tracing and visualization features
 ==================================
  * tracing/simple.c very simple program that creates, executes and
    destroy a task
@@ -89,12 +89,10 @@ files to see how to actually start a simulation in these settings.
 Other resource kinds
 --------------------
 This section contains some sparse examples of how to use the other
-kind of resources, such as disk or GPU. These resources are quite
+kind of resources, such as disk. These resources are quite
 experimental for now, but here we go anyway. 
 
  * io/file.c Example with the disk resource
- * gpu/test_MSG_gpu_task_create.c Example of use of the very
-   experimental (for now) GPU resource.
 
 Trace driven simulations
 ========================