Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

HFSS v15 HPC problem using command line

Status
Not open for further replies.

siddhant2

Newbie level 2
Joined
Nov 14, 2014
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Location
United Kingdom
Activity points
21
Hi,

I am trying to run simulations on HFSS which has been installed on a linux based HPC platform. There are 1000's of cores available for me to use. Each computing node has 16 cores with maximum 32GB memory per node. I am trying to simulate antennas around 2THz frequency range. I have requested for exclusive access to 2 complete nodes for my simulation, i.e., 32cores and 64GB memory in total. I have to submit my HFSS job via command line and the code is as follows:

hfss -distributed -monitor -machinelist num=32 -ng -batchoptions \
"HFSS/HPCLicenseType=Pool HFSS/NumCoresPerDistributedTask=32 HFSS/DesiredRAMLimitInGB=64 tempdirectory=${TMPDIR}" \
-batchsolve <filename>.hfss

This does generate a log file which can be followed to check the progress of the simulation.

It solves few adaptive passes before converging, but only uses one core to do it.
Multiple cores are only used for frequency sweeps, but not always. If I have only few frequency steps, it just uses one core and does not distribute task to other available cores.

My simulation crashes as soon as one of the nodes exceeds 32GB, at the same point, even if I allocate 3 nodes, i.e., 32X3=96GB.

Am I not feeding the correct parameters for distributed task? I am sure HFSS does have MPI functionality. Do I have to specify it somewhere in the command line?

Please help me out. Thank you very much! :)
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top