Skip to content

Commit

Permalink
remove added space
Browse files Browse the repository at this point in the history
  • Loading branch information
mlee03 authored and mlee03 committed Nov 25, 2024
1 parent d3bab9b commit 111c8bd
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion test_fms/mpp/test_domains_simple.F90
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ program test_domains_simple
use mpp_mod
use mpp_domains_mod
use platform_mod

implicit none

integer :: pe, npes !> This pe and the total number of pes.
Expand Down
1 change: 0 additions & 1 deletion test_fms/mpp/test_mpp_mem_dump.F90
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ program test_mpp_mem_dump

use mpp_memutils_mod, only: mpp_mem_dump
use platform_mod

implicit none

real :: memuse
Expand Down
1 change: 0 additions & 1 deletion test_fms/mpp/test_mpp_memutils_begin_2x.F90
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ program test_mpp_memutils_init_end
use mpp_mod, only : mpp_init, mpp_exit
use mpp_memutils_mod, only: mpp_memuse_begin, mpp_memuse_end
use platform_mod

implicit none

real, dimension(:), allocatable :: ralloc_mem
Expand Down
1 change: 0 additions & 1 deletion test_fms/mpp/test_mpp_memutils_begin_end.F90
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ program test_mpp_memutils_init_end
use mpp_mod, only : mpp_init, mpp_exit
use mpp_memutils_mod, only: mpp_memuse_begin, mpp_memuse_end
use platform_mod

implicit none

real, dimension(:), allocatable :: ralloc_mem
Expand Down
1 change: 0 additions & 1 deletion test_fms/mpp/test_mpp_memutils_end_before_begin.F90
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ program test_mpp_memutils_init_end
use mpp_mod, only : mpp_init, mpp_exit
use mpp_memutils_mod, only: mpp_memuse_begin, mpp_memuse_end
use platform_mod

implicit none

real, dimension(:), allocatable :: ralloc_mem
Expand Down
1 change: 0 additions & 1 deletion test_fms/mpp/test_mpp_print_memuse_stats_file.F90
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ program test_mpp_mem_print_stats_file
use mpp_memutils_mod, only: mpp_memuse_begin, mpp_memuse_end
use mpp_memutils_mod, only: mpp_print_memuse_stats
use platform_mod

implicit none

real, dimension(:), allocatable :: ralloc_mem1, ralloc_mem2
Expand Down
1 change: 0 additions & 1 deletion test_fms/mpp/test_mpp_print_memuse_stats_stderr.F90
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ program test_mpp_mem_print_stats_stderr
use mpp_memutils_mod, only: mpp_memuse_begin, mpp_memuse_end
use mpp_memutils_mod, only: mpp_print_memuse_stats
use platform_mod

implicit none

real, dimension(:), allocatable :: ralloc_mem1, ralloc_mem2
Expand Down

0 comments on commit 111c8bd

Please sign in to comment.