-
I'm trying to make use of my institution's HPC system so I can work on pyANSYS on my Macbook as well. I was able to create a container to install pyMAPDL, but I'm having trouble launching it on the Jupyter notebook since it needs the location of the ANSYS222.exe file. All I have from the institutions is the license file and server in the following format: export ANSYSLMD_LICENSE_FILE=XXXXXX How would I go about instructing launch_mapdl() that this is my license file and server so I can launch the software? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @ay8tb. You need to create a container for MAPDL. Not PyMAPDL. Check: https://mapdl.docs.pyansys.com/version/stable/getting_started/make_container.html Once you have a container with MAPDL installed, and with entrypoint pointing to Ansys executable, we can go over the next steps. Additional reference: https://mapdl.docs.pyansys.com/version/stable/getting_started/macos.html |
Beta Was this translation helpful? Give feedback.
Hi @ay8tb. You need to create a container for MAPDL. Not PyMAPDL. Check: https://mapdl.docs.pyansys.com/version/stable/getting_started/make_container.html
Although the instructions might be a bit outdated. Fill free to ping me here in this question, if you have any issue.
Once you have a container with MAPDL installed, and with entrypoint pointing to Ansys executable, we can go over the next steps.
Additional reference: https://mapdl.docs.pyansys.com/version/stable/getting_started/macos.html