Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

code to link SmartRedis tools #4045

Draft
wants to merge 22 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove this sleep
jedwards4b committed Sep 10, 2021

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
commit 7b94f9a0d3726040eba26920db8d2c630f799a6d
7 changes: 1 addition & 6 deletions scripts/Tools/case.submit
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ from standard_script_setup import *
from CIME.case import Case
from CIME.utils import expect
from six.moves import configparser
import time

###############################################################################
def parse_command_line(args, description):
###############################################################################
@@ -120,11 +120,6 @@ def _main_func(description, test_args=False):
os.remove(config_file)
if not test_args:
with Case(caseroot, read_only=False, record=True) as case:
use_smartsim = case.get_value("USE_SMARTSIM")
# Give the smartsim db time to spin up
if use_smartsim:
time.sleep(120)

case.submit(job=job, no_batch=no_batch, prereq=prereq, allow_fail=allow_fail,
resubmit=resubmit, resubmit_immediate=resubmit_immediate, skip_pnl=skip_pnl,
mail_user=mail_user, mail_type=mail_type,