Changeset fc38cb for ThirdParty
- Timestamp:
 - Oct 23, 2022, 9:08:55 AM (3 years ago)
 - Branches:
 - Candidate_v1.7.0, stable
 - Children:
 - f71fc8
 - Parents:
 - 91793c
 - git-author:
 - Frederik Heber <frederik.heber@…> (12/04/21 23:20:22)
 - git-committer:
 - Frederik Heber <frederik.heber@…> (10/23/22 09:08:55)
 - Location:
 - ThirdParty/mpqc_open/src/lib/util/group
 - Files:
 - 
      
- 2 edited
 
- 
          
  memmtmpi.cc (modified) (1 diff)
 - 
          
  messmpi.cc (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
ThirdParty/mpqc_open/src/lib/util/group/memmtmpi.cc
r91793c rfc38cb 242 242 MPI_Comm_dup(comm, &comm_comm_); 243 243 244 MPI_ Errhandler_set(comp_comm_, MPI_ERRORS_ARE_FATAL);245 MPI_ Errhandler_set(comm_comm_, MPI_ERRORS_ARE_FATAL);244 MPI_Comm_set_errhandler(comp_comm_, MPI_ERRORS_ARE_FATAL); 245 MPI_Comm_set_errhandler(comm_comm_, MPI_ERRORS_ARE_FATAL); 246 246 247 247 serial_ = 0;  - 
      
ThirdParty/mpqc_open/src/lib/util/group/messmpi.cc
r91793c rfc38cb 130 130 if (me()==0) 131 131 ExEnv::outn() << indent << "MPIMessageGrp: errors_return is true" << endl; 132 MPI_ Errhandler_set(commgrp, MPI_ERRORS_RETURN);132 MPI_Comm_set_errhandler(commgrp, MPI_ERRORS_RETURN); 133 133 } 134 134 … … 201 201 global_commgrp = commgrp; 202 202 203 MPI_ Errhandler_set(commgrp, MPI_ERRORS_ARE_FATAL);203 MPI_Comm_set_errhandler(commgrp, MPI_ERRORS_ARE_FATAL); 204 204 205 205 if (!nmpi_grps) {  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  