-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with DD-CISD #89
Comments
Hello @rafa-pr "lowdin-SCF.x: error while loading shared libraries: libxc.so.13: "
Let me know if there is an error during compilation
Another reason, could be that you have more than one libxc library, and then there is a conflict between to get the correct one.
Best, |
Hello @jacharrym
Thanks for the response, ill be providing more information if necessary. Best. |
Hi, I installed Löwdin following the repository's instructions a long time ago, the associated information is here: commit f2cffef (HEAD -> master, origin/master, origin/HEAD)
However, the error associated to libxc was present at that time for the FHF-.HF+EPC17 lowdin-DFT.x: error while loading shared libraries: libxc.so.13: cannot open shared object file: No such file or directory Error termination. Backtrace: |
Okay, so probably the issue is due to a conflict between different installed versions of libxc. One thing that you could do is to remove all libxc versions and keep only the newest one. Although I assume that maybe you want to keep the older one to run your older version of Lowdin. In any case, please do one of the following: A) IF you want to keep both versions:
the output is something like
And then run the following command based on the above path
This will tell you in which folder is located the old libxc library
then edit the openlowdin/CONFIG file changing the following line
to
then
You can confirm the path by checking
Please keep in mind that the CONFIG file will be overwritten everytime you run B) If you one need only one version Remove any existing libxc library installed in the folders listed by
Then make sure that your new libxc library should be in one of the folders given by the above commands. If that's not the case, then simply add the folder of the new libxc library into the environmental variable
To permanently save the changes, add the above lines in your $HOME/.bashrc file. Then remember to The folder /your_folder_for_libxc/ is the one that should contain the .a files Please let me know if that works for you |
Hello @jacharrym Indeed there were some issues with libxc, given your instructions the latest version of lowdin (commit fcceb13) now works fine with the proper directory for libxc. Tests are all ok. Thank you a lot for the help. Best, |
@rafa-pr Great! |
Hi, I installed the latest version of lowdin and now it is working properly. Thanks for your help. |
Compilation of modification to CI module including DD implementation runs usually but when calculations are ran an error appears.
When running the H-e+H-.DD-CISD.lowdin file on the test directory the following error appears:
lowdin-SCF.x: error while loading shared libraries: libxc.so.13: cannot open shared object file: No such file or directory
lowdin-CalcProp.x: error while loading shared libraries: libxc.so.13: cannot open shared object file: No such file or directory
At line 194 of file IntegralTransformation.f90 (unit = 20)
Fortran runtime error: Cannot open file 'lowdin.wfn': No such file or directory
Error termination. Backtrace:
#0 0x14ada1423ad0 in ???
#1 0x14ada1424649 in ???
#2 0x14ada142527f in ???
#3 0x14ada16741f6 in ???
#4 0x14ada16744ed in ???
#5 0x5617f6a29549 in integralstransformation
at /home/porras/lowdinCI/src/integralsTransformation/IntegralTransformation.f90:194
#6 0x5617f6a0a0be in main
at /home/porras/lowdinCI/src/integralsTransformation/IntegralTransformation.f90:38
At line 132 of file CIcore.f90 (unit = 20)
Fortran runtime error: Cannot open file 'lowdin.wfn': No such file or directory
Error termination. Backtrace:
#0 0x1501bd823ad0 in ???
#1 0x1501bd824649 in ???
#2 0x1501bd82527f in ???
#3 0x1501bda741f6 in ???
#4 0x1501bda744ed in ???
#5 0x55dd12c790ba in __cicore__MOD_cicore_constructor
at /home/porras/lowdinCI/src/CI/CIcore.f90:132
#6 0x55dd12c7d3df in ci
at /home/porras/lowdinCI/src/CI/CI.f90:69
#7 0x55dd12c7485e in main
at /home/porras/lowdinCI/src/CI/CI.f90:30
lowdin-CalcProp.x: error while loading shared libraries: libxc.so.13: cannot open shared object file: No such file or directory
Additionally, when MP2 level of theory is ran similar error is found. Input file used was a PsF calculation at MP2 level with aug-cc-pvdz bs for electrons and e+aug-cc-pvdz for positron, the error found was:
lowdin-SCF.x: error while loading shared libraries: libxc.so.13: cannot open shared object file: No such file or directory
lowdin-CalcProp.x: error while loading shared libraries: libxc.so.13: cannot open shared object file: No such file or directory
At line 189 of file InputCI.f90 (unit = 20)
Fortran runtime error: Cannot open file 'lowdin.wfn': No such file or directory
Error termination. Backtrace:
#0 0x1512a7a23ad0 in ???
#1 0x1512a7a24649 in ???
#2 0x1512a7a2527f in ???
#3 0x1512a7c741f6 in ???
#4 0x1512a7c744ed in ???
#5 0x5601ea062f24 in __inputci__MOD_inputci_load
at /home/porras/lowdinCI/src/core/InputCI.f90:189
#6 0x5601ea01ffe7 in integralstransformation
at /home/porras/lowdinCI/src/integralsTransformation/IntegralTransformation.f90:96
#7 0x5601ea0010be in main
at /home/porras/lowdinCI/src/integralsTransformation/IntegralTransformation.f90:38
At line 189 of file InputCI.f90 (unit = 20)
Fortran runtime error: Cannot open file 'lowdin.wfn': No such file or directory
Error termination. Backtrace:
#0 0x153d43c23ad0 in ???
#1 0x153d43c24649 in ???
#2 0x153d43c2527f in ???
#3 0x153d43e741f6 in ???
#4 0x153d43e744ed in ???
#5 0x557b6ac0feb4 in __inputci__MOD_inputci_load
at /home/porras/lowdinCI/src/core/InputCI.f90:189
#6 0x557b6abf812f in mbpt
at /home/porras/lowdinCI/src/MBPT/MBPT.f90:67
#7 0x557b6abf254e in main
at /home/porras/lowdinCI/src/MBPT/MBPT.f90:36
As a side note, installation from the master branch dated August 27 gave the same outcome, regular compiling and installation but tests ran at MP2 gave the above error (this was found as some people on a research group from Ecuador tried to installed from GitHub page and an older local version had to be used). Older versions of lowdin do not have this issues as was checked running MP2 tests and no issues appear. The PsF input was ran similarly and expected result was achieved.
The text was updated successfully, but these errors were encountered: