Skip to content
Snippets Groups Projects
Commit ac94f736 authored by KyleKlenk's avatar KyleKlenk
Browse files

Merge branch 'summa_v4_changes' of...

Merge branch 'summa_v4_changes' of https://git.cs.usask.ca/numerical_simulations_lab/actors/Summa-Actors into summa_v4_changes
parents f5688660 dbbf77eb
No related branches found
No related tags found
1 merge request!5add in compiler def ACTORS_ACTIVE to turn on some stuff so can move...
......@@ -44,7 +44,7 @@ def seffCommand(jobId, numJobs, gru_per_job):
cmdString = "seff {}_{}".format(jobId, i)
cmd = subprocess.Popen(cmdString, shell=True, stdout=subprocess.PIPE)
for line in cmd.stdout:
if b'Cores:' in line:
if b'Cores' in line:
cores = line.decode().split(" ")[-1]
cores = cores.strip()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment