...
- Determine how many tokens your job requires. For
abaqus
use the Abaqus Token Calculator. Some examples:
For a 1-core job (--nodes 1 --ntasks 1 --cpus-per-task 1
) you would need 5 tokens.
For a 28-core job (--nodes 1 --ntasks 1 --cpus-per-task 28
) you would need 20tokens. Submit your job passing the
--licenses
option tosrun
orsbatch
.
The syntax to use is<software>@<server>:<count>
. For the 1-core job this would look like:Code Block theme Midnight --licenses=abaqus@stilic3:5
...