cc_staff
1,857
edits
mNo edit summary |
mNo edit summary |
||
Line 347: | Line 347: | ||
#!/bin/bash | #!/bin/bash | ||
<!--T: | <!--T:6750--> | ||
#SBATCH --account=def-group # Specify account name | #SBATCH --account=def-group # Specify account name | ||
#SBATCH --time=00-03:00 # Specify time limit dd-hh:mm | #SBATCH --time=00-03:00 # Specify time limit dd-hh:mm | ||
Line 356: | Line 356: | ||
##SBATCH -p debug # Uncomment for debug jobs (less than 1hr) | ##SBATCH -p debug # Uncomment for debug jobs (less than 1hr) | ||
<!--T: | <!--T:6751--> | ||
rm -f cleanup* core* | rm -f cleanup* core* | ||
<!--T: | <!--T:6752--> | ||
module load CCEnv StdEnv/2023 # Do not change | module load CCEnv StdEnv/2023 # Do not change | ||
module load ansys/2023R2 # or newer versions (niagara) | module load ansys/2023R2 # or newer versions (niagara) | ||
<!--T: | <!--T:6753--> | ||
# Customize this section to specify your remote license server | # Customize this section to specify your remote license server | ||
# These settings are used instead of your ~/.licenses/ansys.lic | # These settings are used instead of your ~/.licenses/ansys.lic |