For other applications' licenses, change the port number in the command according to the **Port** column on the [licelin website][b] (requires IT4I VPN).
For other applications' licenses, change the port number in the command according to the **Port** column on the [licelin website][b] (requires IT4I VPN).
## License Aware Job Scheduling
Barbora provides license aware job scheduling.
Selected licenses are accounted and checked by the scheduler of PBS Pro. If you ask for certain licenses, the scheduler won't start the job until the asked licenses are free (available). This prevents batch jobs crashes due to unavailability of the needed licenses.
The general format of the name is `license__APP__FEATURE`.
Do not hesitate to ask IT4I support for support of additional license features you want to use in your jobs.
!!! warning
Resource names in PBS Pro are case sensitive.
### Example of qsub Statement
Run an interactive PBS job with 1 Matlab EDU license:
```console
qsub -I -q qprod -A PROJECT_ID -l select=2 -l license__matlab-edu__MATLAB=1
```
The license is used and accounted only with the real usage of the product. So in this example, the general MATLAB is used after MATLAB is run by the user and not at the time, when the shell of the interactive job is started. In addition, the Distributed Computing licenses are used at the time, when the user uses the distributed parallel computation in MATLAB (e.g. issues pmode start, matlabpool, etc.).