Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow LDT to compile as a serial executable #10

Merged
merged 1 commit into from
Nov 28, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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