摘要:
参考 https://blog.csdn.net/Change_Improve/article/details/104940952?ydreferer=aHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS8%3D 1. 控制面板->网络和Internent->网络连接 以太网2(禁用再启用即 阅读全文
摘要:
1. ROM: 只读内存,断电后数据还在;RAM:可读可写,断电后内容消失; 2. 10根地址线可以寻址1k(2的10次方),16根数据线一次可以传输2byte数据; 3. ax,bx,cx,dx 数据寄存器;ds,es,ss,cs 段地址;bp,sp,si,di,ip,bx 偏移地址;段地址*10 阅读全文
摘要:
参考:https://www.wanghaiqing.com/article/911f5d98-b68a-4daa-8db6-ee2052ec8275/ Slurm是面向Linux和Unix的开源工作调度程序,由世界上许多超级计算机使用,主要功能如下: 1、为用户分配计算节点的资源,以执行工作; 2 阅读全文
摘要:
1. 查询本机安装了哪些模块? instmodsh 阅读全文
摘要:
1. master无需处理 2. client: // 每台节点需要配置永久挂载,vi /etc/fstab mount -a // 挂载生效 systemctl restart munge systemctl restart ypbind systemctl restart slurmd 3. m 阅读全文