update
This commit is contained in:
parent
3776c2c12a
commit
7635346f96
@ -2,7 +2,7 @@ import guan # https://py.guanjihuan.com | install: pip install --upgrade guan
|
|||||||
import numpy as np
|
import numpy as np
|
||||||
import os
|
import os
|
||||||
|
|
||||||
cpu_num_array = np.arange(1, 65)
|
cpu_num_array = np.arange(1, 33)
|
||||||
|
|
||||||
py_filename='matrix_running_time_for_different_num_of_cpu_cores_writing_into_files'
|
py_filename='matrix_running_time_for_different_num_of_cpu_cores_writing_into_files'
|
||||||
current_directory = os.getcwd()
|
current_directory = os.getcwd()
|
||||||
|
@ -3,7 +3,7 @@ import matplotlib.pyplot as plt
|
|||||||
import numpy as np
|
import numpy as np
|
||||||
import pickle
|
import pickle
|
||||||
|
|
||||||
cpu_num_array = np.arange(1, 65)
|
cpu_num_array = np.arange(1, 33)
|
||||||
|
|
||||||
n = 1000
|
n = 1000
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
import numpy as np
|
import numpy as np
|
||||||
import os
|
import os
|
||||||
|
|
||||||
cpu_num_array = np.arange(1, 65)
|
cpu_num_array = np.arange(1, 33)
|
||||||
|
|
||||||
current_directory = os.getcwd()
|
current_directory = os.getcwd()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user