TAGGED: hfss, hpc, parallel-computing
-
-
January 19, 2022 at 7:34 pm
marufhossain
SubscriberHello,
I have been struggling with setting up a cluster in HFSS 2021 R2. I have gone through a number of forum posts and it seems everything is setup correctly, yet the simulation is stuck at the first step 'Determining memory availability on Distributed machines".
The task we are trying to simulate is an encrypted automotive antenna which goes out of memory on a single windows server, therefore we are trying to distribute it across two windows servers, connected via a domain network. I made sure I installed the same version of HFSS (2021 R2) on both machines. Same version of intel MPI is also installed, and tested that the machines are talking (attached MPI_test screenshot).
January 21, 2022 at 6:24 pmmarufhossain
SubscriberHi, can anyone please answer?
January 24, 2022 at 8:32 pmrandyk
Forum ModeratorThe following should resolve the issue:
INITIAL Setup of Intel MPI:
1.. Are both computers on a domain?
If not, then make sure customer creates an account with the exact same username and password -- on each computer.
2.. log into each machine as the same user
3.. Did customer install Intel MPI from AnsysEM installation media, there will be a\Prerequisites\Intel MPI 2018.3\w_mpi_p_2018.3.210.exe
4.. After installing Intel MPI, start the Hydra services and register user/password(from an elevated CMD -- rt-click on CMD and "run as admin")
>"%I_MPI_ROOT%"\em64t\bin\mpivars.bat
>hydra_service -install
>hydra_service -start
5.. Register your credentials, enter:
From a normal CMD:
>mpiexec -register
Confirm your credentials were correct, enter:
>mpiexec -validate
6.. set default tempdirectory to c:\scratch on both computers
-- Createc:\scratchfolder
-- edit "C:\Program Files\AnsysEM\AnsysEM21.2\Win64\config\default.cfg" so contents are:
$begin 'Config'
tempdirectory='C:/scratch'
$end 'Config'
7.. The most recent version of AnsoftRSMService should be installed and all versions AEDT registered with AnsoftRSMService
-- note: ANSYS RSM is not AnsoftRSMService and is not compatible with AEDT.
-- AnsoftRSMService is included in the AEDT installation media whereas ANSYS RSM is a download on the ANSYS Customer Portal.
January 24, 2022 at 8:32 pmrandyk
Forum ModeratorTESTING Intel MPI
Open a CMD and run the following commands on each machine - share the output:
ping
--make sure name resolves to IP
ipconfig
-- make sure all machines in the same network
-- confirm all machines have a single active network(if multiple networks would need to set env vars to push traffic thru a specific connection)
set u
-- make sure the same user/password on each machine
set i
-- looking for I_MPI_ROOT
turn firewalls completely off on all machines for initial testing
From Powershell CMD, run:Get-NetConnectionProfile
-- confirm all computers NetworkCategory match (private/public/domain)
"%I_MPI_ROOT%"\em64t\bin\mpiexec -version
-- confirm version Intel MPI same on all machines
"%I_MPI_ROOT%"\em64t\bin\mpiexec -n 2 -host localhost "C:\Program Files\AnsysEM\AnsysEM21.2\Win64\schedulers\diagnostics\Utils\intelmpi_test.exe"
Output should be something like:
Intel MPI
Hello world! I'm rank 0 of 2 running on computer1
Hello world! I'm rank 1 of 2 running on computer1
(correct "Computername2" to reference the real computer name of remote machine)
"%I_MPI_ROOT%"\em64t\bin\mpiexec -n 2 -host localhost "C:\Program Files\AnsysEM\AnsysEM21.2\Win64\schedulers\diagnostics\Utils\intelmpi_test.exe" : -n 2 -host Computer2 "C:\Program Files\AnsysEM\AnsysEM21.2\Win64\schedulers\diagnostics\Utils\intelmpi_test.exe"
Output should be something like:
Intel MPI
Hello world! I'm rank 0 of 4 running on computer1
Hello world! I'm rank 1 of 4 running on computer1
Hello world! I'm rank 2 of 4 running on computer2
Hello world! I'm rank 3 of 4 running on computer2
January 24, 2022 at 8:34 pmJanuary 24, 2022 at 8:35 pmViewing 5 reply threads- The topic ‘HFSS HPC Setup 2021 R2 with intel MPI’ is closed to new replies.
Ansys Innovation SpaceTrending discussions- Y wiring method and the start and end points of winding.
- Lumped Port Deembed
- Optimizing Via Impedance in Ansys HFSS 3D Layout Using Geometric Parameter Sweep
- HFSS libnvidia-ml.so too old or could not be found – Warning in slurm job output
- Hfss 3D pcb via capped and filled with epoxy
- AEDT Natural Convection with default correlation is failing solver initializatio
- Three-Phase Voltage Imbalances in dual stator electric generator
- STL Import Errors in HFSS After Cleaning in SpaceClaim
- Calc Error in Field Calculator after PyAEDT Analyze
- import file autocad 3d
Top Contributors-
3912
-
1414
-
1256
-
1118
-
1015
Top Rated Tags© 2025 Copyright ANSYS, Inc. All rights reserved.
Ansys does not support the usage of unauthorized Ansys software. Please visit www.ansys.com to obtain an official distribution.
-