cc_staff
1,863
edits
No edit summary |
mNo edit summary |
||
Line 1,284: | Line 1,284: | ||
=== Ansys EDT === <!--T:1677--> | === Ansys EDT === <!--T:1677--> | ||
::: <code>module load | ::: <code>module load CcEnv StdEnv/2023 ansysedt/2021R2 (or newer)</code> | ||
::: <code>ansysedt</code> | ::: <code>ansysedt</code> | ||
::: Next configuration steps only need to be done once ... | |||
::: Click <code>Tools -> Options -> HPC and Analysis Options -> Edit</code> then : | ::: Click <code>Tools -> Options -> HPC and Analysis Options -> Edit</code> then : | ||
:::: 1) untick Use Automatic Settings box | :::: 1) untick the <code>Use Automatic Settings</code> box | ||
:::: 2) under Machines tab change Cores to | :::: 2) under the Machines tab change <code>Cores</code> to 24 or less | ||
:::: 3) leave default value for <code>Tasks</code> set at 1 | |||
:::: 4) click <code>OK</code> (these settings are then stored in ~/Ansoft) | |||
::: Click <code>Tools -> Options -> HPC and Analysis Options -> Options</code> then : | |||
:::: 1) change <code>HPC License</code> pulldown to Pool (allows > 4 cores to be used) | |||
:::: 2) click <code>OK</code> | |||
::: If <code>ansysedt</code> crashes run the following command(s) and try again: | ::: If <code>ansysedt</code> crashes run the following command(s) and try again: | ||
:::: pkill -9 -u $USER -f "ansys*|mono|mwrpcss|apip-standalone-service" | :::: pkill -9 -u $USER -f "ansys*|mono|mwrpcss|apip-standalone-service" | ||
:::: <code>rm -rf ~/.mw</code> (run first time configuration on startup) | :::: <code>rm -rf ~/.mw</code> (will re-run first-time configuration on startup) | ||
::: To copy the Antennas examples for a module version into your account: | |||
:::: 1) module load CcEnv StdEnv/2023 ansysedt/2023R2 | |||
:::: 2) rm -rf ~/Ansoft/$EBVERSIONANSYSEDT/Antennas; mkdir -p ~/Ansoft/$EBVERSIONANSYSEDT | |||
:::: 3) cp -a $EBROOTANSYSEDT/v232/Linux64/Examples/HFSS/Antennas ~/Ansoft/$EBVERSIONANSYSEDT | |||
=== Ensight === <!--T:1678--> | === Ensight === <!--T:1678--> |