Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Increase our max limit for tag.. because 1M was low, indeed.
[simgrid.git] / src / smpi / smpi_pmpi.cpp
index c9d73c1..dabf499 100644 (file)
@@ -2975,7 +2975,7 @@ int PMPI_Attr_delete(MPI_Comm comm, int keyval) {
 int PMPI_Attr_get(MPI_Comm comm, int keyval, void* attr_value, int* flag) {
   static int one = 1;
   static int zero = 0;
-  static int tag_ub = 1000000;
+  static int tag_ub = INT_MAX;
   static int last_used_code = MPI_ERR_LASTCODE;
 
   if (comm==MPI_COMM_NULL){