Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
solving copy_data_callback issue by adding a new smpi function that can be changed...
[simgrid.git] / tools / normalize-pointers.py
index bb2f59a..e138111 100755 (executable)
@@ -10,7 +10,6 @@
 Tool for normalizing pointers such as two runs have the same 'addresses'
 
 first address encountered will be replaced by 0X0000001, second by 0X0000002, ...
 Tool for normalizing pointers such as two runs have the same 'addresses'
 
 first address encountered will be replaced by 0X0000001, second by 0X0000002, ...
-
 """
 
 import sys
 """
 
 import sys