Skip to content

Commit

Permalink
turned pnetcdf testing back on for test_intercomm.c
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Jun 4, 2016
1 parent 4e50dd0 commit e42ad0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions tests/unit/basic_tests.F90
Original file line number Diff line number Diff line change
Expand Up @@ -286,10 +286,9 @@ Subroutine test_open(test_id, err_msg)
ret_val = PIO_inq_unlimdim(pio_file, unlimdimid)
if(unlimdimid /= -1) then
err_msg = "Error in inq_unlimdim"
print *, "Error in inq_unlimdim ", unlimdimid
call PIO_closefile(pio_file)
print *,__FILE__,__LINE__,iotype, trim(err_msg)
!call mpi_abort(MPI_COMM_WORLD,0,ret_val)
call mpi_abort(MPI_COMM_WORLD,0,ret_val)
end if
ret_val = PIO_set_log_level(0)

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_intercomm.c
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ main(int argc, char **argv)
* and when the do, they should go straight to finalize. */
if (comp_task)
{
for (int fmt = 1; fmt < NUM_NETCDF_FLAVORS; fmt++)
for (int fmt = 0; fmt < NUM_NETCDF_FLAVORS; fmt++)
{
int ncid, varid, dimid;
PIO_Offset start[NDIM], count[NDIM] = {0};
Expand Down

0 comments on commit e42ad0b

Please sign in to comment.