I have written a code for parallel programming in python.I am using pp module for this.
job_server = pp.Server(ncpus, ppservers=ppservers)
where ncpus=8 which is no. of core in my system.
python version:2.6.5.
pp version:1.6.2.
But I am facing an error as follows,
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