Skip to content

Commit

Permalink
comment one character too long
Browse files Browse the repository at this point in the history
  • Loading branch information
daues committed Apr 10, 2024
1 parent 23d21b3 commit eb27653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ctrl/execute/slurmPlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def glideinsFromJobPressure(self, generatedSlurmFile):
# required by the set of small jobs. This calculation utilizes
# the requested cpus for a job, but also checks the requested
# memory and counts an effective core for each 'memoryPerCore'
# of memory (by default the 4GB per core than S3DF Slurm schedules).
# of memory (by default the 4GB per core of S3DF Slurm scheduler).
totalCores = 0
for ajob in condorq_small:
requestedCpus = ajob["RequestCpus"]
Expand Down

0 comments on commit eb27653

Please sign in to comment.