Commit c12570c
Enable single precision build for JCSDA-internal/MPAS-Model (MPAS-Dev#27)
Description
This PR accompanies JCSDA-internal/mpas-jedi#728.
It solves single precision build for MPAS-Model: issue MPAS-Dev#26
To build
source env-setup/gnu-openmpi-cheyenne.sh
set(MPAS_DOUBLE_PRECISION "OFF" CACHE STRING ....) in mpas-bundle/CMakeLists.txt
ecbuild (cmake); make
Modified files
M CMakeLists.txt
M Makefile
M cmake/PackageConfig.cmake.in1 parent dc965de commit c12570c
3 files changed
Lines changed: 6 additions & 1 deletion
File tree
- cmake
- src/core_atmosphere/physics/physics_wrf
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
103 | 106 | | |
104 | 107 | | |
105 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
91 | 93 | | |
92 | 94 | | |
93 | 95 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments