Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,13 @@
|
|||
V out = 0
|
||||
V max_out = -1
|
||||
[String] max_times
|
||||
L(job) File(‘mlijobs.txt’).read_lines()
|
||||
out += I ‘OUT’ C job {1} E -1
|
||||
I out > max_out
|
||||
max_out = out
|
||||
max_times.clear()
|
||||
I out == max_out
|
||||
max_times.append(job.split(‘ ’)[3])
|
||||
|
||||
print(‘Maximum simultaneous license use is #. at the following times:’.format(max_out))
|
||||
print(‘ ’max_times.join("\n "))
|
||||
Loading…
Add table
Add a link
Reference in a new issue