Ansys: Difference between revisions

Jump to navigation Jump to search
185 bytes removed ,  1 month ago
m
no edit summary
mNo edit summary
mNo edit summary
Line 160: Line 160:
#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
#SBATCH --nodes=1            # Specify number of compute nodes (1 or more)
#SBATCH --nodes=1            # Specify number of compute nodes
#SBATCH --ntasks-per-node=32  # Specify number of cores per node (graham 32 or 44, cedar 48, beluga 40, narval 64)
#SBATCH --ntasks-per-node=32  # Specify number of cores per node (graham 32 or 44, cedar 48, beluga 40, narval 64, or less)
#SBATCH --mem=0              # Do not change (allocates all memory per compute node)
#SBATCH --mem=0              # Do not change (allocates all memory per compute node)
#SBATCH --cpus-per-task=1    # Do not change
#SBATCH --cpus-per-task=1    # Do not change
Line 170: Line 170:
<!--T:2305-->
<!--T:2305-->
#module load StdEnv/2020
#module load StdEnv/2020
#module load ansys/2019R3    # or newer module versions (applies to narval only)
#module load ansys/2019R3    # or newer versions (narval only)
#module load ansys/2021R2    # or newer module versions (applies to cedar, beluga, graham)
#module load ansys/2021R2    # or newer versions (beluga, cedar, graham)


<!--T:2306-->
<!--T:2306-->
module load StdEnv/2023
module load StdEnv/2023
module load ansys/2023R2      # or newer module versions
module load ansys/2023R2      # or newer versions (beluga, cedar, graham, narval)


<!--T:4734-->
<!--T:4734-->
Line 216: Line 216:
#SBATCH --account=def-group  # Specify account
#SBATCH --account=def-group  # Specify account
#SBATCH --time=00-03:00      # Specify time limit dd-hh:mm
#SBATCH --time=00-03:00      # Specify time limit dd-hh:mm
##SBATCH --nodes=2           # Optional (uncomment to specify 1 or more compute nodes)
##SBATCH --nodes=1           # Uncomment to specify number of compute nodes (optional)
#SBATCH --ntasks=16          # Specify total number of cores
#SBATCH --ntasks=16          # Specify total number of cores
#SBATCH --mem-per-cpu=4G      # Specify memory per core
#SBATCH --mem-per-cpu=4G      # Specify memory per core
Line 226: Line 226:
<!--T:2205-->
<!--T:2205-->
#module load StdEnv/2020
#module load StdEnv/2020
#module load ansys/2019R3    # or newer module versions (applies to narval only)
#module load ansys/2019R3    # or newer versions (narval only)
#module load ansys/2021R2    # or newer module versions (applies to cedar, beluga, graham)
#module load ansys/2021R2    # or newer versions (beluga, cedar, graham)


<!--T:2206-->
<!--T:2206-->
module load StdEnv/2023
module load StdEnv/2023
module load ansys/2023R2      # or newer module versions
module load ansys/2023R2      # or newer module versions (beluga, cedar, graham, narval)


<!--T:4737-->
<!--T:4737-->
Line 272: Line 272:
#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
#SBATCH --nodes=1            # Specify number of compute nodes (1 or more)
#SBATCH --nodes=1            # Specify number of compute nodes
#SBATCH --ntasks-per-node=64  # Specify number of cores per node (narval 64 or less)
#SBATCH --ntasks-per-node=64  # Specify number of cores per node (narval 64 or less)
#SBATCH --mem=0              # Do not change (allocates all memory per compute node)
#SBATCH --mem=0              # Do not change (allocates all memory per compute node)
Line 282: Line 282:
<!--T:5306-->
<!--T:5306-->
module load StdEnv/2023       
module load StdEnv/2023       
module load ansys/2023R2      # only this version
module load ansys/2023R2      # or newer versions (narval)


