Commit d172e7a
authored
* 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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments