Skip to content

Commit

Permalink
took out use of log in fortran test
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed May 31, 2016
1 parent 30be388 commit 751adee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/unit/basic_tests.F90
Original file line number Diff line number Diff line change
Expand Up @@ -276,16 +276,13 @@ Subroutine test_open(test_id, err_msg)
call mpi_abort(MPI_COMM_WORLD,0,ret_val)
end if

PIO_set_log_level(2)
ret_val = PIO_inq_unlimdim(pio_file, unlimdimid)
if(unlimdimid /= -1) then
err_msg = "Error in inq_unlimdim"
call PIO_closefile(pio_file)
print *,__FILE__,__LINE__,iotype, trim(err_msg)
call mpi_abort(MPI_COMM_WORLD,0,ret_val)
end if
PIO_set_log_level(0)



! Close file
Expand Down

0 comments on commit 751adee

Please sign in to comment.