update
This commit is contained in:
8
2021.01.18_run_programs_sequentially/run_qsub/task_1.py
Normal file
8
2021.01.18_run_programs_sequentially/run_qsub/task_1.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import time
|
||||
import guan
|
||||
print(guan.get_time())
|
||||
time.sleep(60)
|
||||
x = ['test_001']
|
||||
guan.dump_data(x, filename='result_1')
|
||||
print(guan.get_time())
|
||||
guan.make_file('./complete_1.txt')
|
Reference in New Issue
Block a user