diff --git a/pages/merlin6/05-Software-Support/ansys-cfx.md b/pages/merlin6/05-Software-Support/ansys-cfx.md index 9be2555..dbfde75 100644 --- a/pages/merlin6/05-Software-Support/ansys-cfx.md +++ b/pages/merlin6/05-Software-Support/ansys-cfx.md @@ -19,13 +19,20 @@ For that, run `cfx5solve -help` for getting a list of options. ### PModules -Is strongly recommended the use of the latest ANSYS software **ANSYS/2020R1-1** available in PModules. +Is strongly recommended the use of the latest ANSYS software available in PModules. ```bash module use unstable -module load ANSYS/2020R1-1 +module load Pmodules/1.1.6 +module use overlay_merlin +module load ANSYS/2022R1 ``` +## Interactive: RSM from remote PSI Workstations + +Is possible to run CFX through RSM from remote PSI (Linux or Windows) Workstation having a local installation of ANSYS CFX and RSM client. +For that, please refer to the ***[ANSYS RSM]*(/merlin6/ansys-rsm.html)** in the Merlin documentation for further information of how to setup a RSM client for submitting jobs to Merlin. + ### Non-interactive: sbatch Running jobs with `sbatch` is always the recommended method. This makes the use of the resources more efficient. Notice that for diff --git a/pages/merlin6/05-Software-Support/ansys-fluent.md b/pages/merlin6/05-Software-Support/ansys-fluent.md index b5968d0..cfd6f1c 100644 --- a/pages/merlin6/05-Software-Support/ansys-fluent.md +++ b/pages/merlin6/05-Software-Support/ansys-fluent.md @@ -24,13 +24,20 @@ following flags: ### PModules -Is strongly recommended the use of the latest ANSYS software **ANSYS/2020R1-1** available in PModules. +Is strongly recommended the use of the latest ANSYS software available in PModules. ```bash module use unstable -module load ANSYS/2020R1-1 +module load Pmodules/1.1.6 +module use overlay_merlin +module load ANSYS/2022R1 ``` +## Interactive: RSM from remote PSI Workstations + +Is possible to run Fluent through RSM from remote PSI (Linux or Windows) Workstation having a local installation of ANSYS Fluent and RSM client. +For that, please refer to the ***[ANSYS RSM]*(/merlin6/ansys-rsm.html)** in the Merlin documentation for further information of how to setup a RSM client for submitting jobs to Merlin. + ### Non-interactive: sbatch Running jobs with `sbatch` is always the recommended method. This makes the use of the resources more efficient. @@ -99,7 +106,6 @@ In the above example, one can increase the number of *nodes* and/or *ntasks* if `--nodes` for running on multiple nodes, but may lead to communication overhead. In general, **no hyperthreading** is recommended for MPI based jobs. Also, one can combine it with `--exclusive` when necessary. - ## Interactive: salloc Running Fluent interactively is strongly not recommended and one should whenever possible use `sbatch`. diff --git a/pages/merlin6/05-Software-Support/ansys-hfss.md b/pages/merlin6/05-Software-Support/ansys-hfss.md index 4af6042..5a741c8 100644 --- a/pages/merlin6/05-Software-Support/ansys-hfss.md +++ b/pages/merlin6/05-Software-Support/ansys-hfss.md @@ -44,6 +44,8 @@ A HFSS RSM service is running on each **Merlin login node**: The service is listening on port **`32958`** which is the default for ANSYS/2022R1. Windows workstations must ensure that **Electronics Desktop** is connecting to that port (in general, this does not need changes in the configuration unless it was previously modified or a new ANSYS version changes the default port). +Notice that _HFSS RSM is not the same RSM provided for other ANSYS products._ Therefore, the configuration is different from [ANSYS RSM](/merlin6/ansys-rsm.html). + To setup HFSS RSM for using it with the Merlin cluster, it must be done from the following **ANSYS Electronics Desktop** menu: 1. **[Tools]->[Job Management]->[Select Scheduler]**. @@ -57,7 +59,9 @@ To setup HFSS RSM for using it with the Merlin cluster, it must be done from the Once *refreshed*, the **Scheduler info** box must provide **Slurm** information of the server (see above picture). If the box contains that information, then you can save changes (`OK` button). 3. **[Tools]->[Job Management]->[Submit Job...]**. + ![Submit_Job]({{"/images/ANSYS/HFSS/04_Submit_Job_Menu.png"}}) + 4. In the new **[Submite Job]** window, you must specify the location of the **ANSYS Electronics Desktop** binary. ![Product_Path]({{"/images/ANSYS/HFSS/05_Submit_Job_Product_Path.png"}}) * In example, for **ANSYS/2022R1**, the location is `/data/software/pmodules/Tools/ANSYS/2022R1/v221/AnsysEM22.1/v221/Linux64/ansysedt`:. diff --git a/pages/merlin6/05-Software-Support/ansys-mapdl.md b/pages/merlin6/05-Software-Support/ansys-mapdl.md index 3b2211d..718f4d2 100644 --- a/pages/merlin6/05-Software-Support/ansys-mapdl.md +++ b/pages/merlin6/05-Software-Support/ansys-mapdl.md @@ -19,13 +19,20 @@ For that, please refer to the official Mechanical APDL documentation. ### PModules -Is strongly recommended the use of the latest ANSYS software **ANSYS/2020R1-1** available in PModules. +Is strongly recommended the use of the latest ANSYS software available in PModules. ```bash module use unstable -module load ANSYS/2020R1-1 +module load Pmodules/1.1.6 +module use overlay_merlin +module load ANSYS/2022R1 ``` +## Interactive: RSM from remote PSI Workstations + +Is possible to run Fluent through RSM from remote PSI (Linux or Windows) Workstation having a local installation of ANSYS Fluent and RSM client. +For that, please refer to the ***[ANSYS RSM]*(/merlin6/ansys-rsm.html)** in the Merlin documentation for further information of how to setup a RSM client for submitting jobs to Merlin. + ### Non-interactive: sbatch Running jobs with `sbatch` is always the recommended method. This makes the use of the resources more efficient. Notice that for