Skip to content
Extraits de code Groupes Projets
Valider a9ff9f3f rédigé par Nicolas MARIE's avatar Nicolas MARIE
Parcourir les fichiers

add test to test warning on mpi collective ordering

parent 9f374c99
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
#include <mpi.h>
int main(int argc, char **argv)
{
int c = 0;
if(c < 10)
{
MPI_Init(&argc, &argv);
MPI_Barrier(MPI_COMM_WORLD);
}
else
{
MPI_Barrier(MPI_COMM_WORLD);
MPI_Init(&argc, &argv);
}
}
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter