Remove old login. Fix ANSYS docs
All checks were successful
Build and deploy documentation / build-and-deploy-docs (push) Successful in 22s

This commit is contained in:
2026-02-13 16:14:03 +01:00
parent acde833952
commit 2f917f89d6
10 changed files with 87 additions and 52 deletions

View File

@@ -13,9 +13,9 @@ Is strongly recommended the use of the latest ANSYS software available in PModul
```bash
module use unstable
module load Pmodules/1.1.6
module use overlay_merlin
module load ANSYS/2022R1
module load Pmodules/2.0.4
module use merlin
module load ANSYS/2024R2
```
### Interactive: RSM from remote PSI Workstations
@@ -47,7 +47,9 @@ This example shows a very basic serial job.
#SBATCH --error=slurm-%j.err # Define your error file
module use unstable
module load ANSYS/2020R1-1
module load Pmodules/2.0.4
module use merlin
module load ANSYS/2024R2
# [Optional:BEGIN] Specify your license server if this is not 'lic-ansys.psi.ch'
LICENSE_SERVER=<your_license_server>
@@ -82,7 +84,9 @@ example below, we use a node by using all his cores and the whole memory.
#SBATCH --exclusive # Uncomment if you want exclusive usage of the nodes
module use unstable
module load ANSYS/2020R1-1
module load Pmodules/2.0.4
module use merlin
module load ANSYS/2024R2
# [Optional:BEGIN] Specify your license server if this is not 'lic-ansys.psi.ch'
LICENSE_SERVER=<your_license_server>
@@ -122,7 +126,9 @@ This example enables Distributed ANSYS for running Mechanical APDL using a Slurm
##SBATCH --exclusive # Uncomment if you want exclusive usage of the nodes
module use unstable
module load ANSYS/2020R1-1
module load Pmodules/2.0.4
module use merlin
module load ANSYS/2024R2
# [Optional:BEGIN] Specify your license server if this is not 'lic-ansys.psi.ch'
LICENSE_SERVER=<your_license_server>