Revision e008fa183aa76da89910ad4f9e949e1e1ece2e54 authored by James Foucar on 14 October 2021, 17:46:50 UTC, committed by James Foucar on 14 October 2021, 17:46:50 UTC
CIME Update

to a26c8e393d4e062459b6dfb9605700fe24665e50

Changes
1) Remove MODEL as a setting for the build system (Use COMP_NAME)
2) remove compare vars dependency in cprnc
3) extend the recent cmake macro changes to allow the inclusion of CMAKE_LANG_COMPILER_VERSION in cmake_macros files
  (Should no longer need intel17, intel18 compiler names!)
4) cime_bisect: Improve robustness when using custom script

Fixes:
1) Using custom cmake macros in ~/.cime
2) Fix typo in scripts/Tools/Makefile

[BFB]

* jgfouca/cime_update_2021_10_11:
  Grab a couple more things from CIME that we will want
  CIME Update
2 parent s ce24b52 + ad04d54
Raw File
.gitignore
# Object files
*.lo
*.o

# Fortran module files
*.mod

# Static libraries
*.la
*.a

# Executables
*.exe

# Logs
*.log

# Ignore netCDF files.
*.nc

# Ignore python bytecode files
*.pyc
buildnmlc
buildlibc
buildlib_cmakec

# Ignore emacs backup files
*~
back to top