摘要:
拇指滚轮(横向)在vscode中经常失效,尤其刚打开的新窗口。 奇怪的解决方案: win10/win11的鼠标穿透滚动(非活动窗口也可以用滚轮) 激活其他窗口到前台,鼠标指向vscode,纵向滚轮穿透滚动之后,横向滚轮就好了。 无论前台与否,vscode横向滚轮都好用了。 阅读全文
摘要:
deepmd-kit cuda12.4 offline包里带的cuda不全(实际上似乎main, conda-forge, nvidia这些channel里都没有cudatoolkit 12) 但是lammps的cmake已经加上cuda了,也给了include和link directories,为 阅读全文
摘要:
前言 本笔记是大致流程,给有一定管理经验的slurm cluster管理员参考,还是建议大家少折腾。 环境 CentOS7, openHPC1.3.9全家桶(附带slurm18.08),xcat集群管理(没有xcat的话,用for循环ssh代替psh和pscp) slurm版本 Slurm最近的大版 阅读全文
摘要:
# this malware replace our ssh with a shell function, which can record your input and output, spread itself to any other sshed machine. unset -f ssh r 阅读全文
摘要:
``` Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\Default%20Settings] "Colour0"="217,216,216" "Colour1"= 阅读全文
摘要:
Xshell 取消勾选会话属性中的 Terminal -- Advanced -- "use application mouse mode" 即“终端”--“高级”--“使用应用程序鼠标模式” 阅读全文
摘要:
2022.6.13: 小樱桃第一天,遭遇堵车。 胃酸。 阅读全文
摘要:
在linux里安装了qBittorrent-nox 但是任务数量被限制在40左右。 web-UI的设置中没找到任务数 但是我在 xxxx/config/qBittorrent/qBittorrent.conf中找到了Queueing\MaxActiveTorrents等选项。 个人用户启动qb的话, 阅读全文
摘要:
准备工作 我们在某个主目录中进行编译, 首先创建一个目录 我们使用mpiicc, mpiifort和mkl,以及以下文件 我这里用的我们组的超算intel parallel studio 2016 update2 一套。 我们从mkl中调用blas, lapack, fftw等库,如果你的mkl中没 阅读全文
摘要:
```json { "editor.wordWrap": "on", "latex-workshop.view.pdf.viewer": "tab", "latex-workshop.synctex.afterBuild.enabled": true, "latex-workshop.latex.tools": [ { "name": "xelatex", "command": "xelatex" 阅读全文