Skip to content
Snippets Groups Projects
Commit a13bd3a1 authored by Jan Siwiec's avatar Jan Siwiec
Browse files

Update ansys-mechanical-apdl.md

parent 4d0c16d2
Branches
No related tags found
No related merge requests found
Pipeline #40113 passed with warnings
......@@ -8,6 +8,7 @@ including direct coupled-field elements and the ANSYS multi-field solver.
To run ANSYS MAPDL in batch mode you can utilize/modify the default `mapdl.slurm` script and execute it via the `sbatch` command:
```bash
#!/bin/bash
#SBATCH --nodes=5 # Request 5 nodes
#SBATCH --ntasks-per-node=128 # Request 128 MPI processes per node
#SBATCH --job-name=ANSYS-test # Job name
......@@ -16,12 +17,6 @@ To run ANSYS MAPDL in batch mode you can utilize/modify the default `mapdl.slurm
#SBATCH --output=%x-%j.out # Output log file with job name and job ID
#SBATCH --time=04:00:00 # Walltime
#!/bin/bash
#PBS -l select=5:ncpus=128:mpiprocs=128
#PBS -q qprod
#PBS -N ANSYS-test
#PBS -A XX-YY-ZZ
#!change the working directory (default is home directory)
#cd <working directory> (working directory must exists)
DIR=/scratch/project/PROJECT_ID/$SLURM_JOB_ID
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment