def get_max_throughput_per_kpu()

in step-scaling/index.py [0:0]


def get_max_throughput_per_kpu():
    try:
        return int(os.environ['MaxThroughputPerKPU'])
    except Exception as e:
        print ("ERROR - Exception in get_max_throughput_per_kpu")
        print(e)