Remove old login. Fix ANSYS docs
All checks were successful
Build and deploy documentation / build-and-deploy-docs (push) Successful in 22s
All checks were successful
Build and deploy documentation / build-and-deploy-docs (push) Successful in 22s
This commit is contained in:
@@ -11,8 +11,8 @@ 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 Pmodules/2.0.4
|
||||
module use merlin
|
||||
module load ANSYS/2022R1
|
||||
```
|
||||
|
||||
|
||||
@@ -17,9 +17,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
|
||||
@@ -50,7 +50,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>
|
||||
@@ -83,7 +85,9 @@ An example for running Fluent using a Slurm batch script is the following:
|
||||
##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>
|
||||
@@ -149,8 +153,10 @@ running `fluent`, as follows:
|
||||
salloc: Granted job allocation 135030174
|
||||
|
||||
$ module use unstable
|
||||
$ module load ANSYS/2020R1-1
|
||||
module load: unstable module has been loaded -- ANSYS/2020R1-1
|
||||
$ module load Pmodules/2.0.4
|
||||
$ module use merlin
|
||||
$ module load ANSYS/2024R2
|
||||
module load: unstable module has been loaded -- ANSYS/2024R2
|
||||
|
||||
$ fluent 3ddp -t$SLURM_NPROCS -cnf=$(scontrol show hostname | tr '\n' ',')
|
||||
|
||||
|
||||
@@ -11,9 +11,9 @@ Is necessary to run at least ANSYS software **ANSYS/2022R1**, which is available
|
||||
|
||||
```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
|
||||
```
|
||||
|
||||
## Remote job submission: HFSS RSM and SLURM
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -24,7 +24,6 @@ specific port and will process any request using RSM (in example, from ANSYS
|
||||
users workstations). The following login nodes are configured with such
|
||||
services:
|
||||
|
||||
* `merlin-l-01.psi.ch`
|
||||
* `merlin-l-001.psi.ch`
|
||||
* `merlin-l-002.psi.ch`
|
||||
|
||||
|
||||
@@ -17,8 +17,10 @@ For loading the Merlin6 ANSYS software, one needs to run Pmodules v1.1.4 or newe
|
||||
(called **`overlay_merlin`**) which is ***only available from the Merlin cluster***:
|
||||
|
||||
```bash
|
||||
module load Pmodules/1.1.6
|
||||
module use overlay_merlin
|
||||
module use unstable
|
||||
module load Pmodules/2.0.4
|
||||
module use merlin
|
||||
module load ANSYS/2024R2
|
||||
```
|
||||
|
||||
Once `overlay_merlin` is invoked, it will disable central ANSYS installations with the same version, which will be replaced
|
||||
@@ -31,27 +33,50 @@ option. This will show the location of the different ANSYS releases as follows:
|
||||
|
||||
??? note "[Example] Loading ANSYS from the Merlin6 PModules repository"
|
||||
```console
|
||||
# module load Pmodules/1.1.6
|
||||
module load: unstable module has been loaded -- Pmodules/1.1.6
|
||||
(base) ❄ [caubet_m@merlin-l-001:/data/user/caubet_m]# module use unstable
|
||||
(base) ❄ [caubet_m@merlin-l-001:/data/user/caubet_m]# module load Pmodules/2.0.4
|
||||
(base) ❄ [caubet_m@merlin-l-001:/data/user/caubet_m]# module use merlin
|
||||
|
||||
# module use merlin_overlay
|
||||
(base) ❄ [caubet_m@merlin-l-001:/data/user/caubet_m]# module search ANSYS
|
||||
|
||||
# module search ANSYS --verbose
|
||||
|
||||
Module Rel.stage Group Dependencies/Modulefile
|
||||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
ANSYS/2019R3 stable Tools dependencies:
|
||||
modulefile: /data/software/pmodules/Tools/modulefiles/ANSYS/2019R3
|
||||
ANSYS/2020R1 stable Tools dependencies:
|
||||
modulefile: /opt/psi/Tools/modulefiles/ANSYS/2020R1
|
||||
ANSYS/2020R1-1 stable Tools dependencies:
|
||||
modulefile: /opt/psi/Tools/modulefiles/ANSYS/2020R1-1
|
||||
ANSYS/2020R2 stable Tools dependencies:
|
||||
modulefile: /data/software/pmodules/Tools/modulefiles/ANSYS/2020R2
|
||||
ANSYS/2021R1 stable Tools dependencies:
|
||||
modulefile: /data/software/pmodules/Tools/modulefiles/ANSYS/2021R1
|
||||
ANSYS/2021R2 stable Tools dependencies:
|
||||
modulefile: /data/software/pmodules/Tools/modulefiles/ANSYS/2021R2
|
||||
Module Rel.stage Group Overlay Requires
|
||||
--------------------------------------------------------------------------------
|
||||
ANSYS/2022R1 stable Tools merlin
|
||||
ANSYS/2022R2 stable Tools merlin
|
||||
ANSYS/2023R2 unstable Tools merlin
|
||||
ANSYS/2024R1 unstable Tools merlin
|
||||
ANSYS/2024R2 unstable Tools merlin
|
||||
(base) ❄ [caubet_m@merlin-l-001:/data/user/caubet_m]# module search ANSYS --verbose
|
||||
ANSYS/2022R1:
|
||||
release stage: stable
|
||||
group: Tools
|
||||
overlay: merlin
|
||||
modulefile: /data/software/pmodules/Tools/modulefiles/ANSYS/2022R1
|
||||
dependencies: (none)
|
||||
ANSYS/2022R2:
|
||||
release stage: stable
|
||||
group: Tools
|
||||
overlay: merlin
|
||||
modulefile: /data/software/pmodules/Tools/modulefiles/ANSYS/2022R2
|
||||
dependencies: (none)
|
||||
ANSYS/2023R2:
|
||||
release stage: unstable
|
||||
group: Tools
|
||||
overlay: merlin
|
||||
modulefile: /data/software/pmodules/Tools/modulefiles/ANSYS/2023R2
|
||||
dependencies: (none)
|
||||
ANSYS/2024R1:
|
||||
release stage: unstable
|
||||
group: Tools
|
||||
overlay: merlin
|
||||
modulefile: /data/software/pmodules/Tools/modulefiles/ANSYS/2024R1
|
||||
dependencies: (none)
|
||||
ANSYS/2024R2:
|
||||
release stage: unstable
|
||||
group: Tools
|
||||
overlay: merlin
|
||||
modulefile: /data/software/pmodules/Tools/modulefiles/ANSYS/2024R2
|
||||
dependencies: (none)
|
||||
```
|
||||
|
||||
!!! tip
|
||||
|
||||
Reference in New Issue
Block a user