Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Jul 10, 2019
1 parent 3b08eb8 commit 392fb39
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 19 deletions.
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ AC_OUTPUT(Makefile
src/Makefile
src/clib/Makefile
src/ncint/Makefile
src/fncint/Makefile
src/flib/Makefile
src/gptl/Makefile
tests/Makefile
Expand Down
5 changes: 1 addition & 4 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@ endif
# Are we building with netCDF integration?
if BUILD_NCINT
NCINT = ncint
if BUILD_FORTRAN
FNCINT = fncint
endif # BUILD_FORTRAN
endif # BUILD_NCINT

# Build these subdirectories.
SUBDIRS = ${NCINT} clib ${GPTL} $(FNCINT) $(FLIB)
SUBDIRS = ${NCINT} clib ${GPTL} $(FLIB)

EXTRA_DIST = CMakeLists.txt
12 changes: 0 additions & 12 deletions src/fncint/Makefile.am

This file was deleted.

4 changes: 2 additions & 2 deletions tests/fncint/ftst_pio.f90
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ program ftst_pio
call MPI_Comm_rank(MPI_COMM_WORLD, myRank, ierr)
call MPI_Comm_size(MPI_COMM_WORLD, ntasks, ierr)

ierr = pio_set_log_level(2)
ierr = nf_set_log_level(2)
! ierr = pio_set_log_level(2)
! ierr = nf_set_log_level(2)
call nf_init_intracom(myRank, MPI_COMM_WORLD, niotasks, numAggregator, &
stride, PIO_rearr_subset, ioSystem, base)

Expand Down

0 comments on commit 392fb39

Please sign in to comment.