Skip to content

Commit

Permalink
fixed warnings in piolib_mod.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Jun 26, 2019
1 parent 7ba85bd commit 803c585
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/flib/piolib_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1023,6 +1023,9 @@ integer(c_int) function PIOc_Init_Intracomm_from_F90(f90_comp_comm, num_iotasks,
end function PIOc_Init_Intracomm_from_F90
end interface

if (comp_rank /= 0) continue ! to suppress warning
if (num_aggregator /= 0) continue ! to suppress warning

#ifdef TIMING
call t_startf("PIO:init")
#endif
Expand Down

0 comments on commit 803c585

Please sign in to comment.