Skip to content

Commit

Permalink
removed redundant check on hash > 0
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-a-potts committed Feb 6, 2020
1 parent 5434d8e commit e84f1b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/module_NEMS_Rusage.F90
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,6 @@ subroutine color_by_hash(name,namelen,commin,comm_name,comm_hosts,rank_world,ier
endif
hash=c_crc32c

if(hash < 0) hash = MPI_UNDEFINED
call MPI_Comm_Split(commin,hash,rank_world,comm_name,error)
if(error/=0) then
ierr=2
Expand Down

0 comments on commit e84f1b9

Please sign in to comment.