Sie befinden sich im Service: RWTH High Performance Computing (Linux)

Running serial Hyperworks jobs

Running serial Hyperworks jobs

Detailinformation

Each of the Hyperworks Solvers can be run in serial in a similar way. You should construct a batch submission script with the command to launch your chosen Solver with the correct command line options.

For example, here is a job script to run a serial RADIOSS job:

#!/usr/local_rwth/bin/zsh

# Slurm job options (name, compute nodes, job time)
#SBATCH --job-name=HW_RADIOSS_test
#SBATCH --time=0:20:0
#SBATCH --nodes=1
#SBATCH --tasks-per-node=1
#SBATCH --cpus-per-task=1

# Set the number of threads to the CPUs per task
export OMP_NUM_THREADS=$SLURM_CPUS_PER_TASK

# Load Hyperworks module
module load TECHNICS hyperworks/2019

# Launch the parallel job
srun --cpu-bind=cores radioss box.fem

 

zuletzt geändert am 20.03.2023

Wie hat Ihnen dieser Inhalt geholfen?

Creative Commons Lizenzvertrag
Dieses Werk ist lizenziert unter einer Creative Commons Namensnennung - Weitergabe unter gleichen Bedingungen 3.0 Deutschland Lizenz