- Posts: 4
- 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
Haunted by error "On entry to DGESDD parameter number 5 had an illegal value"
- AlekseiAnisimov
- Topic Author
- Offline
- New Member
Less
More
2 years 3 weeks ago - 2 years 3 weeks ago #1270
by AlekseiAnisimov
Haunted by error "On entry to DGESDD parameter number 5 had an illegal value" was created by AlekseiAnisimov
Dear developers,
It is likely that I am doing something absolutely wrong, but after compiling the current version (2022-03-18) with all available patches, the resulting program gives me an error "** On entry to DGESDD parameter number 5 had an illegal value" (for GNU) in output right after it prints out all keywords and stops. In case of using Intel the situation is a bit different - it gives a bunch of errors after keywords output:
Intel MKL ERROR: Parameter 5 was incorrect on entry to DGESDD.
Intel MKL ERROR: Parameter 10 was incorrect on entry to DGEMM .
Intel MKL ERROR: Parameter 8 was incorrect on entry to DGEMM .
but doesn't stop after them, performing single-point calculation.
When compiling , the following was used:
System - CentOS Stream 8
1st try - original build.mrcc from tarball; gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-15); ldd (GNU libc) 2.28; lapack&blas 3.8.0 from CentOS Repo
flags used: ./build.mrcc GNU -pOMP -f/home/anis/Prog/fort/mrcc/pan_GNU_OMP/build -s
2nd try - gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-15); ldd (GNU libc) 2.28; self-built lapack&blas 3.10.0 (previous lapack and blas were heartlessly removed from the computer); corresponding changes in build.mrcc.config were made to add path to new liblapack and libblas.
flags were the same as in previous try.
3rd try - Intel oneAPI 2021.2.0
flags used: ./build.mrcc Intel -pOMP -pMPI -f/home/anis/Prog/fort/mrcc/pan_Intel_OMP_OpenMPI/build -s
I attach corresponding output of build.mrcc as well as output files.
Would you please explain what I'm doing wrong?
Best regards,
Alex
It is likely that I am doing something absolutely wrong, but after compiling the current version (2022-03-18) with all available patches, the resulting program gives me an error "** On entry to DGESDD parameter number 5 had an illegal value" (for GNU) in output right after it prints out all keywords and stops. In case of using Intel the situation is a bit different - it gives a bunch of errors after keywords output:
Intel MKL ERROR: Parameter 5 was incorrect on entry to DGESDD.
Intel MKL ERROR: Parameter 10 was incorrect on entry to DGEMM .
Intel MKL ERROR: Parameter 8 was incorrect on entry to DGEMM .
but doesn't stop after them, performing single-point calculation.
When compiling , the following was used:
System - CentOS Stream 8
1st try - original build.mrcc from tarball; gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-15); ldd (GNU libc) 2.28; lapack&blas 3.8.0 from CentOS Repo
flags used: ./build.mrcc GNU -pOMP -f/home/anis/Prog/fort/mrcc/pan_GNU_OMP/build -s
2nd try - gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-15); ldd (GNU libc) 2.28; self-built lapack&blas 3.10.0 (previous lapack and blas were heartlessly removed from the computer); corresponding changes in build.mrcc.config were made to add path to new liblapack and libblas.
flags were the same as in previous try.
3rd try - Intel oneAPI 2021.2.0
flags used: ./build.mrcc Intel -pOMP -pMPI -f/home/anis/Prog/fort/mrcc/pan_Intel_OMP_OpenMPI/build -s
I attach corresponding output of build.mrcc as well as output files.
Would you please explain what I'm doing wrong?
Best regards,
Alex
Last edit: 2 years 3 weeks ago by AlekseiAnisimov.
Please Log in or Create an account to join the conversation.
- kallay
- Offline
- Administrator
- Mihaly Kallay
2 years 3 weeks ago #1272
by kallay
Best regards,
Mihaly Kallay
Replied by kallay on topic Haunted by error "On entry to DGESDD parameter number 5 had an illegal value"
Dear Alex,
Unfortunately, the geometry optimization of complexes is currently not possible. It will be available in the next release (coming soon).
Unfortunately, the geometry optimization of complexes is currently not possible. It will be available in the next release (coming soon).
Best regards,
Mihaly Kallay
Please Log in or Create an account to join the conversation.
- AlekseiAnisimov
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
- Thank you received: 0
2 years 3 weeks ago #1274
by AlekseiAnisimov
Replied by AlekseiAnisimov on topic Haunted by error "On entry to DGESDD parameter number 5 had an illegal value"
Thanks a lot for the explanation!
I also have another question, though it's conserning different topic - do I understand correctly that in order to obtain natural orbitals from CCSD from canonical ones from the MOLDEN file, I need to use an unrelaxed density matrix from CCDENSITIES or is it correct to use a relaxed one?
Best regards,
Alex
I also have another question, though it's conserning different topic - do I understand correctly that in order to obtain natural orbitals from CCSD from canonical ones from the MOLDEN file, I need to use an unrelaxed density matrix from CCDENSITIES or is it correct to use a relaxed one?
Best regards,
Alex
Please Log in or Create an account to join the conversation.
- kallay
- Offline
- Administrator
- Mihaly Kallay
2 years 3 weeks ago #1275
by kallay
Best regards,
Mihaly Kallay
Replied by kallay on topic Haunted by error "On entry to DGESDD parameter number 5 had an illegal value"
For the calculation of the natural orbitals, you can use both the relaxed and the unrelaxed densities. The unrelaxed ones are available in the CCDENSITIES file, the relaxed ones are computed in prop but not saved to any file.
Best regards,
Mihaly Kallay
Please Log in or Create an account to join the conversation.
- AlekseiAnisimov
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
- Thank you received: 0
2 years 2 weeks ago #1276
by AlekseiAnisimov
Replied by AlekseiAnisimov on topic Haunted by error "On entry to DGESDD parameter number 5 had an illegal value"
Thanks!
And probably the final question: is the method of obtaining a relaxed one-particle density matrix described in the post www.mrcc.hu/index.php/forum/running-mrcc/67-relaxed-ccdensities still relevant? I just need to print out da array (for a singlet systems) right after the "Create total AO density" comment?
Im asking just because I get zero values somehow using this instruction...
Best regards,
Alex
And probably the final question: is the method of obtaining a relaxed one-particle density matrix described in the post www.mrcc.hu/index.php/forum/running-mrcc/67-relaxed-ccdensities still relevant? I just need to print out da array (for a singlet systems) right after the "Create total AO density" comment?
Im asking just because I get zero values somehow using this instruction...
Best regards,
Alex
Please Log in or Create an account to join the conversation.
- kallay
- Offline
- Administrator
- Mihaly Kallay
2 years 2 weeks ago #1277
by kallay
Best regards,
Mihaly Kallay
Replied by kallay on topic Haunted by error "On entry to DGESDD parameter number 5 had an illegal value"
Yes, it should work in this way.
Best regards,
Mihaly Kallay
The following user(s) said Thank You: AlekseiAnisimov
Please Log in or Create an account to join the conversation.
Time to create page: 0.042 seconds