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

Set Ansys version and executable from env vars #1741

Merged
merged 14 commits into from
Dec 29, 2022

Conversation

germa89
Copy link
Collaborator

@germa89 germa89 commented Dec 28, 2022

Now you can use env vars to specify:

  • Ansys executable path using PYMAPDL_MAPDL_EXEC
  • Ansys version using PYMAPDL_MAPDL_VERSION

Additionally you can specify ansys version (if multiple are available) in launcher_mapdl(version=22.2).

Close #1566

@germa89 germa89 self-assigned this Dec 28, 2022
@germa89 germa89 added the Enhancement Improve any current implemented feature label Dec 28, 2022
@codecov
Copy link

codecov bot commented Dec 28, 2022

Codecov Report

Merging #1741 (ab99176) into main (673ee55) will increase coverage by 0.00%.
The diff coverage is 89.74%.

@@           Coverage Diff           @@
##             main    #1741   +/-   ##
=======================================
  Coverage   85.55%   85.55%           
=======================================
  Files          45       45           
  Lines        7587     7617   +30     
=======================================
+ Hits         6491     6517   +26     
- Misses       1096     1100    +4     

@germa89 germa89 changed the title Set Ansys version from env var Set Ansys version and executable from env vars Dec 29, 2022
@germa89 germa89 merged commit 326b802 into main Dec 29, 2022
@germa89 germa89 deleted the feat/set-ansys-version-from-env-var branch December 29, 2022 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Improve any current implemented feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Retrieve ANSYS executable from set env PATH
1 participant