Dear all,
I am trying to adjust the "parallel parameters" so that the transmission spectrum of MoS2 nanoribbon can be executed successfully in my computer. The default setting of these parameters are:
processes_per_bias_point='automatic',
processes_per_neb_image='automatic',
processes_per_individual='automatic',
processes_per_saddle_search=1,
With the default setting, there would be an error message as I mentioned before and the calculation would fail. If I change all of the parameters to 1, like this:
processes_per_bias_point=1,
processes_per_neb_image=1,
processes_per_individual=1,
processes_per_saddle_search=1,
the script can be carried out successfully. However, it took me a very long time to get the result---more than 6 hours, just one transmission spectrum.
There is a Note below the settings:
"Note: To use automatic detection of the number of processes to calculate a single configuration in parallel, set the value to zero."
I am not sure about the exact meaning of this sentence----which one should be set to zero? or 'automatic' means zero? In my opinion, the soft should have the ability to detect the performance of my computer and give me a set of suitable parameter settings with which the script can be run successfully instead of showing me a message that it runs out of memory.
As for my computer mentioned below, does anybody know how to set the parallel parameters for the calculation?
Processor Intel Core i7-6700 3.4 GHz
Processor Main Features 64 bit Quad-Core Processor
Cache Per Processor 8 MB L3 Cache
Memory 16 GB DDR3 1600
Storage 2 TB HDD + 96 GB SSD
The "Processor Main Features" of my computer is "Quad-Core", what does it mean? How can I use it for parallel calculation?
I appreciate anyone who can help me! Thank you very much!