Running serial Hyperworks jobs
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) # Set the number of threads to the CPUs per task # Load Hyperworks module # Launch the parallel job |