-
Notifications
You must be signed in to change notification settings - Fork 23
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
shared library directory #414
Comments
Unless I am misunderstanding, this is not quite right. |
Sorry, that was poorly phrased. What I meant is that there is no difference between the location of the shared library and that of the other So, this is fine:
but, this won't work:
Now the question is whether it makes sense to allow the shared library to be separated by the PS: if we are reworking the |
FWIW, it can cause some confusion when building AtChem for different projects following Figure 4.1 in the manual. If the shared_lib flag is not set, it throws a fortran error that is hard to parse by an inexperienced user (e.g. me) |
Hi @mixtli-c thanks for your feedback. I agree that both the use of the executable flags and the instruction in the manual could be better. Any suggestion on how to be improve this is welcome :) |
As it is now, the build script always creates
mechanism.so
inmodel/configuration
. This makes the--shared-lib
flag of the executable basically useless (although it still needs to be explicitly set if--model
or--configuration
are not set to the default values).This is not a big issue, but it would make sense to
build.sh
OR
--shared_lib
flag (the easiest way would be to just hardcode it, like forreactionRates_dir
)The text was updated successfully, but these errors were encountered: