- Posts: 7
- Thank you received: 0
If you have problems during the execution of MRCC, please attach the output with an adequate description of your case as well as the followings:
This information really helps us during troubleshooting
- the way mrcc was invoked
- the way build.mrcc was invoked
- the output of build.mrcc
- compiler version (for example: ifort -V, gfortran -v)
- blas/lapack versions
- as well as gcc and glibc versions
This information really helps us during troubleshooting
Restarting coupled-cluster
- irikura
- Topic Author
- Offline
- New Member
Less
More
1 year 1 month ago #1398
by irikura
Replied by irikura on topic Restarting coupled-cluster
Thank you, that is helpful.
The memory information immediately preceding the warning is the same as in the original (interrupted) calculation. But until the first iteration is complete, I will not know if the amplitudes were read correctly from fort.16.
>> Memory requirements /Mbyte/:
>> Minimal Optimal
>> Real*8: 125253.5563 125253.5563
>> Integer: 136.3759
>> Total: 125389.9322 125389.9322
>>
>> The number of active orbitals has been changed!
>> It is dangerous to restart the program!
The memory information immediately preceding the warning is the same as in the original (interrupted) calculation. But until the first iteration is complete, I will not know if the amplitudes were read correctly from fort.16.
>> Memory requirements /Mbyte/:
>> Minimal Optimal
>> Real*8: 125253.5563 125253.5563
>> Integer: 136.3759
>> Total: 125389.9322 125389.9322
>>
>> The number of active orbitals has been changed!
>> It is dangerous to restart the program!
Please Log in or Create an account to join the conversation.
- Nike
- Offline
- Premium Member
Less
More
- Posts: 97
- Thank you received: 3
1 year 1 month ago #1399
by Nike
Replied by Nike on topic Restarting coupled-cluster
In my experience, the lines:
>> The number of active orbitals has been changed!
>> It is dangerous to restart the program!
are not a problem if the block of lines:
>> Memory requirements /Mbyte/:
>> Minimal Optimal
>> Real*8: 125253.5563 125253.5563
>> Integer: 136.3759
>> Total: 125389.9322 125389.9322
during the last execution of xmrcc, are the same as they were in the original (interrupted) calculation. Let's see how the first two iterations turn out. The first iteration might have a high residual vector norm, but the second one will be roughly the same size or smaller than the last norm value from the interrupted calculation (if everything is happening correctly).
With best wishes!
Nike
>> The number of active orbitals has been changed!
>> It is dangerous to restart the program!
are not a problem if the block of lines:
>> Memory requirements /Mbyte/:
>> Minimal Optimal
>> Real*8: 125253.5563 125253.5563
>> Integer: 136.3759
>> Total: 125389.9322 125389.9322
during the last execution of xmrcc, are the same as they were in the original (interrupted) calculation. Let's see how the first two iterations turn out. The first iteration might have a high residual vector norm, but the second one will be roughly the same size or smaller than the last norm value from the interrupted calculation (if everything is happening correctly).
With best wishes!
Nike
Please Log in or Create an account to join the conversation.
- irikura
- Topic Author
- Offline
- New Member
Less
More
- Posts: 7
- Thank you received: 0
1 year 1 month ago #1403
by irikura
Replied by irikura on topic Restarting coupled-cluster
In the interrupted calculation (irest=2), the "norm of residual vector" reached 0.000039 (iteration 19). In the restart (irest=1), after "Initial cluster amplitudes are read from unit 16", the norm was 1.216 (iter 1), 0.380 (iter 2), ... 0.0077 (iter 9). This is worse than the original irest=2 (norm=0.139 at iter 1 and 0.0011 at iter 9). So the restart did not work as I expected.
In the interrupted job the energy at iter 1 was -193.97293885 and at iter 19 was -193.97634401. Upon restart, the energy at iter 1 was -193.97524292. So the restarted initial energy was much better than the original starting energy. Could this mean that low-order amplitudes were read correctly, but not high-order amplitudes?
There was one time when the restart did work as I expected. Maybe that job was
interrupted at a lucky moment during the iteration.
Thanks and best regards,
Karl
In the interrupted job the energy at iter 1 was -193.97293885 and at iter 19 was -193.97634401. Upon restart, the energy at iter 1 was -193.97524292. So the restarted initial energy was much better than the original starting energy. Could this mean that low-order amplitudes were read correctly, but not high-order amplitudes?
There was one time when the restart did work as I expected. Maybe that job was
interrupted at a lucky moment during the iteration.
Thanks and best regards,
Karl
Please Log in or Create an account to join the conversation.
Time to create page: 0.038 seconds