Hello,
I am getting the following error when trying to run pyMAPDL on my university's HPC system.
CRITICAL - - logger - handle_exception - Uncaught exception
Traceback (most recent call last):
File "/home/amia0004/scratch/conda/envs/fsi/lib/python3.11/site-packages/ansys/mapdl/core/launcher.py", line 570, in check_mapdl_launch
_check_server_is_alive(stdout_queue, timeout)
File "/home/amia0004/scratch/conda/envs/fsi/lib/python3.11/site-packages/ansys/mapdl/core/launcher.py", line 645, in _check_server_is_alive
raise MapdlDidNotStart("MAPDL failed to start the gRPC server")
ansys.mapdl.core.errors.MapdlDidNotStart: MAPDL failed to start the gRPC server
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/monfs01/projects/lm78/AutoFSI/FSITools/run_flutter.py", line 22, in <module>
flutter.run_flutter()
File "/monfs01/projects/lm78/AutoFSI/FSITools/fsi.py", line 107, in run_flutter
mech.run_modal()
File "/monfs01/projects/lm78/AutoFSI/FSITools/Modules/mapdl.py", line 61, in run_modal
self.set_up_solver()
File "/monfs01/projects/lm78/AutoFSI/FSITools/Modules/mapdl.py", line 48, in set_up_solver
self.mapdl = launch_mapdl(nproc=18, run_location=str(self.working_dir), running_on_hpc = True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/amia0004/scratch/conda/envs/fsi/lib/python3.11/site-packages/ansys/mapdl/core/launcher.py", line 1700, in launch_mapdl
raise exception
File "/home/amia0004/scratch/conda/envs/fsi/lib/python3.11/site-packages/ansys/mapdl/core/launcher.py", line 1678, in launch_mapdl
check_mapdl_launch(
File "/home/amia0004/scratch/conda/envs/fsi/lib/python3.11/site-packages/ansys/mapdl/core/launcher.py", line 583, in check_mapdl_launch
raise MapdlDidNotStart(msg) from e
ansys.mapdl.core.errors.MapdlDidNotStart: MAPDL failed to start the gRPC server
Run location: /monfs01/projects/lm78/AutoFSI/FSITools/Intermediates/FSI_07-15-2025_00-23-41/Mechanical
Command line used: /apps/ansys/25r1/v251/ansys/bin/ansys251 -j file -np 18 -m 100000 -dis -port 50052 -grpc
I am not sure what is causing the error and it is making it difficult to complete my work. Any guidance would be appreciated.