Skip to content

Commit

Permalink
Fix gfortran compilation and some warnings (#410)
Browse files Browse the repository at this point in the history
# CABLE

Thank you for submitting a pull request to the CABLE Project.

## Description

This PR fixes compilation with gfortran. I also fixes several compiler
warnings (mostly about unused variables) in the MPI master/driver
modules.

## Type of change

Please delete options that are not relevant.

- [X] Bug fix

## Checklist

- [x] The new content is accessible and located in the appropriate
section.
- [x] I have checked that links are valid and point to the intended
content.
- [x] I have checked my code/text and corrected any misspellings


<!-- readthedocs-preview cable start -->
----
📚 Documentation preview 📚:
https://cable--410.org.readthedocs.build/en/410/

<!-- readthedocs-preview cable end -->
  • Loading branch information
micaeljtoliveira authored Oct 17, 2024
2 parents 31db58f + d0e1995 commit 41af6f7
Show file tree
Hide file tree
Showing 4 changed files with 165 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 41af6f7

Please sign in to comment.