logo

Crowdly

Corriger les erreurs du programme suivant : # include < stdio.h >   int...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Corriger les erreurs du programme suivant :

  1. #include <stdio.h>
  2.  
  3. int main(int argc, char **argv){
  4.     int myRank, nbProcs;
  5.  
  6.     MPI_Comm_rank( MPI_COMM_WORLD, &myRank );
  7.     MPI_Comm_size( MPI_COMM_WORLD, &nbProcs);
  8.  
  9.     printf( " Hello from proc. %d/%d\n ", myRank, nbProcs);
  10.     MPI_Finalize();
  11.  
  12.     return 0;
  13. }
More questions like this

Want instant access to all verified answers on moodle2024.uca.fr?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!