Skip to content

Commit

Permalink
Cleanup of mpi drivers by addressing some compiler warnings, includin…
Browse files Browse the repository at this point in the history
…g unused variables and arguments.
  • Loading branch information
micaeljtoliveira committed Oct 8, 2024
1 parent 66e717a commit d0e1995
Show file tree
Hide file tree
Showing 3 changed files with 164 additions and 527 deletions.
3 changes: 1 addition & 2 deletions src/offline/cable_mpidrv.F90
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ PROGRAM mpi_driver
USE cable_mpicommon
USE cable_mpimaster
USE cable_mpiworker
USE cable_namelist_util, ONLY: get_namelist_file_name,&
CABLE_NAMELIST,arg_not_namelist
USE cable_namelist_util, ONLY: get_namelist_file_name

IMPLICIT NONE

Expand Down
Loading

0 comments on commit d0e1995

Please sign in to comment.