科学网

 找回密码
  注册
VASP结构驰豫过程中检测力和能量收敛的脚本代码(原创)
热度 1 薛堪豪 2018-10-9 18:01
用 Fortran 90 编写,代码如下(force.f90): ! This program extracts the force information in each ionic step, during the VASP structural relaxation ! It can be used to monitor force and energy convergence during the relaxation ! ! Compilation: ! ifort force.f90 ! mv a.out force ! ! Usage: ...
6748 次阅读|1 个评论 热度 1
Ubuntu 编译和运行程序常见错误处理方法
薛堪豪 2017-10-26 22:27
1. 编译的时候找不到 sys/*** 或者 bits/*** 或者 asm/*** 库文件 解决方案: sudo ln -s /usr/include/x86_64-linux-gnu/asm /usr/include/asm sudo ln -s /usr/include/x86_64-linux-gnu/bits /usr/include/bits sudo ln -s /usr/include/x86_64-linux-gnu/sys /usr/include/sys 2. 可以编译,但 ...
个人分类: 计算机|6060 次阅读|没有评论
常用 Intel 至强处理器满载频率列表
薛堪豪 2017-9-9 19:06
Intel 的睿频加速技术可以在执行繁重任务的时候自动提高处理器的频率。然而,真正的繁重任务需要全部核心满载运行,这时候的睿频能力就很有限了。当你看到某款 CPU 最高睿频 3.0 GHz 的时候千万不要认为全部核心 100% 运行的时候也能达到 3.0 GHz。至强处理器满载的最高睿频频率很难查到,下面列出常见型号的数据。 1. ...
个人分类: 计算机|15920 次阅读|没有评论

本页有 7 篇博文因作者的隐私设置或未通过审核而隐藏

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-5-11 08:33

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部