<!--T:5735-->
<!--T:5735-->
Line 311: Line 311:
#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
##SBATCH --nodes=2           # Optional (uncomment to specify number of compute nodes)
##SBATCH --nodes=1           # Uncomment to specify number of compute nodes (optional)
#SBATCH --ntasks=16          # Specify total number of cores
#SBATCH --ntasks=16          # Specify total number of cores
#SBATCH --mem-per-cpu=4G      # Specify memory per core
#SBATCH --mem-per-cpu=4G      # Specify memory per core
Line 321: Line 321:
<!--T:6306-->
<!--T:6306-->
module load StdEnv/2023       
module load StdEnv/2023       
module load ansys/2023R2      # only this version
module load ansys/2023R2      # or newer versions (narval)


<!--T:6735-->
<!--T:6735-->
Line 350: Line 350:
#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
#SBATCH --nodes=1                # Specify number of compute nodes (1 or more)
#SBATCH --nodes=1                # Specify number of compute nodes
#SBATCH --ntasks-per-node=80    # Specify number cores per node (niagara 80 or less)
#SBATCH --ntasks-per-node=80    # Specify number cores per node (niagara 80 or less)
#SBATCH --mem=0                  # Do not change (allocate all memory per compute node)
#SBATCH --mem=0                  # Do not change (allocate all memory per compute node)
Line 361: Line 361:
<!--T:6742-->
<!--T:6742-->
module load CCEnv StdEnv/2023    # Do not change
module load CCEnv StdEnv/2023    # Do not change
module load ansys/2023R2        # or newer module versions
module load ansys/2023R2        # or newer versions (niagara)


<!--T:6743-->
<!--T:6743-->
Line 428: Line 428:
#SBATCH --account=def-group  # Specify account
#SBATCH --account=def-group  # Specify account
#SBATCH --time=00-03:00      # Specify time limit dd-hh:mm
#SBATCH --time=00-03:00      # Specify time limit dd-hh:mm
#SBATCH --nodes=1            # Specify number of compute nodes (1 or more)
#SBATCH --nodes=1            # Specify number of compute nodes
#SBATCH --ntasks-per-node=32  # Specify number of cores per node (graham 32 or 44, cedar 48, beluga 40, narval 64)
#SBATCH --ntasks-per-node=32  # Specify number of cores per node (graham 32 or 44, cedar 48, beluga 40, or less)
#SBATCH --mem=0              # Do not change (allocates all memory per compute node)
#SBATCH --mem=0              # Do not change (allocates all memory per compute node)
#SBATCH --cpus-per-task=1    # Do not change
#SBATCH --cpus-per-task=1    # Do not change
Line 439: Line 439:
<!--T:2405-->
<!--T:2405-->
#module load StdEnv/2020
#module load StdEnv/2020
#module load ansys/2019R3    # or newer module versions (applies to narval only)
#module load ansys/2019R3    # or newer versions (narval only)
#module load ansys/2021R2    # or newer module versions (applies to cedar, beluga, graham)
#module load ansys/2021R2    # or newer versions (beluga, cedar, graham)


<!--T:2406-->
<!--T:2406-->
module load StdEnv/2023
module load StdEnv/2023
module load ansys/2023R2      # or newer module versions (applies to all clusters)
module load ansys/2023R2      # or newer versions (beluga, cedar, graham, narval)


<!--T:4740-->
<!--T:4740-->
Line 496: Line 496:
#SBATCH --account=def-group  # Specify account
#SBATCH --account=def-group  # Specify account
#SBATCH --time=00-03:00      # Specify time limit dd-hh:mm
#SBATCH --time=00-03:00      # Specify time limit dd-hh:mm
##SBATCH --nodes=2           # Optional (uncomment to specify 1 or more compute nodes)
##SBATCH --nodes=1           # Uncomment to specify number of compute nodes (optional)  
#SBATCH --ntasks=16          # Specify total number of cores
#SBATCH --ntasks=16          # Specify total number of cores
#SBATCH --mem-per-cpu=4G      # Specify memory per core
#SBATCH --mem-per-cpu=4G      # Specify memory per core
Line 507: Line 507:
<!--T:2905-->
<!--T:2905-->
#module load StdEnv/2020
#module load StdEnv/2020
#module load ansys/2019R3    # or newer module versions (applies to narval only)
#module load ansys/2019R3    # or newer versions (narval only)
#module load ansys/2021R2    # or newer module versions (applies to cedar, beluga, graham)
#module load ansys/2021R2    # or newer versions (beluga, cedar, graham)


<!--T:2906-->
<!--T:2906-->
module load StdEnv/2023
module load StdEnv/2023
module load ansys/2023R2      # or newer module versions (applies to all clusters)
module load ansys/2023R2      # or newer versions (beluga, cedar, graham, narval)


<!--T:4743-->
<!--T:4743-->
Line 571: Line 571:
#SBATCH --account=def-group  # Specify account
#SBATCH --account=def-group  # Specify account
#SBATCH --time=07-00:00      # Specify time limit dd-hh:mm
#SBATCH --time=07-00:00      # Specify time limit dd-hh:mm
#SBATCH --nodes=1            # Specify number of compute nodes (1 or more)
#SBATCH --nodes=1            # Specify number of compute nodes
#SBATCH --ntasks-per-node=32  # Specify number of cores per node (graham 32 or 44, cedar 48, beluga 40, narval 64)
#SBATCH --ntasks-per-node=32  # Specify number of cores per node (graham 32 or 44, cedar 48, beluga 40, narval 64, or less)
#SBATCH --mem=0              # Do not change (allocates all memory per compute node)
#SBATCH --mem=0              # Do not change (allocates all memory per compute node)
#SBATCH --cpus-per-task=1    # Do not change
#SBATCH --cpus-per-task=1    # Do not change
Line 582: Line 582:
<!--T:3405-->
<!--T:3405-->
#module load StdEnv/2020
#module load StdEnv/2020
#module load ansys/2019R3    # or newer module versions (applies to narval only)
#module load ansys/2019R3    # or newer versions (narval only)
#module load ansys/2021R2    # or newer module versions (applies to cedar, beluga, graham)
#module load ansys/2021R2    # or newer versions (beluga, cedar, graham)


<!--T:3406-->
<!--T:3406-->
module load StdEnv/2023
module load StdEnv/2023
module load ansys/2023R2      # or newer module versions (applies to all clusters)
module load ansys/2023R2      # or newer versions (beluga, cedar, graham, narval)


<!--T:4745-->
<!--T:4745-->
Line 653: Line 653:
#SBATCH --account=def-group  # Specify account
#SBATCH --account=def-group  # Specify account
#SBATCH --time=00-03:00      # Specify time limit dd-hh:mm
#SBATCH --time=00-03:00      # Specify time limit dd-hh:mm
##SBATCH --nodes=2           # Optional (uncomment to specify 1 or more compute nodes)
##SBATCH --nodes=1           # Uncomment to specify number of compute nodes (optional)
#SBATCH --ntasks=16          # Specify total number of cores
#SBATCH --ntasks=16          # Specify total number of cores
#SBATCH --mem-per-cpu=4G      # Specify memory per core
#SBATCH --mem-per-cpu=4G      # Specify memory per core
Line 664: Line 664:
<!--T:3905-->
<!--T:3905-->
#module load StdEnv/2020
#module load StdEnv/2020
#module load ansys/2019R3    # or newer module versions (applies to narval only)
#module load ansys/2019R3    # or newer versions (narval only)
#module load ansys/2021R2    # or newer module versions (applies to cedar, beluga, graham)
#module load ansys/2021R2    # or newer versions (beluga, cedar, graham)


<!--T:3906-->
<!--T:3906-->
module load StdEnv/2023
module load StdEnv/2023
module load ansys/2023R2      # or newer module versions (applies to all clusters)
module load ansys/2023R2      # or newer versions (beluga, cedar, graham, narval)


<!--T:4748-->
<!--T:4748-->
cc_staff
1,857

edits

Navigation menu