Skip to content
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

Fix some issues with Fortran samples #779

Merged
merged 3 commits into from
Feb 12, 2020

Conversation

speth
Copy link
Member

@speth speth commented Dec 20, 2019

  • There is a clear use-case for this code change
  • The commit message has a short title & references relevant issues
  • Build passes (scons build & scons test scons samples) and unit tests address code coverage

I ran into some issues while using the conda-packaged MKL to provide BLAS/LAPACK support that affected the ability to build the samples using the scons samples command.

Also, we now use rpath in the generated SConstruct files for the samples, so that it isn't necessary to specify LD_LIBRARY_PATH when running the compiled binaries.

gfortran 7.4 complains about "rank mismatch" in implicit ickwrk and rckwrk
variables.
This eliminates the need to set LD_LIBRARY_PATH when using libraries that are
not on the standard search path.
@speth speth marked this pull request as ready for review January 10, 2020 01:00
@bryanwweber bryanwweber merged commit 01a4e90 into Cantera:master Feb 12, 2020
@speth speth deleted the fix-fortran-samples branch March 20, 2023 01:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants