“Mechanical APDL Batch running with 2 cores requested” Problem #1253
-
Hello to whoever is reading this....., currently, i'm trying to use Python in combination with Ansys 2022 R1 for the first time using all the packages that falls under PyAnsys. This is the program in question......
However, i'm running into an issue. When I run this program, it shows a new window saying "Mechanical APDL Batch running with 2 cores requested" but in task manager, its listed as "not responding". Furthermore, when I try to click on this new window, i'm met with the following System Errors:
I've checked all these aforementioned files and they're all present within the Ansys folder. It should also be noted that both Python and Ansys are on seperate storage drives on the same laptop due to storage issues. However, when I reinstalled Python onto the same storage drive that stored Ansys, the problem still persisted. Any help to fix this issue will be greatly appreciated. How do I fix this issue? Regards, Jordan. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @JordanPeach most of what you describe is normal behavior i.e. a new window is opened and the task manager showing the first ansys.exe process as 'not responding'. The messages about the dll's could be an issue. Some other program may have put a copy of libifcoremd.dll in the Windows system folder which is a different version than what was installed for Ansys (MAPDL). You may want to look in C:\Windows\System32 for that dll and rename it to libifcoremd.dllold. Then start up MAPDL (not via PyMAPDL) in Start -> All Programs -> Ansys 2022 R1 -> Mechanical Product Launcher. On the Product Launcher just click the Run button in the lower left. If there is still a dll issue there will be a pop-open window with a message. If not you can close MAPDL interactive in the upper left under File -> Exit. I think I may have seen the dll put in other Windows system folder(s)....I'll search my prior service requests and add a message if needed. Mike |
Beta Was this translation helpful? Give feedback.
-
Hi @JordanPeach any update on this? Mike |
Beta Was this translation helpful? Give feedback.
Hi @JordanPeach most of what you describe is normal behavior i.e. a new window is opened and the task manager showing the first ansys.exe process as 'not responding'. The messages about the dll's could be an issue. Some other program may have put a copy of libifcoremd.dll in the Windows system folder which is a different version than what was installed for Ansys (MAPDL). You may want to look in C:\Windows\System32 for that dll and rename it to libifcoremd.dllold. Then start up MAPDL (not via PyMAPDL) in Start -> All Programs -> Ansys 2022 R1 -> Mechanical Product Launcher. On the Product Launcher just click the Run button in the lower left. If there is still a dll issue there will be a po…