我已经在 python 中编写了一个并行编程代码。我为此使用了 pp 模块。
job_server = pp.Server(ncpus, ppservers=ppservers)
其中 ncpus=8 不是。我系统中的核心。
蟒蛇版本:2.6.5。
pp版本:1.6.2。
但我面临如下错误,
Traceback (most recent call last):
File "/home/a3rmt/LIVE_ECG/file_video.py", line 613, in <module>
MakeImagesThread(array_file)
File "/home/a3rmt/LIVE_ECG/file_video.py", line 502, in MakeImagesThread
job_server = pp.Server(ncpus, ppservers=ppservers)
File "/usr/lib/pymodules/python2.6/pp.py", line 366, in __init__
raise ValueError("secret must be set using command-line option or configuration file")
ValueError: secret must be set using command-line option or configuration file