Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
alltoall implemented (almost opmpi algorithms)
[simgrid.git] / src / smpi / BUGS
index 1a2f712..b6b24e8 100644 (file)
@@ -1,9 +1,14 @@
 
 
+* if the program has a different main() prototype than
+   int main( int argc, char *argv[] )
+  then the compilation smpicc fails : conflicting types for ‘smpi_simulated_main’
+  since smpicc substitutes smpi_simulated_main for the user main() declaration.
+   
+
 * MPI_Barrier()
   Tue Jun 30 11:49:07 UTC 2009 - genaud
 
-  
   several calls to MPI_Barrier() result in:
   
 genaud@boa:~/Documents/svn/simgrid/simgrid/trunk/src/smpi$ ./smpirun -np 2 -platform g1.xml -hostfile hostfile ./barrier