js4561207

Results 2 comments of js4561207

Same issue, and sometimes it even leads to **_timeout_** error. I tested launching mapdl with **LOG.setLevel("DEBUG")** model, and it shows it takes more time for `**launch_mapdl** to find an available...

**An available workaround** Releasing port 50052,50053,50054 and its process before launching pymapdl is useful. ``` # code for releaseing port(chatgpt) import psutil def find_and_terminate_process_by_port(port): for process in psutil.process_iter(['pid', 'name', 'connections']):...