在正常工作期间,我总是看到bsub命令如下所示:
bsub -q int_l -R "ruseage [specman=1:nc_specman=1:evc_verisity_ahb=1:evc_verisity_axi=1:e vc_v_ahb=1:vxl=1:duration=5]&&select[osname=='redhat'&&oslevel=='5'&&specman>1&&nc_specman>1&&evc_verisity_axi>1&&vxl>1]"
如何查找这里定义的资源,例如,我看到了资源名称osname,但是如何通过LSF命令查找其他资源?
谢谢。
发布于 2019-03-01 04:43:54
一个命令可能是help,它是lsinfo。
https://stackoverflow.com/questions/39902078
复制相似问题