forked from NOAA-EMC/GSI
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feature/2mDA
Conflicts: src/enkf/controlvec.f90 src/enkf/params.f90 src/enkf/readconvobs.f90 src/gsi/jfunc.f90 src/gsi/read_prepbufr.f90
- Loading branch information
Showing
338 changed files
with
21,556 additions
and
17,058 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,42 @@ | ||
macro (setJet) | ||
message("Setting paths for Jet") | ||
option(FIND_HDF5 "Try to Find HDF5 libraries" OFF) | ||
option(FIND_HDF5 "Try to Find HDF5 libraries" ON) | ||
option(FIND_HDF5_HL "Try to Find HDF5 libraries" OFF) | ||
set(HOST_FLAG "-axSSE4.2,AVX,CORE-AVX2" CACHE INTERNAL "Host Flag") | ||
set(MKL_FLAG "-mkl" CACHE INTERNAL "MKL Flag") | ||
set(GSI_Intel_Platform_FLAGS "${HOST_FLAG} -DPOUND_FOR_STRINGIFY -O3 -fp-model source -assume byterecl -convert big_endian -g -traceback -D_REAL8_ ${OpenMP_Fortran_FLAGS} ${MPI_Fortran_COMPILE_FLAGS}" CACHE INTERNAL "GSI Fortran Flags") | ||
set(GSI_Intel_Platform_FLAGS "-DPOUND_FOR_STRINGIFY -O3 -fp-model source -assume byterecl -convert big_endian -g -traceback -D_REAL8_ ${OpenMP_Fortran_FLAGS} ${MPI_Fortran_COMPILE_FLAGS}" CACHE INTERNAL "GSI Fortran Flags") | ||
set(ENKF_Platform_FLAGS "-O3 ${HOST_FLAG} -warn all -implicitnone -traceback -fp-model strict -convert big_endian -DGFS -D_REAL8_ ${OpenMP_Fortran_FLAGS}" CACHE INTERNAL "ENKF Fortran Flags") | ||
set(HDF5_USE_STATIC_LIBRARIES "ON") | ||
|
||
if( NOT DEFINED ENV{NETCDF_VER} ) | ||
set(NETCDF_VER "3.6.3" ) | ||
endif() | ||
if( NOT DEFINED ENV{BACIO_VER} ) | ||
set(BACIO_VER "2.0.1" ) | ||
endif() | ||
if( NOT DEFINED ENV{BUFR_VER} ) | ||
set(BUFR_VER "10.2.5" ) | ||
endif() | ||
if( NOT DEFINED ENV{CRTM_VER} ) | ||
set(CRTM_VER "2.2.3" ) | ||
endif() | ||
if( NOT DEFINED ENV{NEMSIO_VER} ) | ||
set(NEMSIO_VER "2.2.1" ) | ||
endif() | ||
if( NOT DEFINED ENV{SFCIO_VER} ) | ||
set(SFCIO_VER "1.0.0" ) | ||
endif() | ||
if( NOT DEFINED ENV{SIGIO_VER} ) | ||
set(SIGIO_VER "2.0.1" ) | ||
endif() | ||
if( NOT DEFINED ENV{SP_VER} ) | ||
set(SP_VER "2.0.2" ) | ||
endif() | ||
if( NOT DEFINED ENV{W3EMC_VER} ) | ||
set(W3EMC_VER "2.0.5" ) | ||
endif() | ||
if( NOT DEFINED ENV{W3NCO_VER} ) | ||
set(W3NCO_VER "2.0.6" ) | ||
endif() | ||
endmacro() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule fix
updated
from ad79df to 2ff806
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.