Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleANSYS
collapsetrue
#!/bin/bash

#SBATCH --partition=lts
#SBATCH --qos=nogpu
#SBATCH --job-name="CT08"
#SBATCH -t 12:00:00
#SBATCH --ntasks-per-node=10
#SBATCH --nodes=1
#SBATCH --mem=60GB
#SBATCH --mail-type=ALL
#SBATCH --mail-user=youremailid@lehigh.edu
#SBATCH --output="CT08.%j.%N.out"
#SBATCH --error="CT08.%j.%N.out"

module load ansys/17.1

ansys171 -dis -np 10 -b -i [input file] > [output file] 2>&1 &
wait


Open OnDemand


Section




Number of Licenses

ANSYS Academic Multiphysics Campus Solution includes 25 tasks of Research and 250 tasks of Teaching plus 128 HPC Workgroup cores. The new Multiphysics Campus Solution includes nearly all of the capabilities of ANSYS, Ansoft, and Apache products in both Teaching and Research levels.

...