Use the example.pbs script as a template when you submit a job. The example.pbs script can be renamed and placed in your filesystem as desired, but it must be in the same folder as the Moldflow study you want to run.
- Open the example.pbs script using a text editor.
- Change the details of the PBS system resources requested and values set.
The job name: #PBS -N Moldflow_example
- Type the name of the study file you want to execute.
STUDY=example.sdy
- Enter the number of jobs you want to run on each node. By default, this value is set to 1.
jobsPerNode=1
- Save your changes and execute the script.