科学网

 找回密码
  注册
VassistX卸载或禁用
杜波 2013-2-3 09:45
VassistX卸载或禁用
打开visual studio程序---工具------选项---扩展管理器里就能禁用或者是删除
个人分类: C语言|6729 次阅读|没有评论
查看集群结点无任务负载较小时,自动提交程序 脚本
杜波 2013-1-18 21:55
g_load.sh #!/bin/bash i=1 while do sleep 10 uptime load.txt wait awk '{print $10 }' load.txt now_load.txt wait sed -e 's/,//' now_load.txt now.txt rm load.txt now_load.txt -f load_char=`sed -n "1p" now.txt` min=0.1 if (echo ${load_char} ${min} | awk '!($1 ...
个人分类: Linux|3332 次阅读|没有评论
ssh登录时间太长
杜波 2013-1-15 16:48
debug1: Authentications that can continue: publickey,password时间太长的问题解决 A)首先使用 # ssh -v 192.168.1.111@192.168.1.111 OpenSSH_5.3p1, OpenSSL 1.0.0-fips 29 Mar 2010 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug1: Connecting to 192.16 ...
个人分类: 集群管理|8772 次阅读|没有评论
LINUX 程序出错Segmentation fault (core dumped)
杜波 2012-12-26 19:49
# tabulated_MD_cylinder Segmentation fault (core dumped) 修改.bashrc文件,添加如下行 ulimit -c unlimited ulimit -s 1000000000
个人分类: Linux|9423 次阅读|没有评论
CUDA_4.2 linux 错误CUDA Runtime API error 6: the launch time
杜波 2012-12-21 15:44
1、 # ./gen_u n_total:99 sigm0 : 0.400000 eps0 : 10.000000 sigm0 : 0.400000 eps0 : 1.500000 sigm0 : 0.400000 eps0 : 1.000000 116 The last atom postion is 232 : 1.082,-0.196,-0.1Gen potential gen_u.cu(581) : CUDA Runtime API error 6: the launch timed out and was terminated. 解决方案: 关掉 ...
个人分类: cuda|4738 次阅读|没有评论

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

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

GMT+8, 2024-5-5 23:32

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部