Skip to content

Commit d172e7a

Browse files
authored
Modernize base3g source files to MAPL3 coding style (#4747) (#4748)
* Replace print*/stop with error stop in MAPL_SatVapor (#4747) * Rename MAPL_Comms.F90 -> Comms.F90, MAPL_SatVapor.F90 -> SatVapor.F90 in base3g (#4747) * Use lowercase mapl_ prefix on locally-defined names in Comms.F90; MAPL_root -> MAPL_ROOT (#4747) * Add only: clauses to all bare use statements; remove redundant bare returns (#4747) * Add missing ESMF_KIND_I4/R4/R8 to use ESMF only: list in Comms.F90 (#4747) * Add missing ESMF_VMGatherV and ESMF_VMScatterV to use ESMF only: list in Comms.F90 (#4747) * Replace rc=status/_VERIFY pattern with _RC in arraygatherRcvCnt.H and arrayscatterRcvCnt.H (#4747) * Fix public MAPL_ROOT export and replace rc=status/_VERIFY with _RC in include/*.H (#4747) * Fix CI failures: uppercase MPI names in only: list, replace nint with int in save initializer (#4747) * Revert mpi only: clause to bare use mpi (#4747) * Replace stat=STATUS/_VERIFY pattern with _STAT in Comms.F90 and include/*.H (#4747)
1 parent 496c4b9 commit d172e7a

21 files changed

Lines changed: 313 additions & 392 deletions

base/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ set (srcs
3232
# tstqsat.F90
3333
)
3434

35-
# MAPL_Comms.F90, StringTemplate.F90, MAPL_SatVapor.F90 have been moved to base3g/
35+
# Comms.F90, StringTemplate.F90, SatVapor.F90 have been moved to base3g/
3636

3737
# SimulationTime.F90 has been moved to base3g/
3838

base3g/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ esma_set_this (OVERRIDE MAPL.base3g)
22

33
set (srcs
44
SimulationTime.F90
5-
MAPL_Comms.F90
6-
MAPL_SatVapor.F90
5+
Comms.F90
6+
SatVapor.F90
77
StringTemplate.F90
88
API.F90
99
)

0 commit comments

Comments
 (0)