Skip to content

Commit

Permalink
Merge pull request #27 from monsieuralok/cime5.6.10_cesm2_1_rel_06-Nor
Browse files Browse the repository at this point in the history
changes for FRAM as preproc queue has removed
  • Loading branch information
monsieuralok authored Apr 9, 2021
2 parents dbdeebf + 9c84cc5 commit d530a3c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/lib/CIME/XML/env_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,6 @@ def get_batch_directives(self, case, job, overrides=None):

result.append("{}{}".format("" if not prefix else (prefix + " "), directive))

if "fram" in case.get_value("MACH") and job == "case.st_archive":
directive = "--qos=preproc"
result.append("{} {}".format(directive_prefix, directive))
if "betzy" in case.get_value("MACH") and job == "case.st_archive":
directive = "--mem-per-cpu=16GB"
result.append("{} {}".format(directive_prefix, directive))
Expand Down

0 comments on commit d530a3c

Please sign in to comment.