pymapdl verification fails #557
-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Hi @SanthoshMansys , are you using a VPN? If so, could you please try: |
Beta Was this translation helpful? Give feedback.
-
I could use SMP option with and without VPN connected. But not DMP option in V2021R2, even after restarting my machine and no VPN connected. For now i will start using SMP. |
Beta Was this translation helpful? Give feedback.
-
Hi @SanthoshMansys you may want to try switching to MS MPI...if this is still an issue for you. mapdl = launch_mapdl(additional_switches='-mpi msmpi') Intel MPI can be fussy with VPNs etc. This is not a cure all, but works sometimes. Mike |
Beta Was this translation helpful? Give feedback.
-
This should be fixed by now. Since #611 the default MPI compiler in Windows is Microsoft Compiler ( |
Beta Was this translation helpful? Give feedback.
This should be fixed by now.
Since #611 the default MPI compiler in Windows is Microsoft Compiler (
-mpi msmpi
)