Skip to content

Commit

Permalink
Resolve unit run and Python conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
kayeekayee committed Sep 26, 2024
1 parent d69c379 commit 57a2234
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/scripts/tests/test_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"


Expand Down
4 changes: 2 additions & 2 deletions workflow/rocoto/tasks_gsl.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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']
Expand Down

0 comments on commit 57a2234

Please sign in to comment.