-
Notifications
You must be signed in to change notification settings - Fork 10
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
compiling BSR3 #1
Comments
|
Hi, @olahassouneh! Unfortunately Oleg passed away a few years ago (https://www.ilesfuneralhomes.com/obituary/Oleg-Zatsarinny-PhD/West-Des-Moines-Iowa/1885732), so this repo is no longer maintained :( I've successfully compiled BSR3 on both Linux and Windows platforms, so can give few basic recommendations based on my experience:
|
Hi Dr. Sergiy,
Thank you for sharing this information, even if it comes late—it may still
be valuable to others working with BSR3.
I'm sorry to hear about Oleg's passing. His contributions to the field were
significant, and it's a loss for the community.
Thanks for providing the link to the obituary as well.
*Ola Hassouneh*
*Associated Professor of Atomic Physics at the University of
JordanMobile:+962791517629Previous: PHD student at:Centre for Theoretical
Atomic, Molecular and Optical Physics
<http://www.qub.ac.uk/schools/SchoolofMathematicsandPhysics/Research/CTAMOP>Department
of Applied Mathematics & Theoretical Physics Queens University
BelfastMobile: +44 (0) 7405026607*
*https://www.researchgate.net/home
<https://www.researchgate.net/home>https://www.linkedin.com/feed/?trk=
<https://www.linkedin.com/feed/?trk=>http://eacademic.ju.edu.jo/O.hassouneh/default.aspx
<http://eacademic.ju.edu.jo/O.hassouneh/default.aspx>*
…On Tue, 12 Nov 2024 at 3:27 PM, Sergiy Gedeon ***@***.***> wrote:
Hi, @olahassouneh <https://github.com/olahassouneh>!
I know that this response is too late, but it might be helpful for someone
else.
Unfortunately Oleg passed away a few years ago (
https://www.ilesfuneralhomes.com/obituary/Oleg-Zatsarinny-PhD/West-Des-Moines-Iowa/1885732),
so this repo is no longer maintained :(
I've successfully compiled BSR3 on both Linux and Windows platforms, so
can give few basic recommendations based on my experience:
- correctly set environment variables (file DEF_03) and put this file
into HOME directory (or update path in makefiles)
- use appropriate versions of external libraries (LAPACK, BLAS, etc.)
- please note that on Linux all file names are case-sensitive, so some
makefiles need to be updated
—
Reply to this email directly, view it on GitHub
<#1 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEUERN3KD6BETGWN2C36V7D2AHX2TAVCNFSM6AAAAABRT6C4M6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZQGQYDCMRUHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi
I am trying to compile BSR3, but I got this issue:
(gfortran: error: unrecognized command-line option '-module'; did you mean '-Mmodules'?)
when I changed module by Mmodules I got this:
(Warning: command-line option '-Mmodules' is valid for C++/Modula-2 but not for Fortran
br_bsorb.f90:7:11:
Fatal Error: Cannot open module file 'spline_orbitals.mod' for reading at (1): No such file or directory
compilation terminated.)
Many thanks
The text was updated successfully, but these errors were encountered: