update
This commit is contained in:
		| @@ -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() | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user