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

Bug located in launch_mapdl #2724

Closed
4 tasks done
clatapie opened this issue Jan 31, 2024 · 0 comments · Fixed by #2725
Closed
4 tasks done

Bug located in launch_mapdl #2724

clatapie opened this issue Jan 31, 2024 · 0 comments · Fixed by #2725
Assignees

Comments

@clatapie
Copy link
Contributor

🤓 Before submitting the issue

🔍 Description of the bug

When defining a PYMAPDL_IP global variable, the following information is asked:

Enter the location of Ansys MAPDL (ansysxxx):

However, when passing the ip value within the launch_mapdl argument, this information doesn't appear and MAPDL is correctly launched.

🕵️ Steps To Reproduce

The log will automatically be formatted as Python code! No need to type backticks.

>>> launch_mapdl(ip=IP)


export $PYMAPDL_IP=IP
>>> launch_mapdl()

💻 Which Operating System are you using?

Linux

🐍 Which Python version are you using?

3.10

📝 PyMAPDL Report

Show the Report!

# PASTE HERE THE OUTPUT OF `python -c "from ansys.mapdl import core as pymapdl; print(pymapdl.Report())"` here

📝 Installed packages

Show the installed packages!

# PASTE HERE THE OUTPUT OF `python -m pip freeze` here

📝 Logger output file

Show the logger output file.

# PASTE HERE THE CONTENT OF THE LOGGER OUTPUT FILE.

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 a pull request may close this issue.

1 participant