termtrick.com
Run
API
Facebook
Twitter
LinkedIn
Copy link
Submit a script that is executed on 2 nodes using 4 cores per node
qsub
Submits a script to the queue management system TORQUE.
More information: <https://manned.org/qsub.1>.
Trick copyright:
tl;dr; <
https://github.com/tldr-pages/tldr
>
qsub -l nodes={{2}}:ppn={{4}} {{script.sh}}
click the source code to copy
install
qsub
on any operating system with
command-not-found.com