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:
@@ -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' ',')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user