Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add MPI_Win_lock_all MPI_Win_unlock_all MPI_Win_flush MPI_Win_flush_local MPI_Win_flu...
[simgrid.git] / src / smpi / BUGS
1
2 ___________________________________________________________________________________________
3 * if the program has a different main() prototype than
4    int main( int argc, char *argv[] )
5   then the compilation smpicc fails : conflicting types for ‘smpi_simulated_main’
6   since smpicc substitutes smpi_simulated_main for the user main() declaration.
7    
8 ___________________________________________________________________________________________