How to print the elapsed time in python mpi4py script?

后端 未结 0 817
甜味超标
甜味超标 2021-02-02 17:51

Firstly, I know that how to record the elapsed time in the serial Python script.

import time

time_start = time.time()
...
time_end = time.time()
print("The          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题