-
Notifications
You must be signed in to change notification settings - Fork 29
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
Some very simple documentation requests #219
Comments
No problem. I'll further clarify the documentation later. |
Very much appreciate it! And when I get it working, I'll share my Spack
environment. Thanks!
mark
Mark Yoder, PhD
805 451 8750
*www.linkedin.com/in/Mark-R-Yoder-PhD
<http://www.linkedin.com/in/Mark-R-Yoder-PhD>*
"If you bore me, you lose your soul (to me)..."
~belly
…On Tue, Mar 21, 2023 at 11:51 AM Zhi Wang ***@***.***> wrote:
No problem. I'll further clarify the documentation later.
—
Reply to this email directly, view it on GitHub
<#219 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB2DC4YM7ZGHJXV5N2JMBWLW5H2D7ANCNFSM6AAAAAAWC26WI4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Your questions are answered in the relevant paragraphs in the updated documentation. https://github.com/TinkerTools/tinker9/blob/master/doc/manual/m/install/buildwithcmake.rst And if you really want to use c++14, you can try |
Hi - Can I request/recommend some very simple modifications to the installation documentation?
Namely, what compilers should be what? For example, I understand that the environment variable
CC
is interpreted bycmake
as the c-compiler, but it is not clear to me whether that should be set to thegnu
compiler, or thenvhpc
compiler. Should this look something like,CC=gcc
orCC=nvc
Also, I understand that there are many
c++
standards, but how specifically should-DSTD=
be defined?-DSTD=11
,-DSTD=c++11
, ???Turns out I can find this by sifting through the "successful builds," but a short, basic explanation in the "install" section of how to make certain specifications would be extremely helpful.
Thanks in advance for any clarity you can provide!
The text was updated successfully, but these errors were encountered: