问题描述
我正在使用bsub -n 8 -q aws1 -R 'select[awshost]' 'sleep 3333'
提交并发作业,这意味着要为此作业获取8个cpu,我在 awsprov_templates.json 中有"ncpus": ["Numeric","4"]
和"vmType": "c5d.xlarge"
>
awsprov_templates.json:
"templates": [
{
"templateId": "Template-VM-1","maxnumber": 15,"attributes": {
"type": ["String","X86_64"],"ncores": ["Numeric","1"],"ncpus": ["Numeric","4"],"mem": ["Numeric","4096"],"awshost": ["Boolean","1"]
},"imageId": "ami-***","subnetId": "subnet-***","vmType": "c5d.xlarge",
据我了解的需求计算,必须创建2个VM,而lsf创建4个VM:
[lsfadmin@onpremvm ~]$ bjobs
JOBID USER STAT QUEUE FROM_HOST EXEC_HOST JOB_NAME SUBMIT_TIME
3048 lsfadmi RUN aws1 onpremvm 2*ip-10-1-1 sleep 3333 Sep 7 07:02
2*ip-10-1-1-5
2*ip-10-1-1-242
2*ip-10-1-1-237
有什么想法可以看的吗?
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)