Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:gspetro-NOAA/ufs-srweather-app i…
Browse files Browse the repository at this point in the history
…nto develop
  • Loading branch information
gspetro-NOAA committed Oct 13, 2023
2 parents 91a0c0b + 77a81fa commit 40291c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,12 @@

- [ ] hera.intel
- [ ] orion.intel
- [ ] hercules.intel
- [ ] cheyenne.intel
- [ ] cheyenne.gnu
- [ ] derecho.intel
- [ ] gaea.intel
- [ ] gaeac5.intel
- [ ] jet.intel
- [ ] wcoss2.intel
- [ ] NOAA Cloud (indicate which platform)
Expand Down
3 changes: 1 addition & 2 deletions ush/get_crontab_contents.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@ def get_crontab_contents(called_from_cron, machine, debug):
# themselves being called as cron jobs. In that case, we must instead
# call the system version of crontab at /usr/bin/crontab.
#
crontab_cmd = "crontab"
if machine == "CHEYENNE" or machine == "DERECHO":
if called_from_cron:
crontab_cmd = "/usr/bin/crontab"
else:
crontab_cmd = "crontab"

print_info_msg(
f"""
Expand Down

0 comments on commit 40291c4

Please sign in to comment.