diff --git a/ci/scripts/tests/test_setup.py b/ci/scripts/tests/test_setup.py index 77a36369f4..9c304dd5cf 100755 --- a/ci/scripts/tests/test_setup.py +++ b/ci/scripts/tests/test_setup.py @@ -7,7 +7,7 @@ HOMEgfs = os.sep.join(_here.split(os.sep)[:-3]) RUNDIR = os.path.join(_here, 'testdata/RUNDIR') pslot = "C48_ATM" -account = "fv3-cpu" +account = "gsd-fv3" foobar = "foobar" diff --git a/workflow/rocoto/tasks_gsl.py b/workflow/rocoto/tasks_gsl.py index 3ebd2d9437..18354744b7 100644 --- a/workflow/rocoto/tasks_gsl.py +++ b/workflow/rocoto/tasks_gsl.py @@ -66,7 +66,7 @@ def __init__(self, app_config: AppConfig, run: str) -> None: envar_dict = {'RUN_ENVIR': self._base.get('RUN_ENVIR', 'emc'), 'HOMEgfs': self.HOMEgfs, 'EXPDIR': self._base.get('EXPDIR'), -#JKH + # JKH 'ROTDIR': self._base.get('ROTDIR'), 'NET': self._base.get('NET'), 'RUN': self.run, @@ -211,7 +211,7 @@ def get_resource(self, task_name): else: native += ':shared' elif scheduler in ['slurm']: -#JKH native = '--export=NONE' + # JKH native = '--export=NONE' native = '&NATIVE_STR;' if task_config['RESERVATION'] != "": native += '' if task_name in Tasks.SERVICE_TASKS else ' --reservation=' + task_config['RESERVATION']