Skip to content

Commit

Permalink
Merge pull request ESCOMP#397 from cacraigucar/use_python3
Browse files Browse the repository at this point in the history
cam6_3_025: Use python3 for cime_config scripts
  • Loading branch information
cacraigucar authored Jul 6, 2021
2 parents efb45c5 + 52984a2 commit 2547b50
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cime_config/buildcpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

"""
API for cam's configure
Expand Down
2 changes: 1 addition & 1 deletion cime_config/buildlib
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

"""
create the cam library
Expand Down
2 changes: 1 addition & 1 deletion cime_config/buildnml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

"""
CAM namelist creator
Expand Down
46 changes: 46 additions & 0 deletions doc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,51 @@
===============================================================

Tag name: cam6_3_025
Originator(s): cacraig
Date: July 5, 2021
One-line Summary: Update cime_config scripts to python3
Github PR URL: https://github.com/ESCOMP/CAM/pull/397

Purpose of changes (include the issue number and title text for each relevant GitHub issue):
- Update cime_config/buildlib, buildnml and buildcpp to use python3 https://github.com/ESCOMP/CAM/issues/394

Describe any changes made to build system:
- cime_config scripts now use python3

Describe any changes made to the namelist:

List any changes to the defaults for the boundary datasets:

Describe any substantial timing or memory changes:

Code reviewed by: nusbaume, courtneyp

List all files eliminated:

List all files added and what they do:

List all existing files that have been modified, and describe the changes:
M cime_config/buildcpp
M cime_config/buildlib
M cime_config/buildnml
- update to use python3

If there were any failures reported from running test_driver.sh on any test
platform, and checkin with these failures has been OK'd by the gatekeeper,
then copy the lines from the td.*.status files for the failed tests to the
appropriate machine below. All failed tests must be justified.

cheyenne/intel/aux_cam:all BFB

izumi/nag/aux_cam: all BFB except:
FAIL DAE.f45_f45_mg37.FHS94.izumi_nag.cam-dae COMPARE_base_da
- pre-existing failure

izumi/pgi/aux_cam: all BFB

===============================================================
===============================================================

Tag name: cam6_3_024
Originator(s): fvitt
Date: 28 Jun 2021
Expand Down

0 comments on commit 2547b50

Please sign in to comment.