Skip to content

Commit

Permalink
Resolve python test failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
kayeekayee committed Sep 25, 2024
1 parent 6415ef7 commit 5c6f655
Showing 1 changed file with 2 additions and 2 deletions.
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 5c6f655

Please sign in to comment.