HuzThanks for the advice!
The first option didn't work because the batch contained

and

, and pcoul simply refused to calculate it.
The second option worked, and pcoul seems to be calculating as I want.
Furthermore, I discovered I was using the wrong batch and replaced it.
Now the startup line are:
Код:
pcoul -x5e70 -r36-14log-5 -p83 "-px1^5,3^8,1^11,1^17,1^35" -g1 -f13 36 14
and the beginning of the log file is:
(Оффтоп)
Код:
305 b0: 3^8 2.7^2 13^2 2^2.3 5 2.11^2 3 2^8 7 2.3^2.5^2 . 2^2 3 2
001 pcoul(36 14) -p83 -px1^5,3^8,1^11,1^17,1^35 -f13 -x50000000000000000000000000000000000000000000000000000000000000000000000 *RT*
305 b0: 3^8 2.7^2.61^2 13^2.43^2 2^2.3.73^2 5.23^2.41^2 2.11^2.59^2 3.29^2.79^2 2^8 7.19^2.83^2 2.3^2.5^2 17^2.67^2 2^2.71^2 3.31^2.47^2 2.37^2.53^2 (580.67s) [41193673 69594 5989 494 48 4 0 0 0 0 0 0 0 0]
305 b0: 3^8 2.7^2.73^2 13^2.59^2 2^2.3.37^2 5.23^2.71^2 2.11^2.61^2 3.29^2.47^2 2^8 7.19^2.83^2 2.3^2.5^2 17^2.43^2 2^2.53^2 3.31^2.79^2 2.41^2.67^2: 5 / 6 (1160.83s) [82316866 139160 11924 1023 94 9 2 0 0 0 0 0 0 0]
305 b0: 3^8 2.7^2 13^2.37^2 2^2.3 5.23^2.83^2 2.11^2 3.29^2.71^2 2^8 7.19^2.53^2 2.3^2.5^2 17^2.73^2 2^2.61^2 3.31^2.79^2 2.41^2.67^2 (1742.28s) [122784099 207527 17746 1523 141 13 2 0 0 0 0 0 0 0]
305 b0: 3^8 2.7^2.59^2 13^2.79^2 2^2.3 5.23^2.73^2 2.11^2.83^2 3.29^2.61^2 2^8 7.19^2.47^2 2.3^2.5^2 17^2.53^2 2^2.37^2 3.31^2.71^2 2.43^2.67^2 (2320.12s) [162250295 274171 23419 2024 192 17 2 0 0 0 0 0 0 0]
305 b0: 3^8 2.7^2.79^2 13^2.41^2 2^2.3 5.23^2.61^2 2.11^2.67^2 3.29^2.73^2 2^8 7.19^2.71^2 2.3^2.5^2 17^2.37^2 2^2.59^2 3.31^2.53^2 2.47^2.83^2 (2894.33s) [200922602 339315 29104 2503 230 19 3 0 0 0 0 0 0 0]
305 b0: 3^8 2.7^2.41^2 13^2.79^2 2^2.3.53^2 5.23^2.37^2 2.11^2.73^2 3.29^2.59^2 2^8 7.19^2.43^2 2.3^2.5^2 17^2.71^2 2^2.83^2 3.31^2.67^2 2.47^2.61^2: 5 / 6 (3470.08s) [239739793 405386 34723 2986 283 23 3 0 0 0 0 0 0 0]
But I have new questions.
1. The log file contains two types of lines.
a)
(Оффтоп)
Код:
305 b0: 3^8 2.7^2.73^2 13^2.59^2 2^2.3.37^2 5.23^2.71^2 2.11^2.61^2 3.29^2.47^2 2^8 7.19^2.83^2 2.3^2.5^2 17^2.43^2 2^2.53^2 3.31^2.79^2 2.41^2.67^2: 5 / 6 (1160.83s) [82316866 139160 11924 1023 94 9 2 0 0 0 0 0 0 0]
I understand this line, and everything works as expected.
b)
(Оффтоп)
Код:
305 b0: 3^8 2.7^2.59^2 13^2.79^2 2^2.3 5.23^2.73^2 2.11^2.83^2 3.29^2.61^2 2^8 7.19^2.47^2 2.3^2.5^2 17^2.53^2 2^2.37^2 3.31^2.71^2 2.43^2.67^2 (2320.12s) [162250295 274171 23419 2024 192 17 2 0 0 0 0 0 0 0]
Here, in one position (
Код:
2^2.3
), the square of a prime number is missing.
What does this mean? How does pcoul work in this case?
2. Which -g and -j launch keys would you recommend to speed up pcoul in this launch mode?