Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
unPERLifies a bit the routing: use the object, not its name
[simgrid.git] / examples / smpi / NAS / is.c
index 68cbb77..e29b87c 100644 (file)
@@ -53,8 +53,7 @@ int max_key_log_2;
 int num_bucket_log_2;
 int min_procs=1;
 /* NOTE: THIS CODE CANNOT BE RUN ON ARBITRARILY LARGE NUMBERS OF PROCESSORS. THE LARGEST VERIFIED NUMBER IS 1024.
- * INCREASE max_procs AT YOUR PERIL
- */
+ * INCREASE max_procs AT YOUR PERIL */
 int max_procs=1024;
 
 int total_keys;