-
Notifications
You must be signed in to change notification settings - Fork 4
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
Regarding the installation #33
Comments
Hi Krishna, It's hard to say for certain without more information, but it sounds like the Tinker compilation might have failed during the link step. You don't actually need to compile Tinker through the ELECTRIC build scripts, and it might be easier for you to build Tinker independently. You'll just need to acquire our MDI-enabled fork of Tinker, and then build it by following the normal Tinker build instructions. To get the MDI-enabled Tinker fork, do:
Once you've got Tinker to compile correctly, you will need to modify the Feel free to let me know if you have any further problems. Best, |
Hi Taylor,
Thank you for the suggestions. I will try this out. I hope it works !
If it doesn't i will try to see your help.
Many thanks,
Krishna
…________________________________
From: taylor-a-barnes ***@***.***>
Sent: Friday, December 3, 2021 5:15:53 PM
To: WelbornGroup/ELECTRIC
Cc: Khakurel Krishna Prasad; Author
Subject: Re: [WelbornGroup/ELECTRIC] Regarding the installation (Issue #33)
Hi Krishna,
It's hard to say for certain without more information, but it sounds like the Tinker compilation might have failed during the link step.
You don't actually need to compile Tinker through the ELECTRIC build scripts, and it might be easier for you to build Tinker independently. You'll just need to acquire our MDI-enabled fork of Tinker, and then build it by following the normal Tinker build instructions<https://dasher.wustl.edu/tinker/distribution/doc/sphinx/tinker/_build/html/text/installation.html#building-your-own-executables>. To get the MDI-enabled Tinker fork, do:
git clone --branch mdi ***@***.***:taylor-a-barnes/Tinker.git
Once you've got Tinker to compile correctly, you will need to modify the ELECTRIC/test/locations/Tinker_ELECTRIC file in ELECTRIC to contain the absolute path to your newly compiled dynamic.x file (ELECTRIC/test/locations/Tinker_ELECTRIC should not have any whitespace, such as a terminal newline). You should be able to run ELECTRIC after that.
Feel free to let me know if you have any further problems.
Best,
Taylor
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#33 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AOZGXC5JYGPT5GZGXFG4IYDUPDULTANCNFSM5JI76NDQ>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Dear colleagues,
I have tried to install the package as it have been mentioned in the document. But, there is nothing like "dynamic.x" file in the directory ELECTRIC/modules/Tinker/build/tinker/source/. Instead there are dynamic.o and dynamic.f files. The compilation was done using cmake -3.7 and gfortran. could you kindly suggest what could have gone wrong?
Many thanks in advance,
Krishna
The text was updated successfully, but these errors were encountered: