Translations:Star-CCM+/297/en: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Importing a new version from external source)
(Importing a new version from external source)
 
Line 5: Line 5:
#SBATCH --mem=0              # Request all memory per node
#SBATCH --mem=0              # Request all memory per node
#SBATCH --ntasks-per-node=1  # Do not change this value
#SBATCH --ntasks-per-node=1  # Do not change this value
#SBATCH --mail-type=BEGIN
#SBATCH --mail-type=END
   
   
module load CCEnv
module load CCEnv

Latest revision as of 18:02, 31 October 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Star-CCM+)
#SBATCH --account=def-group  # Specify some account
#SBATCH --time=00-01:00      # Time limit: dd-hh:mm
#SBATCH --nodes=1            # Specify 1 or more nodes
#SBATCH --cpus-per-task=40    # Request all cores per node
#SBATCH --mem=0              # Request all memory per node
#SBATCH --ntasks-per-node=1  # Do not change this value
 
module load CCEnv
  1. SBATCH --account=def-group # Specify some account
  2. SBATCH --time=00-01:00 # Time limit: dd-hh:mm
  3. SBATCH --nodes=1 # Specify 1 or more nodes
  4. SBATCH --cpus-per-task=40 # Request all cores per node
  5. SBATCH --mem=0 # Request all memory per node
  6. SBATCH --ntasks-per-node=1 # Do not change this value

module load CCEnv