LSF system on SUSTech TaiYi

Reference
About TaiYi and LSF manual
https://hpc.sustech.edu.cn/process/download.html
IBM LSF document
https://www.ibm.com/support/knowledgecenter/SSWRJV_10.1.0/lsf_welcome/lsf_welcome.html
Spent a whole afternoon trying to figure out how to debug on the computational node.


Interactive Shell on node

The pseudo shell method from the document wont work.
bsub -I
Directly ssh to the node works.
ssh [node_name]