Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Last but one parameter should be null here.
[simgrid.git] / teshsuite / simdag / comm-p2p-latency-1 / comm-p2p-latency-1.c
index ed3557ac7552d68d28dd6220b0634c23061dac83..1445df4f8f1827962c52c95b98ecb1a40e41ddc0 100644 (file)
@@ -11,8 +11,8 @@
 
 /*
  * simple latency test
- * send one byte from 0 to 1 
- * 
+ * send one byte from 0 to 1
+ *
  * this is a test for multiple platforms
  * see tesh file for expected output
  */
@@ -37,6 +37,5 @@ int main(int argc, char **argv)
 
   SD_task_destroy(task);
 
-  SD_exit();
   return 0;
 }