HFSS script
Wed 08 June 2011 by Dr. Dirk ColbryBlog post edited by [Pat Bills]( https://wiki.hpcc.msu.edu/display/~billspat@msu.edu
) - "Migration of unmigrated content due to installation of a new plugin"
HFSS is available on the MSU HPCC. You can run interactively or in batch mode.
You may run the GUI interactive using the iCER Remote Desktop Gateway. See Copy of Connecting with a Remote Desktop Client
you must run HFSS from a development node via a terminal
Connect to the iCER Remote Desktop Gateway
Start a Terminal by clicking The Applications Menu and selecting "Terminal Emulator"
Once in the terminal, connect to a Development Node, Load the module for HFSS, and start hfss. When you run for the firs time, it will create a configuration setup for you. This may take a bit, and appear to be stalled, but please be patient if the system is busy.
Start HFSS in the Terminal
[billspat@rdpgw-00 ~]$ ssh dev-intel14
[billspat@dev-intel14 ~]$ module load hfss
Lmod Warning: hfss not found, loading: HFSS/15.0
[billspat@eval-k40 ~]$ hfss
ANSYS Electromagnetics 15.0 Configuration
=========================================
Hostname: eval-k40
User: billspat
> Running first-time configuration...
- *** Skipping dependency verification test ***
- Retrieving user settings... Done
- Applying user settings... Done
- Configuring OCX files... Done
- Retrieving machine settings... Done
- Applying machine settings... Done
- Configuring binaries... Done
First-time configuration completed successfully.
At which point the GUI/ Window will start. It will ask you a question about which directories you'd like to use. Please change the scratch folder:
The default scratch directory is simply /mnt/scratch. We suggest you createyour own folder on scratch, and enter that folder here. You have to firstcheck the "override" box and then type in your scratch folder.You may also use Batch mode to run HFSS jobs on the cluster. Here is anexample HFSS 15.0 submission script written by Andrew Temme that sets up theHFSS job options. For more detail see his excellent Python Notebook onHFSS
hfssrun.qsub
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
|
Blogpost migrated from ICER Wiki using custom python script. Comment on errors below.