Skip to content

Commit

Permalink
Merge pull request #10 from jvgeiger/fix/9
Browse files Browse the repository at this point in the history
Allow LDT to compile as a serial executable
  • Loading branch information
jvgeiger authored Nov 28, 2018
2 parents 37d230f + 29eecf6 commit dbe0379
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion ldt/core/LDT_LMLCMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ module LDT_LMLCMod
#if(defined USE_NETCDF3 || defined USE_NETCDF4)
use netcdf
#endif
use mpi
use LDT_historyMod
use LDT_paramDataMod
use LDT_logMod
Expand Down
1 change: 0 additions & 1 deletion ldt/core/LDT_paramProcMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,6 @@ end subroutine writeParamHeaders
subroutine writeParamData(n, ftn)

! !USES:
use mpi
use LDT_coreMod

integer :: n
Expand Down
1 change: 0 additions & 1 deletion ldt/params/CLM45/CLM45_parmsMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ module CLM45_parmsMod
use netcdf
#endif

use mpi
use ESMF
use LDT_coreMod
use LDT_historyMod
Expand Down

0 comments on commit dbe0379

Please sign in to comment.